Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2003 20:03:32 -0700
From:      "Mike Maltese" <mike@pcmedx.com>
To:        <FreeBSD-questions@FreeBSD.org>
Cc:        geek <geek@netcabo.pt>
Subject:   Re: Gateway problemas
Message-ID:  <001701c363a2$fa238730$f4f0a8c0@pcmedx.com>
References:  <2305CFC39C15AA4896E06E5C91C509EF0374385C@VS2.hdi.tvcabo>

next in thread | previous in thread | raw e-mail | index | archive | help
>From what point in your network are you not able to connect? Can you ping
the outside world from you gateway itself? Do you have your NAT ruleset
written correctly?

Use this for your ruleset (copy exactly):

pass in quick on ep0 all
pass out quick on ep0 all

pass in quick on ep1 all
pass out quick on ep1 all

pass in quick on lo0 all
pass out quick on lo0 all

Use this ruleset until you have full connectivity, then go from there!


----- Original Message ----- 
From: "geek" <geek@netcabo.pt>
To: <FreeBSD-questions@FreeBSD.org>
Sent: Friday, August 15, 2003 7:50 PM
Subject: RE: Gateway problemas


Yeah, i recompile my kernel with bpf and now pf is working, but it just
works with the rules "pass in quick all / pass ou quick all", with the rules
i post here first, it doesnt work, so, it's something wrong in my ruleset :(
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001701c363a2$fa238730$f4f0a8c0>