From: o.dietz_at_nexgo.de
Date: Thu 07 Jul 2005 - 12:51:57 BST
Hello,
i'm working on a netfilter-configuration for the host-server ...
Can i protect one vserver against another?
I testet the following:
{...}
# Block everything between 2 vserver
iptables -A INPUT -d 192.168.0.155 -s 192.168.0.157 -j DROP
iptables -A INPUT -d 192.168.0.157 -s 192.168.0.155 -j DROP
{...}
but doesnt work ...
Any idea?
Thanks,
Oliver
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver