how do i have to configure this iptables rule in web admin?
iptables -t nat -A PREROUTING -s 192.168.0.101 -p tcp --dport 80 -j DNAT --to-destination 192.168.0.9:51515
via tcpdump i still can see that not all the traffic over port tcp 80 from 192.168.0.101 is "natted" to 192.168.0.9
any ideas?
thx
This thread was automatically locked due to age.