[Solved] Possibilies of Network Setting in Client

'User made' tutorials related to Porteus Kiosk edition.
Official kiosk documentation can be find here: http://porteus-kiosk.org/documentation.html
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
NewinTown
Ronin
Ronin
Posts: 3
Joined: 04 Aug 2023, 09:30
Distribution: Porteus

[Solved] Possibilies of Network Setting in Client

Post#1 by NewinTown » 05 Aug 2023, 06:04

Hey,

I was wondering, is it possible to set a different MTU in the network settings for the kiosk client?

Thanks
-
Last edited by NewinTown on 08 Aug 2023, 13:26, edited 1 time in total.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Possibilies of Network Setting in Client

Post#2 by fanthom » 05 Aug 2023, 07:22

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
Please add [Solved] to your thread title if the solution was found.

NewinTown
Ronin
Ronin
Posts: 3
Joined: 04 Aug 2023, 09:30
Distribution: Porteus

Possibilies of Network Setting in Client

Post#3 by NewinTown » 05 Aug 2023, 17:52

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

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Possibilies of Network Setting in Client

Post#4 by fanthom » 05 Aug 2023, 20:14

1) Yes
2) If you have 2 NICs then you can repeat this command on eth1 (read parameter description how to run 2 commands).
Please add [Solved] to your thread title if the solution was found.

NewinTown
Ronin
Ronin
Posts: 3
Joined: 04 Aug 2023, 09:30
Distribution: Porteus

Possibilies of Network Setting in Client

Post#5 by NewinTown » 08 Aug 2023, 13:26

Thanks for your help!
[Solved]

Locked