Date: Tue, 20 Jul 2010 21:56:32 +0200 From: =?utf-8?Q?Erik_N=C3=B8rgaard?= <norgaard@locolomo.org> To: DadAN <dadans@gmail.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Wifi AP behind FreeBSD Message-ID: <CF24FCC5-6856-4E74-9DB1-5EC76046FDC2@locolomo.org> In-Reply-To: <AANLkTimafKr_KqU8B3kmWONM7-eK64Kx-04LfEmjjvjI@mail.gmail.com> References: <AANLkTimafKr_KqU8B3kmWONM7-eK64Kx-04LfEmjjvjI@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 20/07/2010, at 21.09, DadAN <dadans@gmail.com> wrote: > Hello, > I am planning to change my network a little, > I need to put WiFi AP (Dlink Di-524) behind FreeBSD box, > there are 2 nic in this box - one should be for internet (xl0) > and another should use xl1 nic for WiFi AP. >=20 > I need to know how to setup routing in FreeBSD box, > could someone help? You need to enable routing in the kernel, I've forgotten the kernel variable= but do sysctl -a | grep rout Enable routing setting the variable to 1.=20 Since you have a private network connecting to the Internet you need to conf= igure nat. There are different solutions, I prefer packet filter.=20 > And also when someone connect via WiFi, I want to get connected to interne= t. > Now I use 192.168.0.0/24 adresses from WiFi AP dhcp. > FreeBSD 8.0 >=20 That's ok just configure the internal interface in that range. It should be p= ossible to configure the AP so it won't assign ti ip of your freebsd box.=20= You need to configure the AP such that the clients get default gateway set t= o the ip on the internal interface of your freebsd box.=20 BR Erik.=20 > thanks & regards for any advice > DadAN > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CF24FCC5-6856-4E74-9DB1-5EC76046FDC2>