› 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 5:00 pm
#49616
Member
Jef,
If you SSH into the box, access the shell, then:
cd /Database/var/register/system/net/router/PAT
grep . */*
These two commands will show you all the rules that are established. You can delete the directory manually here, and that will remove it from the interface. Then you can follow ppalias’ recommendation to actually disable the rule, or just restart the box.
I don’t see anything obvious that would limit the number of displayed virtual servers. While you are cd’d to the directory above, if you’ll give me the output of
ls | sort
and of the grep then I can do some debuging for you.