Небольшое HOWTO по настройке FreeBSD как базовой станции для небольшой беспроводной сети.
Конфигурация:wicontrol -f 7
# Sets the wireless card's frequency. Legally, the range is from 1
# (2.412 GHz) to 11 (2.462 GHz) in the US, 1 to 13 (2.472 GHz) in
# Europe, 10 (2.457 GHz) to 13 in France, and 1 to 14 (2.484 GHz)
# in Japan. Choose another frequency if desired.wicontrol -p 1
# BSS mode, meaning clients must associate with an access point,
# and cannot directly connect to one another.wicontrol -c 1
# IBSS mode, an extention of BSS mode.wicontrol -s "servername"
# Sets the station name. Does not have to match host's DNS name.wicontrol -k "12345"
# The WEP key. Change to something a bit less obvious.wicontrol -e 1
# Enables WEP security.ifconfig wi0 ssid "frfa"
# Sets the name of the wireless network.ifconfig wi0 inet 10.0.0.77 netmask 255.255.255.0
# Sets the IP address and netmask of the wireless device. Change
# the device name if necessary.
URL: http://www.bsdninja.com/howto/freebsd.80211.html
Новость: http://www.opennet.me/opennews/art.shtml?num=3609
wicontrol is deprecated :-)
kldload bridge
sysctl net.link.ether.bridge.enable="1"
sysctl net.link.ether.bridge.config="wi0,fxp0"
sysctl net.inet.ip.forwarding="1"
ifconfig wi0 ssid toxawlan channel 11 media DS/11Mbps mediaopt hostap up stationname "toxawlan"И все.
Насколько я понимаю, одна из нижеследующих строк здесь лишняя:
sysctl net.link.ether.bridge.config="wi0,fxp0"
sysctl net.inet.ip.forwarding="1"
Если уж
'kldload bridge
sysctl net.link.ether.bridge.enable="1"
sysctl net.link.ether.bridge.config="wi0,fxp0"',
то последняя, ибо бридж в ip.forwarding не нуждается.
может быть. спасибо.
Десь я вже чув цю писеньку....
Давно бегает подобное руководство по сети, при чем в русском варианте