Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2001 14:05:43 +0200
From:      "Chojin" <chojin@nerim.net>
To:        <freebsd-security@FreeBSD.ORG>
Subject:   IPF Rule problem
Message-ID:  <005301c0e2b7$8a4a6dc0$0245a8c0@chojin>
References:  <Pine.BSF.4.21.0105221226100.202-100000@portal.none.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
In my rules I put this:
pass out quick proto tcp from any to any keep state
pass out quick proto udp from any to any keep state
pass out quick proto icmp from any to any keep state
block out quick all

(123.123.123.123 is an example)
pass in quick proto tcp from any to any port = 23 keep state
...
block in log quick all

When I use telnet -s 192.168.69.1 123.123.123.123 it works
telnet -s 127.0.0.1 123.123.123.123 works too
telnet -s 123.123.123.123 123.123.123.123  doesn't work

Why ?

Regards.

Chojin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005301c0e2b7$8a4a6dc0$0245a8c0>