NAT server
Jason Morgan
jwm-freebsd at sentinelchicken.net
Mon Aug 22 14:34:19 GMT 2005
On Mon, Aug 22, 2005 at 06:28:41AM -0700, gary masigon wrote:
> Hi, i need help to setup my freebsd as a NAT server, i
> cannot ping the external gateway from the client side
> of my FreeBSD server but i can ping the FreeBSD
> server. I followed all the instructions in the hand
> book but i cannot get the client side to connect to
> any www. freebsd server can ping the clients and the
> gateway, i am using a private ip address of
> 192.168.x.x in my external LANcard because i am behind
> a router and 10.0.0.0 in my int. it is also okay to
> edit the kernel instead of recompilig it to make IPFW
> works. tnx
>
Remember to compile the kernel with?
options IPFIREWALL
options IPDIVERT
gateway_enable=YES in rc.conf?
For testing, you may also want to make sure your firewall is
completely open, especially since I believe the default ipfw script
(if that's what you're using), even if set to 'open', blocks incoming
traffic from 192.168.x.x on the outside interface.
-Jason
More information about the freebsd-questions
mailing list