This is my first attempt at a full-blown FreeBSD install that will act as a web server. I've run into a problem with the wireless networking with a Rosewill g300ex wireless nic. It uses the ral chipset and the generic kernel recognizes the nic. However, I've been unable to connect it to my wireless access point. The access point is configured for wpa-personal with AES encryption. Neither dhcp nor static IPs work. Thanks in advance for any help.
That being said here is my /boot/loader.conf:
/etc/rc.conf:
/etc/wpa_supplicant.conf:
ifconfig
That being said here is my /boot/loader.conf:
Code:
if_ral_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
Code:
defaultrouter="192.168.11.1"
hostname="freebsd.xxxx.local"
ifconfig_vr0="inet 192.168.11.110 netmask 255.255.255.0"
sshd_enable="YES"
wlans_ral0="wlan0"
ifconfig_wlan0="SYNCDHCP WPA ssid xxxx mode 11g channel 8"
/etc/wpa_supplicant.conf:
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="xxxx"
key_mgmt=WPA-PSK
group=CCMP
psk="nopsksoupforyou"
}
ifconfig
Code:
ral0: flags=8803<UP,BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether ff:ff:ff:ff:ff:ff
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=82808<VLAN_MTU,WOL_UCAST,WOL_MAGIC,LINKSTATE>
ether 00:16:17:10:1f:f2
inet 192.168.11.110 netmask 0xffffff00 broadcast 192.168.11.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether ff:ff:ff:ff:ff:ff
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: no carrier
ssid xxxx channel 8 (2447 MHz 11g)
country US authmode WPA1+WPA2/802.11i privacy ON deftxkey UNDEF
txpower 0 bmiss 7 scanvalid 450 bgscan bgscanintvl 300 bgscanidle 250
roam:rssi 7 roam:rate 5 protmode CTS roaming MANUAL bintval 0