[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loop back device
>Here is a puzzle for me but I'm sure not for you:
>In my prior installation of RH 6.2, ifconfig would always show a loop
>back device, lo, whether I was connected to a remote server or not.
>In my new installation of 6.2, ifconfig gives no response unless I am
>connected via ppp0 to MichNet and , once connected, ONLY ppp0.
And things work? That is strange, usually the absence of "lo" will cause things like X, syslog, etc..., to sputter.
Anyway, take a look at /etc/sysconfig/network; do you have NETWORKING=yes
Loopback is started if /etc/rc.d/init.d/network is started. Check your default runlevel and make sure that it contains a symlink to ../init.d/network. If your default run level is 5 you want to look in /etc/rc.d/rc5.d, if 3 (non GUI) check /etc/rc.d/rc3.d. These contain symlinks to the start/stop files of the services you want to run/not-run at that level.