Hi Sam,

> Well, using FWBuilder, which generally Just Works™, the commands it
> generates look like this;
>
> $IPTABLES -A INPUT  -i lo -p tcp  \
>             -s 192.168.255.49 -d 192.168.255.0/24 --dport 22 \
>             -m state --state NEW  -j ACCEPT
>
> I think the packets end up going through PREROUTING, INPUT and OUTPUT,
> but not FORWARD.
>
> However, note that they are going via the "lo" interface, even though
> in this case the servers are all set up on interface dummy0.

yepp, works now great :-))

Thank you very very much!
Oliver
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to