More networking questions...
I'm trying to get things set up so my eth0 comes up automatically
upon boot, or if it doesn't, I'd like a simple 'ifconfig eth0 up'
command to work. (Redhat, BTW).
Right now, if I type 'ifconfig eth0 up', it doesn't set the IP,
netmask, etc properly, and I can't ping the other system on the
network. But if I type 'ifconfig eth0 192.168.1.2 netmask
255.255.255.0 up', everything works great.
Here's my /etc/sysconfig/network-scripts/ifcfg-eth0:0 file
----------------------------------------------------------------------
DEVICE=eth0
IPADDR=192.168.1.2
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCASE=192.168.1.255
ONBOOT=yes
----------------------------------------------------------------------
and my /etc/sysconfig/network file
----------------------------------------------------------------------
NETWORKING=yes
HOSTNAME=myhost.mydomain.com
----------------------------------------------------------------------
Thanks for any help.
-Rob.
--
-----------------------------------------------------------------
Rob Hudson <[EMAIL PROTECTED]> Web Developer
Visit the EUGLUG homepage at http://eugene-linux.cyber-dyne.com
-----------------------------------------------------------------