hi,
i use soho 5.9 with kde 3.5.9.
in my box (thinkpad t42) are 2 networkinterfaces..one ethernet for cable and one wireless card.(eth0...eth1)
so, how can i accomplish to start just one networkinterface per cli?
usually wireless ...eth1
what have i done so far:
chmod -x rc.network..so my box doesnt automatically connect to anything..i like it this way...
when i want to start my wireless network (eth1..permanent assigned per
udev-rule)..this would be my syntax..
iwconfig eth1 essid nameofnet
iwconfig eth1 mode managed
/etc/rc.d/rc.inet1 eth1 restart...
dhcpcd eth1
done...
i always get a message..starting eth0..searching dhcp..and so on..
but not my eth1 nic?
i even disabled eth0 (ifconfig eth0 down)
am i something missing...what would be the best syntax?
greets günter