On Mittwoch, 6. März 2002 12:29 wrote Tom Allison: > I'm running into a little problem. > or rather a couple of them. > > I have two cards on my notebook -- really! One's a land-line > eepro100 and the other is a wireless pcmcia card. > I want one of them to run with dhcp and the other static. > > How/Where is dhclient called so that I can modify it to include a > statement from: 'dhclient' to 'dhclient eth1'? > > Also, on a slightly related problem. Has anyone ever seen an error > associated with ipup where it calls an error about > ignoring interface eth0=eth0??? > (admittedly, I need more investigation on this. But I don't know > where to even start)
the dhclient should be called by the pcmcia substructure. so, you should edit the /etc/pcmcia/network.opts file: case "$ADDRESS" in *,1,*,*) # card in the first socket (0) PUMP="y" # OR: DHCP="y" ;; esac case "$ADDRESS" in *,2,*,*) # card in the second socket (1) <put your static network setup here> ;; esac good luck ! -- Dirk Kredler, [EMAIL PROTECTED] fon +49-(0)521-787 12 90 fax +49-(0)521-772 55 69 http://www.computication.net/ Seidenstickerstr. 12 - 33609 Bielefeld - Germany