Re: ipchians and ssh

2001-09-02 Thread dman
On Sun, Sep 02, 2001 at 02:54:47PM -0700, Mike Egglestone wrote: | Quoting dman <[EMAIL PROTECTED]>: | | > On Sun, Sep 02, 2001 at 10:10:25AM -0700, Mike Egglestone wrote: | > | Hi all, | > | | > | What would be a good ipchains command to block all tcp traffic | > | to and from a box except "ssh"

Re: ipchians and ssh

2001-09-02 Thread Jon Masters
On 02 Sep 2001 14:54:47 -0700, Mike Egglestone wrote: > Do you think its best to change the state of the input chain to DENY and > then just allow ssh ? Yes absolutely. --jcm

Re: ipchians and ssh

2001-09-02 Thread Mike Egglestone
Quoting dman <[EMAIL PROTECTED]>: > On Sun, Sep 02, 2001 at 10:10:25AM -0700, Mike Egglestone wrote: > | Hi all, > | > | What would be a good ipchains command to block all tcp traffic > | to and from a box except "ssh"? > | I have a box that will only be running rsync thru ssh. > | > | This is w

Re: ipchians and ssh

2001-09-02 Thread Michael P. Soulier
On Sun, Sep 02, 2001 at 10:10:25AM -0700, Mike Egglestone wrote: > Hi all, > > What would be a good ipchains command to block all tcp traffic > to and from a box except "ssh"? > I have a box that will only be running rsync thru ssh. > > This is what I tried, but I don't think it worked. > > ipch

Re: ipchians and ssh

2001-09-02 Thread dman
On Sun, Sep 02, 2001 at 10:10:25AM -0700, Mike Egglestone wrote: | Hi all, | | What would be a good ipchains command to block all tcp traffic | to and from a box except "ssh"? | I have a box that will only be running rsync thru ssh. | | This is what I tried, but I don't think it worked. | | ipch

ipchians and ssh

2001-09-02 Thread Mike Egglestone
Hi all, What would be a good ipchains command to block all tcp traffic to and from a box except "ssh"? I have a box that will only be running rsync thru ssh. This is what I tried, but I don't think it worked. ipchains -I input -p tcp -s 0/0 -d 0/0 ! ssh -j DENY any help is great!! Thanks Mike