Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Network temporarly not availible?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
hugtux
Posts: 19
Joined: 2004-03-04 11:28
Location: Belgium

Network temporarly not availible?

#1 Post by hugtux »

I get the message that my network is temp. not availible when I ping 127.0.0.1

But the eth0 is installed. What could be the case here?

User avatar
MarkvD
Posts: 77
Joined: 2004-02-15 21:36
Location: Rhoon, Holland

#2 Post by MarkvD »

How is your network configured? Do you use DHCP?

thewolfro
Posts: 18
Joined: 2004-03-20 07:52
Location: Romania
Contact:

#3 Post by thewolfro »

what message do you get if you try "/etc/init.d/networking restart" command?

hugtux
Posts: 19
Joined: 2004-03-04 11:28
Location: Belgium

#4 Post by hugtux »

I already solved it:
  • # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

    # The loopback interface
    auto lo
    iface lo inet loopback

    # The first network card - this entry was created during the Debian installation
    # (network, broadcast and gateway are optional)
    auto eth0
    iface eth0 inet dhcp
    • Thanks anyway

Post Reply