RE: Destination Nat

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> What are the other rules?

iptables -t nat -A PREROUTING -d 5.6.7.8 -p tcp \
 --dport 22 -j DNAT --to 192.168.1.81:22

iptables -t nat -A PREROUTING -d 5.6.7.8 -p tcp \
 --dport 22 -j DNAT --to 192.168.1.82:22

iptables -t nat -A PREROUTING -d 5.6.7.8 -p tcp \
 --dport 22 -j DNAT --to 192.168.1.83:22

iptables -t nat -A PREROUTING -d 5.6.7.8 -p tcp \
 --dport 22 -j DNAT --to 192.168.1.88:22

john



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux