NATD and FreeBSD 5.1

2003-06-22 Thread Michael Tran
Hi all,

Thankyou for a great product. I am a red hat to fbsd convert (since 5
came out). I'm fairly new to fbsd.

Just a simple question:

With FreeBSD 5.1, does NATD come precompiled into the kernel?  I ask
this simply because I receive the following error enabling natd for my
dial up connection:

# natd -interface tun0
natd: Unable to create divert socket.: Protocol not supported

I am currently using ppp's nat and it's working fine but would prefer to
use natd.

Thankyou very much!
Michael

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NATD and FreeBSD 5.1

2003-06-22 Thread Scott Kupferschmidt
In the default kernel divert and other options needed for natd are not
compiled in.  man natd and it will tell you what you need to compile in
for it to work.

Sincerely,

Scott Kupferschmidt
ISPrime, Inc.
866.502.4678 ext. 3
AIM: Scott ISPrime - ICQ: 174337249

On Mon, 23 Jun 2003, Michael Tran wrote:

 Hi all,
 
 Thankyou for a great product. I am a red hat to fbsd convert (since 5
 came out). I'm fairly new to fbsd.
 
 Just a simple question:
 
 With FreeBSD 5.1, does NATD come precompiled into the kernel?  I ask
 this simply because I receive the following error enabling natd for my
 dial up connection:
 
 # natd -interface tun0
 natd: Unable to create divert socket.: Protocol not supported
 
 I am currently using ppp's nat and it's working fine but would prefer to
 use natd.
 
 Thankyou very much!
 Michael
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NATD and FreeBSD 5.1

2003-06-22 Thread Kim Fredenberg
Michael Tran wrote:

Hi all,

Hi!

Thankyou for a great product. I am a red hat to fbsd convert (since 5
came out). I'm fairly new to fbsd.
Just a simple question:

With FreeBSD 5.1, does NATD come precompiled into the kernel?  

Yes, you must add the (at least) following to the kernel

options IPFIREWALL
options IPDIVERT
Check FreeBSDs handbook for setting up natd, there is a really good 
explanation there!

http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html

Kim

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]