I installed NomadBSD(UFS version) on an 8gb USB stick with data encryption. I am not able to access the internet via public wifi networks. I am able to connect to public wifi networks, but the captive portal associated with the wifi network is not launched automatically and also via firefox. On Linux, either the captive portal is automatically launched, or firefox provides a message with network login option. But this does not happen on NomadBSD. I am new to BSD. Please could someone help me on resolving this issue?
I think you just need to set up your wifi for their network, like you do at home, or when you go to a friends house - I could be wrong, but that’s what I think.
Problems running dhclient? Then kill the previously running dhclient.
killall dhclient
dhclient wlan0
Ping some DNS providers to check if Domain Network Services are working for your setup. ping -c 3 8.8.4.4 ping -c 3 he.net
#Sometimes you might need to restart the network interfaces and the routing services, after editing the /etc/rc.conf file or the /etc/wpa_supplicant.conf file.