Hmmm.. ok the file itself i dunno, but the settings look correct, except
its BROADCAST, not BROADCASE, unless RedHat needs that to be another
proprietary feature?
Is your network device driver loaded by module at start time, or
is it in the kernel (are you sure your using the correct kernel if so?),
is the module being loaded (lsmod).
Jamie
On Wed, 12 Jan 2000, Rob Hudson wrote:
> 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
> -----------------------------------------------------------------
>