› Forums › Network Management › Networking › Net Balancer › Reply To: Net Balancer
June 18, 2010 at 7:50 pm
#50397
Member
When I try to put in:
iptables -t nat -A PREROUTING -p tcp –dport 80 -j DNAT –to-destination 10.150.1.3:8080
iptables -t nat -A PREROUTING -p tcp –dport 443 -j DNAT –to-destination 10.150.1.3:8080
it doesn’t work. Any suggestions?