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"
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
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
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
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
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
6 matches
Mail list logo