** On Oct 06, Robert Lazzurs scribbled:
> On Thu, 5 Oct 2000, Marek Habersack wrote:
> 
> > ** On Oct 05, Robert Lazzurs scribbled:
> > 
> > > > > I have now compiled and installed a custom 2.2.17 kernel as I thought 
> > > > > it
> > > > > might have been a problem with the kernel image that debian provides, 
> > > > > but
> > > > > it is not!
> > > > > 
> > > > > Any help would be vvvnice :)
> > > > Check whether you have the lo network interface up. If not - start it. 
> > > > This
> > > > should cure your problem.
> > > > 
> > > > marek
> > > 
> > > I have tried, but it does not appear to be setup, have you any ideas on
> > > how I can do this?
> > What Debian distro are you using?
> > 
> > marek
>  
> Potato, thanks again - Rab
OK. there are two ways of doing it:

1. Check out whether you have the /etc/networ/interfaces file. If it's
   there, just add the following line at the top of it:

   iface lo inet loopback

   After doing so, execute the following command line as root:

   ifup -a

2. If #1 isn't working for you for some reason, you can use the older
   approach:

   Check whether you have the /etc/init.d/network script. If it's there
   try putting the following lines at the top (below the shebang):

   ifconfig lo 127.0.0.1
   route add -net 127.0.0.0

   From now on on every startup the lo interface should be configured and
   running. You can type those commands without restarting the machine, of
   course.


hope that helps

marek

Attachment: pgpLLh1KUj5jh.pgp
Description: PGP signature

Reply via email to