problems connecting to the net.

lynn sears lynn at itsquick.com
Mon Nov 13 12:31:03 PST 2000


>lynn sears wrote:
>
> > output from /sbin/ifconfig has nothing to say about eth0 only localhost 
> info
> > # /sbin/ifconfig/ eth0 up  =  resource temporarily unavailable
> >
> > these machines can't ping each other but can ping themselves
> >
> > after I # /etc/rc.d/init.d/network restart = shutting down eth0  OK;
> > setting network parameters  OK;
> > bringing up lo = OK; bringing up eth0 = OK
> >
>
>If eth0 is not showing up in the output of ifconfig then it's
>not getting started (even though the network script says ok)...
>Also since it's not in the routeing table we know it's not getting started.
>
>
>Umm... what's in the following files:
>
>/etc/conf.modules
>/etc/sysconfig/network
>/etc/sysconfig/network-scripts/ifcfg-eth0
>
>
>dave

/etc/conf.modules
alias parport_lowlevel parlport_pc
alias eth0 de4x5

/etc/sysconfig/network
NETWORKING =yes
HOSTNAME = "localhost.localdomain"
GATEWAY = "216.15.51.129"
GATEWAY DEV =  "eth0"
FORWARD 1Pv4 = "yes"

/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE = "eth0"
IPADDR = "216.15.51.131"
ONBOOT = "yes"
BOOTPROTO = "none"
IPXNETNUM_802_2 = " "
IPXPRIMARY_802_2 = "no"
IPXACTIVE_802_2 = "no"
IPXNETNUM_802_3 = " "
IPXPRIMARY_802_3 = "no"
IPXACTIVE_802_3 = "no"
IPXNETNUM_ETHERII = " "
IPXPRIMARY_ETHERII = "no"
IPXACTIVE_ETHERII = "no"
IPXNETNUM_SNAP = " "
IPXPRIMARY_SNAP = "no"
IPXACTIVE_SNAP = "no"

the ip address is correct as is gateway address

thanks again...lynn




More information about the talk mailing list