› Forums › Network Management › Networking › Net Balancer › Reply To: Net Balancer
June 16, 2010 at 9:12 am
#50394
Member
Yes you have to add them in the shell. You can see the installed rules with
iptables -L -v
and remove the rule you want with
iptables -t nat -D PREROUTING X
where X is the number of the line the command is in the specific chain.