› Forums › Network Management › ZeroShell › Some Virtual Servers hidden from listing – how to delete? › Reply To: Some Virtual Servers hidden from listing – how to delete?
February 10, 2010 at 9:47 am
#49615
Member
You could clean them from the shell command line.
First run a
iptables -t nat -L -v
find the line you want to delete and then write
iptables -t nat -D PREROOTING #
where # is the line number.