I've been having some problems with bandmin and keep getting an error with iptables. I ran iptables --list and got a weird list:
Code:
target     prot opt source               destination
           all  --  host                 anywhere
           all  --  anywhere             host
           all  --  delta.worldhost.net.au  anywhere
           all  --  anywhere             delta.worldhost.net.au
           all  --  gamma.worldhost.net.au  anywhere
           all  --  anywhere             gamma.worldhost.net.au
           all  --  web.godong.or.id     anywhere
           all  --  anywhere             web.godong.or.id
           all  --  radio.kanisius.net   anywhere
           all  --  anywhere             radio.kanisius.net
           all  --  stream.xav.us        anywhere
           all  --  anywhere             stream.xav.us
           all  --  extreme.wahanadigital.com  anywhere
           all  --  anywhere             extreme.wahanadigital.com
           all  --  gadis.cantik.org     anywhere
           all  --  anywhere             gadis.cantik.org
           all  --  sound-stream.kerang.com  anywhere
           all  --  anywhere             sound-stream.kerang.com
           all  --  anywhere             anywhere
The strange thing is that none of those sites are hosted on my server and I've never heard of any of them. Does anyone know where I can find some help info about iptables or have any inea why the iptables look like that?