"Mikkel L. Ellertson" wrote:

> If it were not for the issue of getting the correct modules loaded, you
> could just edit the ifcfg-eth1 file to use "DEVICE=eth0".  This is what
> I do on my notebook to have more then one ethernet config using the same
> device.

would an alias device be a better way ?
it would put 2 IPs on single card - which might not be good for your
situation.

fwiw - I do this to give access to DSL (via dhcp provided 10.0.0.X),
and to my other boxes ( numbered in /etc/hosts )

# more /etc/sysconfig/network-scripts/ifcfg-eth0*
::::::::::::::
/etc/sysconfig/network-scripts/ifcfg-eth0
::::::::::::::
DEVICE="eth0"
BOOTPROTO="dhcp"
ONBOOT="yes"
USERCTL=no
::::::::::::::
/etc/sysconfig/network-scripts/ifcfg-eth0.OLD
::::::::::::::
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
BROADCAST=192.168.1.255
NETWORK=192.168.1.0
NETMASK=255.255.255.0
IPADDR=192.168.1.1
USERCTL=no

btw:  pump'ing an alias device doesnt seem to work.



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to