Hello
It seems that my wifi connection is not properly running. I'm on 8.1, using an iwi0 driver which is working fine. To connect to a hotspot, I initiate:
After that, I launch dhclient wlan0, after a while I get the IP addresses. I verify that /etc/resolv.conf has the right dns, the default gateway IP is properly setup as well. But when I open the browser (any browser), it tries to connect, I see the title of the webpage coming on the top, but the connection hangs and stops.
That reoccurs with any hotspots (free unencrypted hotspots). I'm sure it's not a browser issue, because when I use a LAN connection, I can browse successfully. Moreover, the wifi internet connection works fine on different operating systems (linux, windows.....etc). It is unclear why under FreeBSD it's acting like that.
Maybe I am creating the wlan0 in a wrong way? (ifconfig wlan0 create wlandev iwi0)
It seems that my wifi connection is not properly running. I'm on 8.1, using an iwi0 driver which is working fine. To connect to a hotspot, I initiate:
Code:
ifconfig wlan0 ssid "the_ssid_name"
After that, I launch dhclient wlan0, after a while I get the IP addresses. I verify that /etc/resolv.conf has the right dns, the default gateway IP is properly setup as well. But when I open the browser (any browser), it tries to connect, I see the title of the webpage coming on the top, but the connection hangs and stops.
That reoccurs with any hotspots (free unencrypted hotspots). I'm sure it's not a browser issue, because when I use a LAN connection, I can browse successfully. Moreover, the wifi internet connection works fine on different operating systems (linux, windows.....etc). It is unclear why under FreeBSD it's acting like that.
Maybe I am creating the wlan0 in a wrong way? (ifconfig wlan0 create wlandev iwi0)