Need an Introduction to Tiny Core? Or peruse Core Concepts.
one of the NIC cards should have static IP
ifconfig eth0 10.0.1.80 netmask 255.255.255.0 broadcast 10.0.1.255 uproute add default gw 10.0.1.10echo nameserver 10.0.1.10 > /etc/resolv.conf
Do I need to use nodhcp bootcode?
Yes, then you call /etc/init.d/dhcp.sh from /opt/bootlocal.sh after you configure the static interface.
need to make sure that given NIC will always be eth0
What do you mean by NIC??
Quote from: danielibarnes on June 01, 2010, 11:29:24 AMYes, then you call /etc/init.d/dhcp.sh from /opt/bootlocal.sh after you configure the static interface.I don't. I do have the nodhcp bootcode (sorry, i forgot), but do not call /etc/init.d/dhcp.sh....\\atnas
KERNEL=="eth*", ATTR{address}=="00:22:15:10:be:b4", NAME="eth2"KERNEL=="eth*", ATTR{address}=="e0:cb:4e:b9:50:25", NAME="eth3"
initramfs /boot/myramfile.gz