Date: Fri, 17 May 2002 13:34:53 +0200 (MEST) From: Paul Everlund <tdv94ped@cs.umu.se> To: Patrick Thomas <root@utility.clubscholarship.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: quick ipfw ruleset advice needed... Message-ID: <Pine.GSO.4.33.0205171333260.16917-100000@gren.cs.umu.se> In-Reply-To: <20020516194946.W79837-100000@utility.clubscholarship.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 16 May 2002, Patrick Thomas wrote: > > It seems you only allow packets into your computer, but not out. > > Try to use something like: > > > > - Allow you to setup connections. > > allow tcp from [your IP] to any out via ed0 setup > > > > - Allow established connections back in. > > allow tcp from any to [your IP] in via ed0 established > > > > (Exchange ed0 to your own network device.) > > > > Put those lines before the deny all line. > > Exactly. That is what I am asking. How do I do that ? Almost exactly as above. :-) Put those rules in the file you have your other rules in, and test it. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.33.0205171333260.16917-100000>