Hello

I'm new to the list.
I installed a vserver with kernel 2.6 (http://home.xnull.de/work/gentoo/vserver/guide/) on my gentoo server
As network interface I use an alias (eth1:0)


As firewall I'm using shorewall
eth0 --> Internet
eth1 is the card of my "loc" zone. 192.168.2.0/24
eth1:0 is the alias from the vserver 192.168.50.50

from the vserver I can connect to eth0 but not to the internet. From my local net everything works fine.

I know, I need something like this... ??
iptables -A INPUT  -i eth0 -d 192.168.2.50 -j ACCEPT
iptables -A OUTPUT -o eth0 -s 192.168.2.50 -j ACCEPT

Any help would be appreciated

Bast
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to