You are not logged in.
Pages: 1
Hi,
I have installed Slitaz 4 on a VirtualBox VM. I would like to setup two network cards, which is something I usually do when I want host-only interface for ssh connection and a NAT connection for the internet.
I tried with various ways, but I have not yet succeeded. Is this possible at all?
I see that in /etc/network.conf there is a default device declared, but how do I declare additional ones?
Regards,
Nikos Tzanos
Offline
Find network card alias:
[c]cat /proc/net/dev[/c]
Activate network card:
[c]ifconfig <network card alias> <i.p. address> up[/c]
Activate network card on boot: add command to /etc/init.d/local.sh
Offline
Thanks a lot for the info.
Offline
If the card take the address by dhcp , you could add the dhcp command in /etc/init.d/local.sh :
[c]udhcpc -b -T 1 -A 12 -i <interface eth0 or eth1 ussually>[/c]
Offline
Pages: 1
[ Generated in 0.016 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]