Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2004 22:11:19 -0800
From:      Jonathan Feally <vulture@netvulture.com>
To:        Alan Glait <alan@aeg.net.ar>
Cc:        freebsd-net@freebsd.org
Subject:   Re: NAT
Message-ID:  <405E8387.70605@netvulture.com>
In-Reply-To: <000801c40f56$e168c380$2e9a59c8@aeg2k>
References:  <000801c40f56$e168c380$2e9a59c8@aeg2k>

next in thread | previous in thread | raw e-mail | index | archive | help
You need to compile a custom kernel with as a minimum
options   IPFIREWALL   # puts ipfw statically into kernel
options   IPDIVERT       # see divert Disable - this will enable it 
which is required for divert rule and natd

You may also want this options
options         IPFIREWALL_FORWARD      #enable transparent proxy support
options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
options         DUMMYNET   #traffic shaping
options         RANDOM_IP_ID   #little more protection from hackers

Alan Glait wrote:

>Hi ! 
>I want to connect my win to my freebsd. But the nat is not working. How I check if my kernel have ipfw ? 
>Now, when I start the pc I get something "IP packet filtering enable, divert Disable, IP forwarding enable" .. What this means ?? Is it working ?? 
>
>Regards Alan
>_______________________________________________
>freebsd-net@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-net
>To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
>
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?405E8387.70605>