Freebsd 6.2中关于无线网络的设定
以下为/etc/rc.conf配置:
#设定无线网络
ifconfig_ath0="inet 192.168.1.10 netmask 255.255.255.0 ssid YouWirelessSSID channel 6 wep weptxkey 1 wepkey YourWirelessWepPass"
#设置DCHP的话
ifconfig_ath0="ssid YouWirelessSSID DCHP channel 6 wep weptxkey 1 wepkey YourWirelessWepPass"
#关于关闭Beep
allScreens_kbdflags = "-b off"
#设定无线网络
ifconfig_ath0="inet 192.168.1.10 netmask 255.255.255.0 ssid YouWirelessSSID channel 6 wep weptxkey 1 wepkey YourWirelessWepPass"
#设置DCHP的话
ifconfig_ath0="ssid YouWirelessSSID DCHP channel 6 wep weptxkey 1 wepkey YourWirelessWepPass"
#关于关闭Beep
allScreens_kbdflags = "-b off"