[Solved] connect: Network is unreachable

After 5 unsuccessful Arch Linux installations, I've got two that installed correctly. The first time, the network worked fine, and I was even installing it over SSH. After booting from the installed system instead of the live CD, it can't connect to the network, I get the following message when I try to ping anything, even my router:
connect: Network is unreachable
I've tried installing Arch again, because nothing on the internet seemed to fix my issue. After installing, I'm getting the same issue.
It appears it's failing to start eth0 because eth0 times out.
Last edited by Novicode (2013-06-24 15:43:52)

henk wrote:
I think 'systemd' should be 'systemctl'.
Try
ip link
to see if your device is still called eth0.
sorry about that. I did mean "systemctl".
Novicode wrote:
henk wrote:
I think 'systemd' should be 'systemctl'.
Try
ip link
to see if your device is still called eth0.
What exactly should I look for? It spits out a bunch of info, but I'm not pasting it all here, as I can't copy and paste using SSH and its on a different computer, in a different room.
that command gives you an enumerated list of your network interfaces. You should look to see if you have interface named eth0.
Last edited by cris9288 (2013-06-24 14:44:58)

Similar Messages

  • Live CD "connect: Network is unrechable"

    Hello Guys,
    I'm having trouble installing Arch on a small NAS. I'd like to connect it to some repositories and download a couple packages but can't. Something is broken with how Arch connects to my network.
    The NAS sports a SuperMicro X7SPA-H, a Mini-ITX mobo that has two gigabit ethernet adapters. According to lspci, the proper modules are e1000e and they are loaded.
    Using either ethernet port, I get an IPv4 address: 192.168.0.112 or 192.168.0.113. When I try to ping 192.168.0.1, I get connect: Network is unreachable. For pinging domain names, I get host unreachable. I've rebooted and tried setting up the network multiple times, alternating the ethernet port used.
    I've seen that using ifconfig, each network interface gets an IPv6 address. 99% of the time I do not see an IPv4 address. Only once did I see eth0 display an IPv4 address, but the IPv4 address disappeared after running ifconfig again. I have not ever seen eth1 show an IPv4 address through ifconfig. Another strange thing is that after running dhcpcd eth0, killing it, and running dhcpcd eth1, I see the same IPv6 address in the ifconfig output for both network interfaces. The same thing happens when running and killing and running dhcpcd in the opposite order.
    Any ideas? I could sure use some.
    Thanks!

    Gcool,
    Thank you for the reply. I hope this output is useful.
    Since I can't copy and paste directly from the screen, I'll show the nic entries in lspci -k:
    02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
        Subsystem: Super Micro Conputer Inc Device 060a
        Kernel driver in use: e1000e
        Kernel modules: e1000e
    03:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
        Subsystem: Super Micro Conputer Inc Device 060a
        Kernel driver in use: e1000e
        Kernel modules: e1000e
    ip addr gives this:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 disc no queue state UNKNOWN
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
        inet6 ::1/128 scope host
            valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 disc pfifo_fast state UP qlen 1000
        link/ether 00:25:90:68:bd:34 brd ff:ff:ff:ff:ff:ff
        inet6 fe80::225:90ff:fe58:bd35/64 scope link
            valid_lft forever preferred_lft forever
    3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 disc pfifo_fast state DOWN qlen 1000
        link/ether 00:25:90:68:bd:34 brd ff:ff:ff:ff:ff:ff
        inet6 fe80::225:90ff:fe58:bd35/64 scope link
            valid_lft forever preferred_lft forever
    ip link gives this:
    1: lo: <LOOPBACK,UP,LOWER_UP>  mtu 16436 disc no queue state UNKNOWN
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 disc pfifo_fast state UP qlen 1000
        link/ether 00:25:90:68:bd:34 brd ff:ff:ff:ff:ff:ff
    3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 disc pfifo_fast state DOWN qlen 1000
        link/ether 00:25:90:68:bd:34 brd ff:ff:ff:ff:ff:ff
    All this is after running dhcpcd eth0. The output looks the same after running dhcpcd eth1 with the exception that eth1 is UP and eth0 is DOWN.

  • Network is unreachable

    I've been at this for the third weekend in a row now and still can't get it. I've read all the previous posts, read the wiki, read everything but my network still isn't working. I can install arch easily enough (nice job with the new installer) but like I said, I can't get the network.
            I've got a four port modem/router and have a static ip. According to the wiki and the other posts I've read my rc.conf file is setup correctly (I think). Straight after an install of arch I try the following 'pacman -Sy'
    then it comes back saying
    current locale is invalid...
    error:failed to synchronize current: Transient resolver failure
    and basically continues on like this, saying failed to synchronize, for another 6-7 lines.
    When I try 'ping 192.168.1.1' It comes back with
    connect: Network is unreachable
    The relevant bit from my rc.conf file
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(lo eth0)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    Because I don't have the net working I can't 'pacman' and graphical interface yet so I'm still on the command line making it difficult to copy everything down here. Any help would be fantastic, thanks.
    Last edited by slimdog360 (2007-05-26 03:20:44)

    To manage networking in your Linux box, you need to know at least two command as the following:
                   1. If you want to set IP address for your PC as 192.168.0.2/24, use this command:
                        #ifconfig eth0 192.168.0.2 netmask 255.255.255.0
                   2. If your gateway is 192.168.0.254:
                        #route add default gw 192.168.0.254
    If you want to set up DNS server, so that you can access websites, for example:
    open /etc/resolv.conf file and add the following entry:
                           nameserver  ip.address.of.dns.server
    If there is a dhcp server in your network, the quickest way is:
                     #dhcpcd eth0
    Use Ping to troubleshoot the network problem.

  • Ical failed because the network is unreachable

    Please help! I cannot get my ical to sync to my mac.com account. I keep gettting an error message that says "The connection to account “[email protected]” failed because the network is unreachable". My calendar is synced correctly on my  iphone and on my iclound.com account, but it will not sync to my iMac ical account. Please help!! I am getting so frustrated!!!

    First make an iCal backup:  Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    Go to iCal > Preferences > Accounts and remove all references to MobileMe / .Mac / iCloud you might find using the minus "-" sign at the bottom.
    Go to iCal > Quit iCal
    Go to Apple > System Preferences > iCloud > Sign Out and then sign back in.
    If your password doesn't work go to https://appleid.apple.com to reset your password.
    Close System Preferences
    Go to iCal > Preferences > Accounts and make sure that "iCloud" is now listed.If iCloud is not listed, use the plus "+" sign at the bottom to add it back in.
    If the issue persists:
    1. Go to iCal > Quit iCal
    2. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    --- NOTE: To get to "Home > Library" in Lion: Click anywhere on the desktop and then click on the "Go" menu at the top of the computer screen while holding down the "option" key on the keyboard.  You will see "Library" in the menu.
    3. Launch iCal and test.
    If the issue persists:
    1. Go to iCal > Quit iCal
    2. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    --- NOTE: Removing these files may remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    3. Launch iCal and test.
    Hope that helps.

  • Network remains unreachable after much googling - wiki

    Hello. I just installed Arch and in the command: ping -c3 8.8.8.8, it responds that Network is unreachable. I did much googling and I read many articles on wiki, but nothing changed.
    In the command ip a, it says that my wired Ethernet is the enp4s0, and the wireless wlp3s0.  Even the command systemctl enable [email protected] did not help at all...
    Internet connection exists when I use the live CD for installation Arch.

    To reiterate a point I had to make on your previous thread from yesterday:
    Trilby wrote:Konstantinos, this is only meant for your benefit, but perhaps archlinux isn't right for you yet ... The errors above suggest that you will have a hard time following the wiki and man page documentation - this will likely just lead to much greater frustration with archlinux even if you get it installed.  So perhaps tinker with some other distros for a while first.
    https://bbs.archlinux.org/viewtopic.php … 0#p1534290
    I truly believe arch is not a good fit for you currently.  And if you decide to try to push your way through, that is up to you, we would welcome you and do our best to help.  But if you continue as you are in this thread, you will quickly wear out that welcome.

  • TS1398 have been connected to my wireless network using a netgear sky broadband router succesfully for a few weeks, suddenly can't connect, network is showing but no signal - all other wireless gadgets are connected just fine - including iphone - any idea

    my ipad 4 has been connected to my wireless network using a netgear sky broadband router succesfully for a few weeks, suddenly can't connect, network is showing but no signal - all other wireless gadgets are connected just fine - including iphone - any ideas?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • ASA 5505 VPN can't access connected network

    I have an ASA 5505 with ipsec VPN configured on it.  I am able to  connect to the ASA but I can't ping a connected network.  I get a dhcp  assigned address in the network I am trying to reach but can't access  that network on Vlan5.  Please help.
    I attached the config.

    I think final questions, can you have two nat statements that point to the same acl ie.
    access-list no_nat extended permit ip 192.168.9.0 255.255.255.0 192.168.0.0 255.255.255.0
    access-list no_nat extended permit ip 192.168.9.0 255.255.255.0 172.31.1.0 255.255.255.0
    access-list no_nat extended permit ip 192.168.5.0 255.255.255.0 192.168.5.0 255.255.255.0
    nat (inside) 0 access-list no_nat
    nat (inside) 1 192.168.9.0 255.255.255.0
    nat (fw-civic) 0 access-list no_nat
    nat (fw-civic) 1 192.168.5.0 255.255.255.0
    Or do I need to create a new acl for the fw-civic interface?
    Thanks

  • IPHONE 5: can't receive calls & random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational.

    IPHONE 5:  can't receive calls and random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational, and it does not matter whether wifi is on or off.  ATT went through the standard protocol - resetting network, resetting sim card, etc.  No changes.  Other phones working fine in same region with same carrier.  Apple's solution is to restore software, but haven't gone there yet.  Anyone successfully addressed this/these issues?   

    I should point out that it worked when the iPhone was set back to factory settings, but when restored with the backup, data/internet no longer works again, and I get the "Could not activate cellular data network" error message yet again.

  • My ipad including my iphone says "unable to connect network" whenever i connect it to wifi. How could this be?

    Help anyone pls!!! My ipad including my iphone says " unable to connect network" whenever i connect it to wifi. How could this be?

    Try Settings > General > Reset > Reset Network Settings
    Then try again.

  • Sir you have replied for my question, and i updated my software and all those things, yet it is showing unable to connect network, but i can use internet by sim, is it the problem related with hardware? can you tell me a solution for it?

    sir you have replied for my question, and i updated my software and all those things, yet it is showing unable to connect network, but i can use internet by sim, is it the problem related with hardware? can you tell me a solution for it?

    you seem to be referring to an ongoing issue
    click here to respsond -> sir help me to enable my network connection, my iphone 4s is not connecting with any wireless connection, what i should do for enabling network connection?
    CCC

  • Is CS6 the last version able to install on a non-Internet-connected network?

    I work on a govt network, which has no connection to the Internet, so we just purchased Photoshop CS6.  Of course, we're having all sorts of problems because the damn application requires an Internet connection before it will run.  We're working with Adobe to try to find a way around this, but it's extremely frustrating.  I'm guessing we'll eventually be able to get an installer that doesn't try to connect to the Internet.
    My question is:  Assuming we can get PS CS6 functioning, is that the last version Adobe will build that will be installable on a non-Internet-connected network?  That seems a bit short-sighted and will eventually cause the govt to remove all Adobe products from use.  I can't imagine that's a scenario Adobe would be happy with, but maybe they don't care.
    Thoughts?  Does anybody else use Adobe products on a network that has no way to connect to the Internet?  Have you found good workarounds for working with these annoying apps?

    Thanks, John.  I knew that, but have no way of registering or activating after install.  I know that an installer can be built with the Serial Number built in that doesn't require an Internet connection, but I've never been able to get that to work.  It takes half a day just to get the transfer approved to move it to the correct network, and after doing this six times, I've run out of patience.  I'm not really sure what to do at this point.  After over six hours on the phone with Adobe support, I've come to a brick wall.  Adobe products are no longer viable on government networks.  I'm surprised they've given up this large pool of users...

  • Hi you know i can't make the MIDI connection network from my iMac to my iPad 3 appears 192.168.1.69:5004 refused the connection request. ill appreciate so much your help I'm trying to do it with the animoog for iPad

    hi you know i can't make the MIDI connection network from my iMac to my iPad 3 appears 192.168.1.69:5004 refused the connection request. ill appreciate so much your help I'm trying to do it with the animoog for iPad

    Hi James and welcome.....
    Try the help here for Windows 7.
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    Carolyn

  • 'Connection network error'

    Anyone know why I would get a 'connection network error' when trying to upload files to iTunesU ?
    Network service is normal otherwise.

    Hello,
    I would suggest you to contact the Oracle Support.
    Francois

  • SOAPException: Network is unreachable

    Hi
    Having deployed my webservice as described in
    Deploying webservice java client in 9i database (ORA-29535)
    I am now getting the above error message, which in full is
    [SOAPException: faultCode=SOAP-ENV:IOException; msg=Network is unreachable
    Network is unreachable; targetException=java.net.SocketException: Network is unreachable
    Network is unreachable]
    at oracle.soap.transport.http.OracleSOAPHTTPConnection.send(OracleSOAPHTTPConnection.java:765)
    at org.apache.soap.messaging.Message.send(Message.java:125)
    at ehapack.Area_x0020_serviceStub.GetArea(Area_x0020_serviceStub:40)
    at ehapack.IMKAreal.Tjek_IMK_areal(IMKAreal:201)
    The webservice client works fine when running in JDEveloper standalone.
    Is there some kind of network prot (80) that I should check on the database server or what is the problem here?
    regards,
    Martin

    Ok, seems the grant cleared the 'network unreachable' error!
    But now I get the following, which has not been present at all before:
    java.lang.NoSuchMethodError: Error detected by bytecode verifier when class was created
    at org.apache.crimson.jaxp.DocumentBuilderImpl.<init>(DocumentBuilderImpl.java:158)
    at org.apache.crimson.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(DocumentBuilderFactoryImpl.java:82)
    at org.apache.soap.util.xml.XMLParserUtils.getXMLDocBuilder(XMLParserUtils.java:138)
    at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:148)
    at ehapack.Area_x0020_serviceStub.GetArea(Area_x0020_serviceStub:58)
    at ehapack.IMKAreal.Tjek_IMK_areal(IMKAreal:229)
    Error -29532: ORA-29532: Java call terminated by uncaught Java exception: java.lang.NoSuchMethodError: Error detected by bytecode verifier when class was created
    8:28:01 Execution failed: ORA-29532: Java call terminated by uncaught Java exception: java.lang.NoSuchMethodError: Error detected by bytecode verifier when class was created
    What could the cause be? Should i recompile all java classes?

  • Retrieve wireless connection network key

    I have the WRT160Nv2 router.  I need to retrieve the wireless connection network key.  I have the user name but have misplaced the key.  I have it set to connect automatically when I log on so I haven't had to enter it for a long time.  None of the possibilities that I had noted when the kids would come over years ago will work.  I want to allow them to use our wireless network when they visit. 
    Thanks!

    If your laptop can be connected to your wireless network, you can use this wireless key finder to locate the key. It's pretty simple tool. Hope it helps.

Maybe you are looking for