Date: Mon, 1 Nov 2004 10:57:00 +0000 From: Jason Mann <jason-freebsdlists@freebsd.org> To: freebsd-questions@freebsd.org Subject: FreeBSD wireless access point (under 5.2.1) Message-ID: <20041101105700.GB26474@beastie.b0rken.org>
next in thread | raw e-mail | index | archive | help
Hi folks. I am trying to set up a FreeBSD wireless access point as per the instructions in chapter 24.3 of the handbook. I have successfully done this in the past using FreeBSD 4.8. My network topology is illustrated here: http://b0rken.org/~jason/homenet.png My FreeBSD machine has an xl0 wired interface, addressed as 192.168.0.1, and a wi0 wireless interface with no address assigned. It is also running a DHCP server, and my wireless laptop successfully leases 192.168.0.20. "options BRIDGE" is in my kernel and the following sysctls are set: net.link.ether.bridge.enable=1 net.link.ether.bridge.config=wi0,xl0 net.inet.ip.forwarding=1 After following the instructions to the letter, I am having the following problems: 1. My wireless laptop can not ping the FreeBSD machine itself. 2. Hosts on my wired network can not ping the wireless laptop, even though the wireless laptop CAN ping hosts on my wired network. The fact that my laptop can ping the wired hosts proves to me that there is no configuration issues with wi0 on the FreeBSD machine. My googling threw up a few mailing list from other people with the same problem, and changing the net.inet.ip.check_interface sysctl from 1 to 0 was suggested. This made no difference to me. If anyone can shed some light on this problem, it would be much appreciated. Thanks. Jason
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041101105700.GB26474>