hello
is porteus kiosk can handle 2 network card and have it route?
i need to create a routing trough the kiosk to my other machine
2 network card and routing - [Solved]
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
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
Re: 2 network card and routing
no one can help here?
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: 2 network card and routing
Nobody but fanthom and he may be busy at the moment. Please wait.anditsung wrote:no one can help here?
Re: 2 network card and routing
solve this by adding to run_command
then can add 2nd nic using ifconfig
like
run_command=echo 1 > /proc/sys/net/ipv4/ip_forward;ifconfig eth1 172.16.21.1 netmask 255.255.255.0
add disable_firewall=yes to the config to allow all connection
then can add 2nd nic using ifconfig
like
run_command=echo 1 > /proc/sys/net/ipv4/ip_forward;ifconfig eth1 172.16.21.1 netmask 255.255.255.0
add disable_firewall=yes to the config to allow all connection
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: 2 network card and routing
VERY good anditsung.
Thank you for posting the solution.

Thank you for posting the solution.
