Page 1 of 1
[Solved] Possibilies of Network Setting in Client
Posted: 05 Aug 2023, 06:04
by NewinTown
Hey,
I was wondering, is it possible to set a different MTU in the network settings for the kiosk client?
Thanks
-
Possibilies of Network Setting in Client
Posted: 05 Aug 2023, 07:22
by fanthom
You can do this using 'run_command=' parameter:
https://porteus-kiosk.org/parameters.html#run_command
sample:
Code: Select all
run_command=ifconfig eth0 mtu 1000
Thanks
Possibilies of Network Setting in Client
Posted: 05 Aug 2023, 17:52
by NewinTown
Hi,
thanks for your quick reply.
So I just need to add the parameter in the kiosk_config.txt?
The network config will always asign eth0 to the network card?
thanks
Possibilies of Network Setting in Client
Posted: 05 Aug 2023, 20:14
by fanthom
1) Yes
2) If you have 2 NICs then you can repeat this command on eth1 (read parameter description how to run 2 commands).
Possibilies of Network Setting in Client
Posted: 08 Aug 2023, 13:26
by NewinTown
Thanks for your help!
[Solved]