Page 1 of 1

[Solved] Kiosk delays if internet connection not available

Posted: 04 Sep 2019, 15:10
by codinghusi
Hi,
on my Porteus Kiosk runs a local webserver so I won't need an internet connection.
But if I have no, and the browser starts first after a minute or so. During that minute a message sais "gateway not is not set".
How can I prevent that delay?
Btw. though if there is a connection available I want to use it!

Kiosk delays if internet connection not available

Posted: 04 Sep 2019, 15:42
by fanthom
codinghusi,

"How can I prevent that delay?"
You need to set static IP which include (an even fake) gateway address.

"Btw. though if there is a connection available I want to use it!"
You cant eat the cake and have the cake.

You either wait on connection or set static IP (and gateway) to bypass the gateway check.

Please post in kiosk section of the forum only.


Thanks

Kiosk delays if internet connection not available

Posted: 04 Sep 2019, 17:47
by codinghusi
Hi, thanks for the reply,
fanthom wrote:
04 Sep 2019, 15:42
You cant eat the cake and have the cake.
You either wait on connection or set static IP (and gateway) to bypass the gateway check.
I want that the kiosk connects to the network parallel so the browser will start as fast as possible.
Sometimes it could also be that the wifi won't be available.

(Could I btw change my ip and gateway with simply customizing the iso?)
fanthom wrote:
04 Sep 2019, 15:42
Please post in kiosk section of the forum only.
Ohhh sorry, I have searched for that forum. Will do that in future :)

Kiosk delays if internet connection not available

Posted: 05 Sep 2019, 06:43
by fanthom
"(Could I btw change my ip and gateway with simply customizing the iso?)"
You cant as config is encrypted.
However - you could remaster the ISO and disable gateway check by editing /etc/xdg/openbox/autostart in 003-settings.xzm module.

Thanks

[Solved] Kiosk delays if internet connection not available

Posted: 14 Sep 2019, 10:31
by codinghusi
Thank you very much!
That worked :)