You can use a combination of Linux commands to filter out IP:port pairs from a text file and create a list. Assuming that the IP:port pairs...
Continue reading...port
Iptables forwarding
[email protected]:~# sysctl net.ipv4.ip_forward=1 [email protected]:~# iptables -A PREROUTING -t nat -i eth0 -p udp –dport 27102 -j DNAT –to 107.161.126.115:27106 [email protected]:~# iptables -A PREROUTING -t nat -i...
Continue reading...
Naujausi komentarai