This is a discussion on Wireless Access point In OpenBSD 3.3 within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> Hi Everyone, I'm trying to setup my router as an access point in 3.3. It was working swimmingly in ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Everyone, I'm trying to setup my router as an access point in 3.3. It was working swimmingly in 3.1 but SSH, Apache, and a slew of other things neccesitated the upgrade. Ideally, I want to do NAT on the same network block so I can have my wireless clients talk to the wired ones. In practice, I just want to do NAT on the wi0 interface and the xl0 interface. Here are the pertinent lines from Pf.conf nat on $ext_if from $internal_net to any -> ($ext_if) nat on $ext_if from 192.168.0.0/8 to any -> ($ext_if) I have NO Problems with the first line. The second line however does not want to work. I think it's because my wicontrol settings are bad. From hostname.wi0: inet 192.168.0.1 255.255.255.0 NONE #This is the commands to make sure the wireless card gets the settings it wants !wicontrol -n "Josh's Network" -s "Josh's Network" -c 1 -q "Josh's Network" -p 6 Thanks -Josh Ziering- |