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.

Similar Messages

  • [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)

  • 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.

  • 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?

  • 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.

  • Clear archlinux says network is unreachable

    I installed clear archlinux system from CD
    now I want to install serveral packages
    I add line in some conf file about
    http_proxy = "http://10.0.3.1:4000"
    Yesterday i succsessful downloaded several packages,but now
    i receive
    network is unreachable
    I looked to ifconfig - everything is perfect, proxy server squid on 10.0.3.1 works without any authentication,
    the resolv.conf didn't changed.

    grep is your friend.
    -n   Prefix each line of output with line number
    -i   Ignore case distinctions
    -R   Search all subdirectories (recurse)
    http://10.0.3.1:4000   The pattern you want to search for
    /etc   The directory you want to look in (in Arch, most configuration files will be in the /etc directory)
    grep -n -i -R http://10.0.3.1:4000 /etc

  • Network error IOException: network is unreachable

    Environment:
    SQL Developer 1.5.5 running on Windows XP Pro SP3
    Connecting (or trying) to SQL Server 2000 at remote location.
    I can 'ping' the server and have downloaded and added the JTDS JDBC driver from Sourceforge.com to the Tools->Preferences->Database->Third Party JDBC Drivers
    I am using a 'dbo' account into the database I'm trying to reach and migrate. I am using port 1433 as directed by the remote DBA.
    Unfortunately I'm getting the above error which is very informative. :-(
    Any ideas on how to resolve, research, debug, etc.???
    How can I insure that the JTDS driver is being used?
    Many thanks!!
    -gary

    Gary,
    first of all you can test the connection using the MS SQL Server ODBC driver which is commonly installed on all newer Windows releases by default. This allows you to check the connect details you got and also you have access to the SQL Server
    Once checked now verify the SQL Developer installation:
    In Tools-> Preferences please check again the jtds-1.2.jar file is shown in the Database -> 3rd party JDBC drivers.
    Next step is to add a new connection.
    Enter the connect details and manipulate one value by explicite setting a wrong value.
    With a wrong hostname that doesn't exist the test button will generate an error: unknown server hostname
    Specifying a wrong port will fail with cannot connect MS SQL Server running on <hostname> if something is listening on this port on the target hostname -
    or if nothing is listening on the port the Network IO exception - could not create socket is raised.
    If you still can't proceeed - then you might think about the offline source model migration.

  • [SOLVED] network unreachable inside the container

    I managed a container with systemd-nspawn. The container boots, but the network is unreachable.
    Below is my set up.
    ON HOST
    systemd-dhcpcd.service disable
    systemd-networkd is enabled and started
    network is started with two netctl profiles
    Configuration files:
    /etc/netctl/static-hortensia
    Description='hortensia static ethernet connection'
    Interface=enp7s0
    Connection=ethernet
    IP=static
    Address=('192.168.1.87/24')
    Gateway='192.168.1.254'
    /etc/netctl/bridge-hortensia
    Description="Bridge connection to container"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=()
    IP=no
    /etc/systemd/network/70-dahlia.netdev
    [Match]
    Host=host0
    Virtualization=container
    [NetDev]
    Name=br0
    Kind=bridge
    /etc/systemd/network/80-dahlia.network
    [Match]
    Virtualization=container
    [Network]
    DHCP=no
    DNS=192.168.1.254
    [Address]
    Address=192.168.1.94/24
    [Route]
    Gateway=192.168.1.254
    /etc/resolv.conf
    # Generated by resolvconf
    domain lan
    nameserver 192.168.1.254
    BEFORE I start the container:
    $ ip addr
    2: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 14:da:e9:b5:7a:88 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.87/24 brd 192.168.1.255 scope global enp7s0
    valid_lft forever preferred_lft forever
    inet6 fe80::16da:e9ff:feb5:7a88/64 scope link
    valid_lft forever preferred_lft forever
    3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
    link/ether 9e:eb:1a:c5:12:34 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::9ceb:1aff:fec5:1234/64 scope link
    valid_lft forever preferred_lft forever
    start the container
    # systemd-nspawn --machine=dahlia --network-bridge=br0 -bD /dahlia
    $ ip addr
    2: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 14:da:e9:b5:7a:88 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.87/24 brd 192.168.1.255 scope global enp7s0
    valid_lft forever preferred_lft forever
    inet6 fe80::16da:e9ff:feb5:7a88/64 scope link
    valid_lft forever preferred_lft forever
    3: br0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 92:3c:ba:9e:24:07 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::9ceb:1aff:fec5:1234/64 scope link
    valid_lft forever preferred_lft forever
    4: vb-dahlia: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master br0 state DOWN group default qlen 1000
    ON CONTAINER
    systemd-dhcpcd.service disable
    systemd-networkd is enabled and started
    NO netctl profiles
    NO conf files in /etc/systemd/network/
    gab@dahlia ➤➤ ~ % ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet 192.168.1.94/24 brd 192.168.1.255 scope global lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: host0: <NO-CARRIER,BROADCAST,ALLMULTI,AUTOMEDIA,NOTRAILERS,UP> mtu
    1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 3a:4f:1f:c5:b5:d1 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.94/24 brd 192.168.1.255 scope global host0
    valid_lft forever preferred_lft forever
    Not sure this output is correct. Is it OK to get a IP adress for lo ? Then, interface host0 is DOWN. I guess this is not normal and could be the cause of my issue.
    # ip link set dev host0 up
    produces no change, host0 is still down
    gab@dahlia ➤➤ ~ % ip route
    default via 192.168.1.254 dev host0
    192.168.1.0/24 dev host0 proto kernel scope link src 192.168.1.94
    gab@dahlia ➤➤ ~ % ping -c 3 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    From 192.168.1.94 icmp_seq=1 Destination Host Unreachable
    Configuration files :
    /etc/resolv.conf
    # Generated by resolvconf
    domain lan
    nameserver 192.168.1.254
    /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost.localdomain localhost
    # End of file
    Maybe some error here? localhost ? (host0 ?)
    Some debug command outputs:
    gab@dahlia ➤➤ ~ # SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd
    timestamp of '/etc/systemd/network' changed
    timestamp of '/run/systemd/network' changed
    host0: link (with ifindex 2) added
    lo: link (with ifindex 1) added
    Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 error=n/a
    Got message type=method_return sender=org.freedesktop.DBus destination=:1.6 object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a
    Got message type=signal sender=org.freedesktop.DBus destination=:1.6 object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=2 reply_cookie=0 error=n/a
    gab@dahlia ➤➤ ~ % ip route
    default via 192.168.1.254 dev host0
    192.168.1.0/24 dev host0 proto kernel scope link src 192.168.1.94
    gab@dahlia ➤➤ ~ % cat /proc/net/dev
    Inter-| Receive | Transmit
    face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
    host0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    lo: 840 9 0 0 0 0 0 0 840 9 0 0 0 0 0 0
    Same command ON HOST
    gabx@hortensia ➤➤ ~ % cat /proc/net/dev
    Inter-| Receive | Transmit
    face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
    br0: 0 0 0 0 0 0 0 0 648 8 0 0 0 0 0 0
    vb-dahlia: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    lo: 1700 34 0 0 0 0 0 0 1700 34 0 0 0 0 0 0
    enp7s0: 15403401 19789 0 0 0 0 0 0 3834189 16721 0 0 0 0 0 0
    gab@dahlia ➤➤ ~ % ping -c3 192.168.1.254
    PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
    64 bytes from 192.168.1.254: icmp_seq=1 ttl=64 time=0.036 ms
    I can ping the gateway.
    Any help is appreciated.
    Last edited by gabx (2014-03-06 22:15:07)

    After a few more test, I have a profile UP in the container, with an IP adress, but network is still unreachable.
    The output of the following command puzzles me:
    gab@dahlia ➤➤ /etc/netctl % cat /proc/net/dev
    Inter-| Receive | Transmit
    face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
    host0: 6004 28 0 0 0 0 0 0 774 11 0 0 0 0 0 0
    lo: 336 3 0 0 0 0 0 0 336 3 0 0 0 0 0 0
    It seems there is some traffic going through host0.
    some debug outputs on the container side
    gab@dahlia ➤➤ /etc/netctl % ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: host0: <BROADCAST,ALLMULTI,AUTOMEDIA,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 8e:d4:16:e2:06:4a brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.91/24 brd 192.168.1.255 scope global host0
    valid_lft forever preferred_lft forever
    inet6 fe80::8cd4:16ff:fee2:64a/64 scope link
    valid_lft forever preferred_lft forever
    gab@dahlia ➤➤ /etc/netctl % ip route
    default via 192.168.1.254 dev host0
    192.168.1.0/24 dev host0 proto kernel scope link src 192.168.1.91
    gab@dahlia ➤➤ /etc/netctl % cat /etc/resolv.conf
    # Generated by resolvconf
    nameserver 192.168.1.254
    Maybe a stupid question, but in case of my bridge, what device is the gateway : the host machine (192.168.1.87) OR the real router (192.168.1.254) ? I could be wrong when trying to indicate the router as the gateway ?
    EDIT
    Trying to use the host as gateway does not change anything: network still unreachable
    More debug outputs.
    on the container side
    gab@dahlia ➤➤ ~ % ping -c3 192.168.1.254
    PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
    64 bytes from 192.168.1.254: icmp_seq=1 ttl=64 time=0.044 ms
    64 bytes from 192.168.1.254: icmp_seq=2 ttl=64 time=0.035 ms
    64 bytes from 192.168.1.254: icmp_seq=3 ttl=64 time=0.027 ms
    --- 192.168.1.254 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1998ms
    rtt min/avg/max/mdev = 0.027/0.035/0.044/0.008 ms
    gab@dahlia ➤➤ ~ % ping -c3 192.168.1.87
    PING 192.168.1.87 (192.168.1.87) 56(84) bytes of data.
    64 bytes from 192.168.1.87: icmp_seq=1 ttl=64 time=0.041 ms
    64 bytes from 192.168.1.87: icmp_seq=2 ttl=64 time=0.036 ms
    64 bytes from 192.168.1.87: icmp_seq=3 ttl=64 time=0.036 ms
    --- 192.168.1.87 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1999ms
    rtt min/avg/max/mdev = 0.036/0.037/0.041/0.007 ms
    I can ping gateway and host
    on host side
    gabx@hortensia ➤➤ systemd/network % ping -c3 192.168.1.94
    PING 192.168.1.94 (192.168.1.94) 56(84) bytes of data.
    From 192.168.1.87 icmp_seq=1 Destination Host Unreachable
    From 192.168.1.87 icmp_seq=2 Destination Host Unreachable
    From 192.168.1.87 icmp_seq=3 Destination Host Unreachable
    --- 192.168.1.94 ping statistics ---
    3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2008ms
    pipe 3
    I can not ping container
    Last edited by gabx (2014-03-04 12:07:32)

  • Error 2 when attempting to connect to my 802.1x protected wifi network

    Environment: We have 2 different wifi networks at work, one of which is WPA2 and the other is 802.1x protected. The WPA2 network is limited to domain authentication and basic web/mail traffic. The 802.1x network allows access to all resources of the domain, as provided by the access granted to my domain account. I have a Macbook Air 5,2 running Mac OS X 10.8.1 bound to a Windows 2008 active directory. I have a local administrative user account as well as a network account that has administrative access. The certificate for 802.1x is not signed by a trusted authority. This was explained to me as "it's fine, we made it" by our network admin. I am able to select the check box to always trust this certificate. This issue does not present itself with our other Macintosh systems or iOS devices. This is the first system we have that is running OS X Moutain Lion.
    Problem: I can connect just fine to our WPA2 wifi network, but I'm having trouble connecting to the 802.1x wifi network.
    Background: If I have my preferred wireless networks only configured with the 802.1x network, and I attempt to log in with my domain credentials I am told that network accounts are unavailable. If I log in with a local administrative account I am prompted for my domain credentials and am allowed to connect to the 802.1x network without issue. Once I'm connected to the 802.1x network, all resources are available as expected.
    If I have my preferred networks configured with the WPA2 network I'm allowed to log in with my domain credentials. If I then attempt to change networks and connect to the 802.1x network, it asks me to continue with trusting the certificate from our domain controller, then I'm asked for my admin credentials in order to update the settings in my certificate trusts. I input my credentials, click update settings and am met with a long delay, sluggish performance (I'm not able to access any other app, not even finder), and am eventually I click cancel and am then met with an error stating there was a problem connecting to the network, the server has stopped responding. When I dismiss all dialogs, I notice the wifi network is joined to the 802.1x network after about 15 seconds without further input from me.
    Once I'm connected to the 802.1x network, all resources are available as expected.
    Goal: To have our Macbook Air connect to the 802.1x protected network by default so network users can log into this system and have full access to domain resources.
    Below is a snippet of the console during the attempt to gonnect to the 802.1x network:
    9/12/12 12:21:23.896 PM eapolclient[1676]: en0 START
    9/12/12 12:21:24.000 PM kernel[0]: MacAuthEvent en0   Auth result for: 00:14:c2:a0:03:c4  MAC AUTH succeeded
    9/12/12 12:21:24.000 PM kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    9/12/12 12:21:24.000 PM kernel[0]: AirPort: Link Up on en0
    9/12/12 12:21:24.000 PM kernel[0]: en0: BSSID changed to 00:14:c2:a0:03:c4
    9/12/12 12:21:24.000 PM kernel[0]: en0::IO80211Interface::postMessage bssid changed
    9/12/12 12:21:24.302 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:21:29.410 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:21:34.422 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:21:39.434 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:21:47.699 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:21:47.000 PM kernel[0]: MacAuthEvent en0   Auth result for: 00:14:c2:a0:03:c4  MAC AUTH succeeded
    9/12/12 12:21:47.000 PM kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    9/12/12 12:21:47.000 PM kernel[0]: wl0: Roamed or switched channel, reason #2, bssid 00:14:c2:a0:03:c4
    9/12/12 12:21:47.000 PM kernel[0]: en0: BSSID changed to 00:14:c2:a0:03:c4
    9/12/12 12:21:47.000 PM kernel[0]: en0::IO80211Interface::postMessage bssid changed
    9/12/12 12:21:50.340 PM configd[18]: subnet_route: write routing socket failed, Network is unreachable
    9/12/12 12:21:51.950 PM configd[18]: network changed: v4(en0+:169.254.114.164) DNS* Proxy+ SMB+
    9/12/12 12:21:51.958 PM UserEventAgent[11]: Captive: en0: Not probing 'Employee' (protected network)
    9/12/12 12:21:51.962 PM configd[18]: network changed: v4(en0:169.254.114.164) DNS Proxy SMB
    9/12/12 12:21:52.714 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:21:54.082 PM configd[18]: setting hostname to "macbookair1.local"
    9/12/12 12:21:56.980 PM timezoned[1685]: bootstrap_look_up failed (44e)
    9/12/12 12:21:56.982 PM digest-service[1670]: digest-request: uid=0
    9/12/12 12:21:56.982 PM digest-service[1670]: digest-request: init request
    9/12/12 12:21:56.984 PM digest-service[1670]: digest-request: init return domain: DOMAIN server: MACBOOKAIR1
    9/12/12 12:21:56.994 PM locationd[1660]: NOTICE,Location icon should now be in state 2
    9/12/12 12:21:57.609 PM eapolclient[1676]: peap_request: re-sent packet does not have more fragments bit set, ignoring
    9/12/12 12:21:59.316 PM locationd[1660]: NOTICE,Location icon should now be in state 0
    9/12/12 12:22:02.621 PM eapolclient[1676]: peap_request: re-sent packet does not have more fragments bit set, ignoring
    9/12/12 12:22:02.975 PM authorizationhost[1681]: in od_record_create(): failed: 2
    9/12/12 12:22:02.976 PM authorizationhost[1681]: in od_record_create_cstring(): failed: 2
    9/12/12 12:22:07.632 PM eapolclient[1676]: peap_request: re-sent packet does not have more fragments bit set, ignoring
    9/12/12 12:22:16.014 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:22:16.000 PM kernel[0]: MacAuthEvent en0   Auth result for: 00:14:c2:a0:03:c4  MAC AUTH succeeded
    9/12/12 12:22:16.000 PM kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    9/12/12 12:22:16.000 PM kernel[0]: wl0: Roamed or switched channel, reason #2, bssid 00:14:c2:a0:03:c4
    9/12/12 12:22:16.000 PM kernel[0]: en0: BSSID changed to 00:14:c2:a0:03:c4
    9/12/12 12:22:16.000 PM kernel[0]: en0::IO80211Interface::postMessage bssid changed
    9/12/12 12:22:21.022 PM eapolclient[1676]: peap_verify_server: server certificate not trusted, status 3 0
    9/12/12 12:22:30.919 PM eapolclient[1676]: peap_request: re-sent packet does not have more fragments bit set, ignoring
    9/12/12 12:22:34.116 PM authorizationhost[1681]: in od_record_create(): failed: 2
    9/12/12 12:22:34.117 PM authorizationhost[1681]: in od_record_create_cstring(): failed: 2
    9/12/12 12:22:34.117 PM authorizationhost[1681]: in pam_sm_authenticate(): OpenDirectory - Unable to get user record.
    9/12/12 12:22:34.117 PM authorizationhost[1681]: in _openpam_check_error_code(): pam_sm_authenticate(): unexpected return value 2
    9/12/12 12:22:34.117 PM authorizationhost[1681]: Failed to authenticate user <jcart> (error: 2).
    Any advice would be appreciated.
    Thanks!
    James Cart

    Updating to OS X 10.8.2 has not resolved this issue. At this time it I am no longer able to connect to the 802.1x network at all now.

  • QEMU host-only networking using tap devices

    I'm trying to setup host-only networking on my QEMU VM running Arch (actually, the Archiso; there is no Arch installation present yet). A short summary:
    What I want
    connect to the host from the guest system
    connect to the guest from the host system
    using a tap device (to avoid user-mode networking) on a network bridge (to connect guest and host)
    Eventually, I want to run an AMP stack on the VM for web development. (Let's, for now, ignore the fact that I might need an internet connection later on to install packages)
    What I tried
    I first set up a tap device:
    ip tuntap add dev tap0 mode tap
    and then a network bridge:
    BRIDGE='qemubr0'
    brctl addbr ${BRIDGE}
    brctl addif ${BRIDGE} tap0
    ip link set up dev ${BRIDGE}
    The relevant parameters I run QEMU with are:
    qemu-system-x86_64 \
    -net nic \
    -net tap,ifname=tap0,script=no
    QEMU starts without any errors, but trying to ping the host from within the VM results in:
    -- VM:
    # ping 10.0.2.2
    connect: Network is unreachable
    (FYI: 10.0.2.2 is supposed to be the default IP address of the host system (?) according to http://wiki.qemu.org/Documentation/Networking )
    Relevant logs/outputs
    dmesg on the host machine:
    [ 0.339337] NET: Registered protocol family 2
    [ 0.339670] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.339851] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.340102] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.340171] TCP: reno registered
    [ 0.340182] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.340226] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.340327] NET: Registered protocol family 1
    [ 0.340353] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.341863] PCI: CLS 64 bytes, default 64
    [ 0.341937] Unpacking initramfs...
    [ 0.503984] Freeing initrd memory: 4908K (ffff88003765a000 - ffff880037b25000)
    [ 0.504055] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.504060] software IO TLB [mem 0xb94a1000-0xbd4a1000] (64MB) mapped at [ffff8800b94a1000-ffff8800bd4a0fff]
    [ 0.504112] Simple Boot Flag at 0x35 set to 0x1
    [ 0.504352] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0c
    [ 0.504364] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0c
    [ 0.504475] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.504524] Scanning for low memory corruption every 60 seconds
    [ 0.505041] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.505090] Initialise system trusted keyring
    [ 0.505685] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.508836] zpool: loaded
    [ 0.508841] zbud: loaded
    [ 0.509100] VFS: Disk quotas dquot_6.5.2
    [ 0.509170] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.509392] msgmni has been set to 7699
    [ 0.509494] Key type big_key registered
    [ 0.509767] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.509826] io scheduler noop registered
    [ 0.509830] io scheduler deadline registered
    [ 0.509893] io scheduler cfq registered (default)
    [ 0.510198] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    [ 0.510482] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    [ 0.510705] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.510713] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.510744] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.510748] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.510754] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.510785] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.510847] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
    [ 1.506690] tsc: Refined TSC clocksource calibration: 1396.499 MHz
    [ 1.843356] pciehp 0000:00:1c.0:pcie04: Timeout on hotplug command 0x00000000 (issued 1333 msec ago)
    [ 1.843368] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
    [ 1.843390] pciehp 0000:00:1c.1:pcie04: Slot #1 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
    [ 2.506739] Switched to clocksource tsc
    [ 3.176680] pciehp 0000:00:1c.1:pcie04: Timeout on hotplug command 0x00000000 (issued 1333 msec ago)
    [ 3.176691] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
    [ 3.176703] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 3.176768] vesafb: mode is 1440x900x32, linelength=5760, pages=0
    [ 3.176770] vesafb: scrolling: redraw
    [ 3.176774] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 3.176807] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004780000, using 5120k, total 5120k
    [ 3.235921] Console: switching to colour frame buffer device 180x56
    [ 3.294769] fb0: VESA VGA frame buffer device
    [ 3.294803] intel_idle: does not run on family 6 model 23
    [ 3.294882] GHES: HEST is not enabled!
    [ 3.294990] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 3.316009] 0000:00:03.3: ttyS0 at I/O 0x1830 (irq = 17, base_baud = 115200) is a 16550A
    [ 3.316238] Linux agpgart interface v0.103
    [ 3.316307] rtc_cmos 00:02: RTC can wake from S4
    [ 3.316496] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 3.316535] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 3.316560] ledtrig-cpu: registered to indicate activity on CPUs
    [ 3.316751] TCP: cubic registered
    [ 3.316954] NET: Registered protocol family 10
    [ 3.317338] NET: Registered protocol family 17
    [ 3.317735] Loading compiled-in X.509 certificates
    [ 3.317757] registered taskstats version 1
    [ 3.318307] Magic number: 15:252:84
    [ 3.318413] rtc_cmos 00:02: setting system clock to 2015-01-01 16:05:44 UTC (1420128344)
    [ 3.318617] PM: Hibernation image not present or could not be loaded.
    [ 3.320772] Freeing unused kernel memory: 1136K (ffffffff818e2000 - ffffffff819fe000)
    [ 3.320775] Write protecting the kernel read-only data: 8192k
    [ 3.324495] Freeing unused kernel memory: 748K (ffff880001545000 - ffff880001600000)
    [ 3.326086] Freeing unused kernel memory: 336K (ffff8800017ac000 - ffff880001800000)
    [ 3.336977] random: systemd-tmpfile urandom read with 4 bits of entropy available
    [ 3.363462] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 3.372761] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 3.372934] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 3.379297] ACPI: bus type USB registered
    [ 3.379343] usbcore: registered new interface driver usbfs
    [ 3.379364] usbcore: registered new interface driver hub
    [ 3.380595] usbcore: registered new device driver usb
    [ 3.381344] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 3.381800] uhci_hcd: USB Universal Host Controller Interface driver
    [ 3.381991] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 3.382003] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 3.382015] uhci_hcd 0000:00:1a.0: detected 2 ports
    [ 3.382060] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001840
    [ 3.382412] hub 1-0:1.0: USB hub found
    [ 3.382427] hub 1-0:1.0: 2 ports detected
    [ 3.383010] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 3.383021] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    [ 3.383032] uhci_hcd 0000:00:1a.1: detected 2 ports
    [ 3.383073] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001860
    [ 3.383523] hub 2-0:1.0: USB hub found
    [ 3.383649] hub 2-0:1.0: 2 ports detected
    [ 3.384187] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 3.384197] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    [ 3.384207] uhci_hcd 0000:00:1a.2: detected 2 ports
    [ 3.384245] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00001880
    [ 3.384679] hub 3-0:1.0: USB hub found
    [ 3.384693] hub 3-0:1.0: 2 ports detected
    [ 3.385046] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 3.385056] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 3.385067] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 3.385104] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
    [ 3.385391] hub 4-0:1.0: USB hub found
    [ 3.385405] hub 4-0:1.0: 2 ports detected
    [ 3.386100] ehci-pci: EHCI PCI platform driver
    [ 3.386149] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 3.386159] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    [ 3.386169] uhci_hcd 0000:00:1d.1: detected 2 ports
    [ 3.386210] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
    [ 3.386499] hub 5-0:1.0: USB hub found
    [ 3.386512] hub 5-0:1.0: 2 ports detected
    [ 3.387422] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 3.387433] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 6
    [ 3.387454] ehci-pci 0000:00:1a.7: debug port 1
    [ 3.390536] SCSI subsystem initialized
    [ 3.391377] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 3.391407] ehci-pci 0000:00:1a.7: irq 23, io mem 0xf0805c00
    [ 3.393114] libata version 3.00 loaded.
    [ 3.400023] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 3.400556] hub 6-0:1.0: USB hub found
    [ 3.400572] hub 6-0:1.0: 6 ports detected
    [ 3.420762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 3.423437] hub 1-0:1.0: USB hub found
    [ 3.423452] hub 1-0:1.0: 2 ports detected
    [ 3.446764] hub 2-0:1.0: USB hub found
    [ 3.446781] hub 2-0:1.0: 2 ports detected
    [ 3.470096] hub 3-0:1.0: USB hub found
    [ 3.470113] hub 3-0:1.0: 2 ports detected
    [ 3.470446] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 3.470457] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 3.470467] uhci_hcd 0000:00:1d.2: detected 2 ports
    [ 3.470510] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
    [ 3.470855] hub 7-0:1.0: USB hub found
    [ 3.470871] hub 7-0:1.0: 2 ports detected
    [ 3.471114] ahci 0000:00:1f.2: version 3.0
    [ 3.471277] ahci 0000:00:1f.2: irq 26 for MSI/MSI-X
    [ 3.471324] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 3.471354] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
    [ 3.471359] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc
    [ 3.472602] scsi host0: ahci
    [ 3.472778] scsi host1: ahci
    [ 3.472926] scsi host2: ahci
    [ 3.475424] scsi host3: ahci
    [ 3.475545] ata1: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805100 irq 26
    [ 3.475549] ata2: DUMMY
    [ 3.475551] ata3: DUMMY
    [ 3.475553] ata4: DUMMY
    [ 3.476505] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 3.476517] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    [ 3.476540] ehci-pci 0000:00:1d.7: debug port 1
    [ 3.480454] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 3.480479] ehci-pci 0000:00:1d.7: irq 19, io mem 0xf0806000
    [ 3.490041] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 3.490373] hub 8-0:1.0: USB hub found
    [ 3.490387] hub 8-0:1.0: 6 ports detected
    [ 3.513423] hub 4-0:1.0: USB hub found
    [ 3.513436] hub 4-0:1.0: 2 ports detected
    [ 3.536764] hub 5-0:1.0: USB hub found
    [ 3.536781] hub 5-0:1.0: 2 ports detected
    [ 3.560098] hub 7-0:1.0: USB hub found
    [ 3.560115] hub 7-0:1.0: 2 ports detected
    [ 3.793361] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.793627] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.793633] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 3.793664] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.793670] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 3.793788] ata1.00: ATA-8: TOSHIBA THNS128GG4BAAA-NonFDE, AGLA0203, max UDMA/100
    [ 3.793792] ata1.00: 250069680 sectors, multi 16: LBA48
    [ 3.794031] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.794035] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 3.794065] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.794070] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 3.794186] ata1.00: configured for UDMA/100
    [ 3.794336] scsi 0:0:0:0: Direct-Access ATA TOSHIBA THNS128G 0203 PQ: 0 ANSI: 5
    [ 3.826124] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 3.826227] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.826232] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.826278] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.827934] sda: sda1 sda2 sda3
    [ 3.828454] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.863366] device-mapper: uevent: version 1.0.3
    [ 3.863509] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 13.087453] random: nonblocking pool is initialized
    [ 17.023466] NET: Registered protocol family 38
    [ 17.304211] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [ 17.773165] thinkpad_ec: thinkpad_ec 0.41 loaded.
    [ 17.776308] tp_smapi 0.41 loading...
    [ 17.776557] tp_smapi successfully loaded (smapi_port=0xb2).
    [ 17.785849] EXT4-fs (dm-0): re-mounted. Opts: data=ordered
    [ 18.128026] Monitor-Mwait will be used to enter C-1 state
    [ 18.128038] Monitor-Mwait will be used to enter C-2 state
    [ 18.128045] Monitor-Mwait will be used to enter C-3 state
    [ 18.128052] tsc: Marking TSC unstable due to TSC halts in idle
    [ 18.128109] ACPI: acpi_idle registered with cpuidle
    [ 18.128216] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [ 18.128538] ACPI: Lid Switch [LID]
    [ 18.128632] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [ 18.128638] ACPI: Sleep Button [SLPB]
    [ 18.128774] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 18.128779] ACPI: Power Button [PWRF]
    [ 18.133197] Switched to clocksource hpet
    [ 18.157152] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 18.157193] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 18.158391] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 18.158864] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 18.161295] thermal LNXTHERM:00: registered as thermal_zone0
    [ 18.161300] ACPI: Thermal Zone [THM0] (49 C)
    [ 18.163180] thermal LNXTHERM:01: registered as thermal_zone1
    [ 18.163184] ACPI: Thermal Zone [THM1] (47 C)
    [ 18.201123] systemd-journald[151]: Received request to flush runtime journal from PID 1
    [ 18.211042] tpm_tis 00:05: 1.2 TPM (device-id 0x1020, rev-id 6)
    [ 18.211049] tpm_tis 00:05: Intel iTPM workaround enabled
    [ 18.214146] Non-volatile memory driver v1.3
    [ 18.215056] ACPI: Battery Slot [BAT0] (battery present)
    [ 18.216407] ACPI: AC Adapter [AC] (on-line)
    [ 18.254681] [drm] Initialized drm 1.1.0 20060810
    [ 18.486984] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 18.488981] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102f conflicts with OpRegion 0x0000000000001000-0x000000000000107f (\_SB_.PCI0.LPC_.PMIO) (20140724/utaddress-258)
    [ 18.488992] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 18.488998] ACPI Warning: SystemIO range 0x00000000000011b0-0x00000000000011bf conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
    [ 18.489003] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 18.489006] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011af conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
    [ 18.489011] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 18.489014] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 18.489532] wmi: Mapper loaded
    [ 18.496450] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 18.528954] thinkpad_acpi: ThinkPad ACPI Extras v0.25
    [ 18.528960] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 18.528962] thinkpad_acpi: ThinkPad BIOS 6EET55WW (3.15 ), EC 6EHT11WW-1.05
    [ 18.528965] thinkpad_acpi: Lenovo ThinkPad X301, model 27763JG
    [ 18.562827] mei_me 0000:00:03.0: irq 27 for MSI/MSI-X
    [ 18.576844] thinkpad_acpi: detected a 16-level brightness capable ThinkPad
    [ 18.578163] thinkpad_acpi: radio switch found; radios are enabled
    [ 18.578329] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 18.578333] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 18.589581] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 18.589742] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 18.593495] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
    [ 18.602509] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 18.608125] cfg80211: Calling CRDA to update world regulatory domain
    [ 18.608227] [drm] Memory usable by graphics device = 2048M
    [ 18.608232] checking generic (d0000000 500000) vs hw (d0000000 10000000)
    [ 18.608235] fb: switching to inteldrmfb from VESA VGA
    [ 18.608267] Console: switching to colour dummy device 80x25
    [ 18.608458] [drm] Replacing VGA console driver
    [ 18.627881] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 18.627886] Copyright(c) 2003- 2014 Intel Corporation
    [ 18.628049] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 18.628121] iwlwifi 0000:03:00.0: irq 28 for MSI/MSI-X
    [ 18.633437] i915 0000:00:02.0: irq 29 for MSI/MSI-X
    [ 18.633498] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 18.633501] [drm] Driver supports precise vblank timestamp query.
    [ 18.633597] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 18.643232] iwlwifi 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
    [ 18.691553] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 18.691558] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 18.691561] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 18.691565] iwlwifi 0000:03:00.0: Detected Intel(R) Ultimate N WiFi Link 5300 AGN, REV=0x24
    [ 18.691646] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
    [ 18.728972] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 18.767043] iTCO_vendor_support: vendor-support=0
    [ 18.775548] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 18.775618] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
    [ 18.781996] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 18.792476] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 18.822944] iwlwifi 0000:03:00.0 wls1: renamed from wlan0
    [ 18.836659] fbcon: inteldrmfb (fb0) is primary device
    [ 19.343552] Console: switching to colour frame buffer device 180x56
    [ 19.352308] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 19.352310] i915 0000:00:02.0: registered panic notifier
    [ 19.375020] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [ 19.397558] acpi device:01: registered as cooling_device2
    [ 19.398077] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
    [ 19.398394] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    [ 19.398598] snd_hda_intel 0000:00:1b.0: irq 30 for MSI/MSI-X
    [ 19.444984] sound hdaudioC0D0: CX20561 (Hermosa): BIOS auto-probing.
    [ 19.445424] sound hdaudioC0D0: autoconfig: line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:speaker
    [ 19.445428] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 19.445432] sound hdaudioC0D0: hp_outs=2 (0x19/0x16/0x0/0x0/0x0)
    [ 19.445435] sound hdaudioC0D0: mono: mono_out=0x0
    [ 19.445438] sound hdaudioC0D0: dig-out=0x1c/0x0
    [ 19.445440] sound hdaudioC0D0: inputs:
    [ 19.445444] sound hdaudioC0D0: Mic=0x18
    [ 19.445447] sound hdaudioC0D0: Internal Mic=0x1d
    [ 19.445450] sound hdaudioC0D0: Dock Mic=0x17
    [ 19.446528] sound hdaudioC0D0: Enable sync_write for stable communication
    [ 19.460104] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input9
    [ 19.460484] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 19.460612] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 19.460739] input: HDA Intel Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 19.460861] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 19.507357] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1a0b1, caps: 0xd047b3/0xb40000/0xa0000, board id: 71, fw id: 572156
    [ 19.507368] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
    [ 19.552922] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
    [ 19.553788] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
    [ 19.554188] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
    [ 19.559479] mousedev: PS/2 mouse device common for all mice
    [ 19.687534] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
    [ 19.687940] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
    [ 19.715231] IPv6: ADDRCONF(NETDEV_UP): wls1: link is not ready
    [ 20.522949] cfg80211: Calling CRDA to update world regulatory domain
    [ 23.184174] wls1: authenticate with 34:31:c4:5f:07:d1
    [ 23.190197] wls1: send auth to 34:31:c4:5f:07:d1 (try 1/3)
    [ 23.193077] wls1: authenticated
    [ 23.193382] wls1: associate with 34:31:c4:5f:07:d1 (try 1/3)
    [ 23.201867] wls1: RX AssocResp from 34:31:c4:5f:07:d1 (capab=0x431 status=0 aid=4)
    [ 23.213427] wls1: associated
    [ 23.213484] IPv6: ADDRCONF(NETDEV_CHANGE): wls1: link becomes ready
    [ 23.213555] cfg80211: Calling CRDA to update world regulatory domain
    [ 24.474590] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [ 24.727431] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input14
    [ 26.135183] fuse init (API version 7.23)
    [ 325.938870] wls1: AP 34:31:c4:5f:07:d1 changed bandwidth, new config is 2432 MHz, width 1 (2432/0 MHz)
    [ 1198.431306] perf interrupt took too long (2511 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
    [ 1284.185106] tun: Universal TUN/TAP device driver, 1.6
    [ 1284.185111] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
    [ 1284.215129] Bridge firewalling registered
    [ 1284.229704] device tap0 entered promiscuous mode
    [ 1284.241864] IPv6: ADDRCONF(NETDEV_UP): qemubr0: link is not ready
    [ 2126.210933] wls1: AP 34:31:c4:5f:07:d1 changed bandwidth, new config is 2432 MHz, width 2 (2422/0 MHz)
    [ 2426.034294] wls1: AP 34:31:c4:5f:07:d1 changed bandwidth, new config is 2432 MHz, width 1 (2432/0 MHz)
    [ 2892.936374] kvm: zapping shadow pages for mmio generation wraparound
    [ 2911.505834] kvm [958]: vcpu0 disabled perfctr wrmsr: 0xc1 data 0xffff
    ip link / addr on host:
    # ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: wls1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:21:6a:a9:49:ae brd ff:ff:ff:ff:ff:ff
    inet 192.168.178.32/24 brd 192.168.178.255 scope global wls1
    valid_lft forever preferred_lft forever
    inet6 fe80::2176:234a:73c6:16a7/64 scope link
    valid_lft forever preferred_lft forever
    3: tap0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master qemubr0 state DOWN group default qlen 500
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    4: qemubr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    # ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: wls1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
    link/ether 00:21:6a:a9:49:ae brd ff:ff:ff:ff:ff:ff
    3: tap0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master qemubr0 state DOWN mode DEFAULT group default qlen 500
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    4: qemubr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    VM ip addr / link
    http://oi58.tinypic.com/16kt11k.jpg
    VM dmesg (extract), probably not helpful
    http://oi59.tinypic.com/2i7l2qv.jpg
    I must admit that my theoretical and practical knowledge on networking is quite limited, so this might be trivial. I'd be happy about any hints in the right direction. Thanks
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code and please don't post images of text [jwr] --
    Last edited by AndyBrandi (2015-01-01 17:48:08)

    You are scratching your right ear with the left hand, so to speak.
    Let's say on the host, you have a bridge, br0, with an appropriate IP, serving as a gateway (created with your favorite network manager), and you'd like to start a VM whose virtual drive is arch-x86_64, then this is all you need to do:
    $ qemu-system-x86_64 -enable-kvm -drive file=arch-x86_64,if=virtio -net nic,model=virtio -net bridge,br=br0
    inside the VM you'll have eth0 (or whatever), and on the host -- tap0 plugged into the bridge. This is all courtesy of /usr/lib/qemu/qemu-bridge-helper which is a suid binary.
    Last edited by Leonid.I (2015-01-03 23:24:41)

  • Configure vps network with systemd-networkd

    I got a vps and installed archlinux on it, but I can't get the network working using systemd-networkd.
    The mail from the provider have the ip address and gateway (in the rest of the post are redacted respectively 1.2.3.4 and 5.6.7.8), and a note to run two commands after the network setup if configured manually:
    route add 5.6.7.8/32 dev eth0
    route add default gw 5.6.7.8
    I translated the network configuration via the ip utility with:
    ip addr add 1.2.3.4 dev ens3
    ip link set dev ens3 up
    ip route add 5.6.7.8/32 dev ens3
    ip route add default via 5.6.7.8
    With this configuration the network is running, without problems.
    The output for ip route is:
    default via 5.6.7.8 dev ens3
    5.6.7.8 dev ens3 scope link
    Now I'm trying to get the same configuration using systemd-networkd.
    I wrote the following config file:
    $ cat /etc/systemd/network/ens3.network
    [Match]
    Name=ens3
    [Address]
    Address=1.2.3.4/32
    [Route]
    Destination=5.6.7.8/32
    [Route]
    Gateway=5.6.7.8
    After starting systemd-networkd the output from ip addr is the same; the output from ip route is:
    5.6.7.8 dev ens3 proto static
    The network is working partially, I can only ping the gateway, but the rest of the internet is unreachable.
    I read the fine manual, systemd-network(5) and systemd-networkd(8), but I can't get what I'm missing in the network configuration.
    Any help?

    Tried this way, ip route output now is empty.
    On journalctl -xe it says:
    ens3: could not set route: Network is unreachable.
    The multiple [Route] way seems supported:
    http://www.freedesktop.org/software/sys … %20Options
    Specify several "[Route]" sections to configure several routes.

  • 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.

  • [SOLVED] Network won't work after install

    Hi
    I've installed arch on a lot of different computers without any trouble. But now I'm trying to install it on a intel mini-ITX board with an atom processor and integrated network. When setting up the network during the install it downloads and installs the packages perfectly fine, but when the installation is finished and I reboot into my new system the network wont work.
    If I try to ping my gateway at 192.168.1.1 it just says that the network is unreachable.
    The ifconfig shows the following for eth0:
    Link encap:Ethernet  HWAddr 00:27:0E:05:AC:47
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 overruns:0 frame:0
    TX packets:0 errors:0 overruns:0 frame:0
    collisions:0 TX bytes:0 (0.0 b)
    Interrupt:28 Base address:0xe000
    Any ideas what could be wrong?
    Thanks
    //Lasse
    Last edited by Lazze (2010-02-10 14:57:30)

    Sorry I've been away for a couple of days, but it's solved now it was something in the hosts file which weren't correct.
    Thanks for the reply though!

  • Content Engine NM ACNS/network access

    After searching Google and Cisco, here's my setup...
    2851 Router running 15.1T
    CE-NM-BP-80G-K9 in slot 1/0
    Bridge group 1 for LAN and Wireless WIC.
    Goal:  Either add the external CE interface to the LAN on the bridge group or use WCCP to cache traffic through the internal interface.
    I was able to access ACNS once, but I'm completely new to the design and it was only for testing with the IP scheme.  I reset the config, reloaded the router and now I can't access ACNS via the web gui nor can I access the network from the CE (ping or ftp).
    Interface ContentEngine 1/0 Config:
         ip address 10.0.0.1 255.255.255.0
         Service Module ip address 10.0.0.2 255.255.255.0
         Service Module external ip address 10.0.1.1 255.255.255.0
         Service Module ip default gateway 10.0.0.1
    Interface BVI1
         ip address 192.168.2.1 255.255.255.0
         using dhcp etc
    Service module config:
    CE#sh run
    ! ACNS version 5.5.3
    hostname CE
    http proxy incoming 80 8080
    ip domain-name mydomain.com
    interface FastEthernet external
    exit
    interface FastEthernet internal
    exit
    wmt evaluate
    wmt accept-license-agreement
    wmt enable
    ip name-server 8.8.8.8
    ip name-server 192.168.2.1
    wccp router-list 1 192.168.2.1
    wccp web-cache router-list-num 1
    wccp reverse-proxy router-list-num 1
    wccp wmt router-list-num 1
    wccp version 2
    username admin password 1 xxx
    username admin privilege 15
    username xxxx password 1 xxx uid 2001
    username xxxx privilege 15
    authentication login local enable primary
    authentication configuration local enable primary
    cdm ip 192.168.2.1
    ! End of ACNS configuration
    Here's what I get when attempting to ping:
    CE#ping 192.168.2.1
    connect: Network is unreachable
    CE#ping 10.0.0.1
    connect: Network is unreachable
    CE#ping 10.0.1.1
    connect: Network is unreachable
    And from the LAN:
    seth@Sony:~$ ping 192.168.2.1
    PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
    64 bytes from 192.168.2.1: icmp_req=1 ttl=255 time=1.79 ms
    ^C
    --- 192.168.2.1 ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 1.799/1.799/1.799/0.000 ms
    seth@Sony:~$ ping 10.0.0.1
    PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
    64 bytes from 10.0.0.1: icmp_req=1 ttl=255 time=1.39 ms
    64 bytes from 10.0.0.1: icmp_req=2 ttl=255 time=1.93 ms
    ^C
    --- 10.0.0.1 ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1001ms
    rtt min/avg/max/mdev = 1.396/1.666/1.936/0.270 ms
    seth@Sony:~$ ping 10.0.0.2
    PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
    ^C
    --- 10.0.0.2 ping statistics ---
    2 packets transmitted, 0 received, 100% packet loss, time 1006ms
    seth@Sony:~$ ping 10.0.1.1
    PING 10.0.1.1 (10.0.1.1) 56(84) bytes of data.
    ^C
    --- 10.0.1.1 ping statistics ---
    2 packets transmitted, 0 received, 100% packet loss, time 1007ms
    Page cannot be displayed when attempting to hit the CE on port 8001 or securely at 8003 although the CE shows it's listening
    CE#sh gui-server     
    GUI Server is enabled
    Listen on port 8001
    Secured GUI Server is enabled
    Secured GUI Listen on port 8003
    Let me know if there's some other pertinent info, but what am I missing?

    SOLVED --
    The mistake was my own...in writing this post and re-testing, I realized I had made a foolish mistake. I applied an access-list (which I forgot to include) to the "ip wccp web-cache redirect-list bypass_content_engine" in the global config of the router.
    When I installed service 95 for spoofing, I automatically added the same access list to it as well.
    This was not a good thing since the access list denied packets with a destination of our internal IP addresses from going through the content engine. This worked fine on the way *out* of the router. But as the now-spoofed packets returned, their destination was an inside IP address and they were pretty much discarded. Foolish Mistake!
    Removing the ACL from the "ip wccp 95" statement in the global config fixed the issue and I am spoofing fine.
    Sorry to waste time...
    David Hunter

  • [SOLVED] Problems restoring network on wake from sleep - Zbox AD04

    I have some issues with restoring the wired ethernet connection when waking from sleep. Sometimes it takes 1 or 2 minutes before it comes back up and sometimes it won't work at all unless I restart (usually when it has been in sleep for hours).
    The network is configured to a static IP address in rc.conf. Hardware is a Zotac Zbox AD04 (AMD Fusion E450 system) using the r8169 driver. I guess this is probably a driver issue, but I wondered if there's anything else which I could do to solve the issue. I've tried adding r8169 to SUSPEND_MODULES, but that seems to make no difference.
    Another issue is that the network is "unreachable" for about 30s to a minute after booting.
    Could it be a problem with my router?
    Last edited by shaurz (2012-04-13 01:03:13)

    I haven't really found anything much in my logs. From the kernel message log:
    [ 3.457080] r8169 0000:02:00.0: eth0: link down
    [ 3.457146] r8169 0000:02:00.0: eth0: link down
    [ 3.458714] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 7.573639] EXT4-fs (sda3): re-mounted. Opts: discard,commit=0
    [ 88.121693] r8169 0000:02:00.0: eth0: link up
    [ 88.123403] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 98.483350] eth0: no IPv6 routers present
    It seems it took 84 seconds after initial setup for the network to come up...
    Something a bit odd in errors.log:
    Apr 12 20:20:07 zedbox kernel: [ 2.030578] SP5100 TCO timer: mmio address 0xbafe00 already in use
    Last edited by shaurz (2012-04-12 21:51:05)

Maybe you are looking for