Page 1 of 1

using both wifi and wired

Posted: 03 Dec 2015, 22:21
by radu
Is it possible to configure the kiosk to use wired connection if available, and fallback to wifi if wired is not connected?

Re: using both wifi and wired

Posted: 04 Dec 2015, 03:26
by francois
I moved your post in the porteus kiosk edition section.

Re: using both wifi and wired

Posted: 04 Dec 2015, 10:19
by fanthom
@radu,
If you enable dhcp + wifi in the wizard then each connection will work as a fallback to the other. I'm not sure which one will be primary but i assume wired as it gets established faster.

using both wifi and wired

Posted: 04 Sep 2017, 01:21
by mrtn
I have a further question about this issue.
Does "fallback" mean the wireless connection can take over only if the wired can't be *established* (eg. connect to the network and get an IP) and vice versa; or does fallback mean both connections are constantly monitored for properly working internet access and porteus automatically uses the interface with a working internet connection?

using both wifi and wired

Posted: 04 Sep 2017, 09:37
by fanthom
Both connections are constantly monitored by dhcpcd and wpa_supplicant. They work on all available network interfaces so when first connection is lost then second one takes its role.

Thanks

using both wifi and wired

Posted: 04 Sep 2017, 21:42
by mrtn
Sorry for asking again, but I just want to be sure:
Are the connections monitored for (local) connectivity only or for actual availability of internet access.

With connectivity only I mean:
Wired: Checking for having an ethernet cable plugged in and an IP address of the local network.
Wireless: Being connected to the access point and having an IP address.

With internet access I mean more than just (local) connectivity, but in particular checking if "the internet works".

using both wifi and wired

Posted: 05 Sep 2017, 06:20
by fanthom
This is local connectivity test.

Internet test would have to be handled by additional system customization. If pinging kernel.org does not work then switch wireless to wired (kill dhcpcd/wpa_supplicant on wifi interface).

Thanks