How do I enable IP forwarding?

2007-10-19 Thread Ivan Dimitrov

Hi all,


   How do I enable IP forwarding? (on freeBSD 6.2)


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


Re: How do I enable IP forwarding?

2007-10-19 Thread Chuck Swiger

On Oct 19, 2007, at 3:37 PM, Erik Osterholm wrote:

Shouldn't that be YES instead of NO?


Um, yes-- quite right.  I just copied the default value from /etc/ 
defaults/rc.conf and forgot to change it.  :-0


--
-Chuck

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


Re: How do I enable IP forwarding?

2007-10-19 Thread Erik Osterholm
On Fri, Oct 19, 2007 at 03:34:11PM -0700, Chuck Swiger wrote:
 Hi, Ivan--
 
 On Oct 19, 2007, at 2:57 PM, Ivan Dimitrov wrote:
How do I enable IP forwarding? (on freeBSD 6.2)
 
 On a temporary basis:
 
   sysctl net.inet.ip.forwarding=1
 
 ...or if you want to make that config permanent:
 
   echo 'gateway_enable=NO'  /etc/rc.conf
 
 -- 
 -Chuck

Shouldn't that be YES instead of NO?

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


Re: How do I enable IP forwarding?

2007-10-19 Thread Chuck Swiger

Hi, Ivan--

On Oct 19, 2007, at 2:57 PM, Ivan Dimitrov wrote:

   How do I enable IP forwarding? (on freeBSD 6.2)


On a temporary basis:

  sysctl net.inet.ip.forwarding=1

...or if you want to make that config permanent:

  echo 'gateway_enable=NO'  /etc/rc.conf

--
-Chuck

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