Hi,
I am looking for help understanding my wireless network interface. At home, wlan0 always connects to wifi, gets an address, and I can surf the web. However this last week I have been on a trip and connecting to different APs by editing wpa_supplicant.conf, entering the new SSID and psk, and then doing
- the wifi network is connected because I see the SSID in
- I can ping the router at 192.168.1.1
- I cannot ping the outside internet: I try
Here is my rc.conf for wlan0 and my lagg0 interface (em0 omitted):
And now the weirdest part: after some time, the internet connection will randomly begin working. So, it seems like something is timing out and refreshing, or cache expiring. But I have no idea where to look.
I am looking for help understanding my wireless network interface. At home, wlan0 always connects to wifi, gets an address, and I can surf the web. However this last week I have been on a trip and connecting to different APs by editing wpa_supplicant.conf, entering the new SSID and psk, and then doing
service netif restart
.- the wifi network is connected because I see the SSID in
ifconfig wlan0
and I am assigned an IP address- I can ping the router at 192.168.1.1
- I cannot ping the outside internet: I try
ping 1.1.1.1
and I get network is down
Here is my rc.conf for wlan0 and my lagg0 interface (em0 omitted):
Code:
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto failover laggport em0 laggport wlan0 DHCP"
And now the weirdest part: after some time, the internet connection will randomly begin working. So, it seems like something is timing out and refreshing, or cache expiring. But I have no idea where to look.