Re: [vserver] blocking ssh access from virtual server to physical one

About this list Date view Thread view Subject view Author view Attachment view

From: Thomas Weber (l_vserver_at_mail2news.4t2.com)
Date: Wed Apr 17 2002 - 15:46:27 EDT


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

  Tom


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.4 : Mon Aug 19 2002 - 12:01:01 EDT