Date: Thu, 14 Oct 1999 13:26:33 +0200 From: Marcel Moolenaar <marcel@scc.nl> To: questions@FreeBSD.org Subject: Re: config Router on FREEBSD 3.2 Message-ID: <3805BDE9.D79219C9@scc.nl> References: <BA73A7759522D311913800104BB3F952511891@NL-UTH-MAIL01>
next in thread | previous in thread | raw e-mail | index | archive | help
Abdel Bouaissa wrote: > I am looking for information about how I can configuration the FREEBSD O.S. > 3.2, thus can to be use as ROUTER? Set or add gateway_enable="YES" to /etc/rc.conf. This enables packet forwarding on reboot. You can use sysctl yourself to enable it immediately (eg without rebooting): sysctl -w net.inet.ip.forwarding=1 HTH, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3805BDE9.D79219C9>