From: Jon Bendtsen (jon+vserver_at_silicide.dk)
Date: Mon 22 Apr 2002 - 10:13:04 BST
Thomas Weber wrote:
>
> On Wed, Apr 17, 2002 at 02:59:05PM -0400, Jerry Wilborn wrote:
> > i tried implementing ipchains rules on the physical server to reject
> > packets, tried hosts.allow/deny combis
> >
> > has anyone been able to successfully block traffic coming from a virtual
> > server going to the physical server's ip?
>
> should be straight forward. With iptables it'd be like this:
> iptables -I INPUT -s vserversaddress --dport ssh -j DROP
And what if the IP address is the same as the server ??
What if you used the interface option?? So, only allowing from ethX?
JonB