No internet with netctl-ifpluged albeit internet is connected

I bought an  external usb ethernet adaptor for my Dell XPS13
It is recognized by the system and I can manually get it up with ip link:
λ 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: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
link/ether 7c:7a:91:27:73:ba brd ff:ff:ff:ff:ff:ff
3: enp0s20u2u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 00:23:55:8c:31:60 brd ff:ff:ff:ff:ff:ff
At this point I don't have an IP for the interface. Since I want to use it with netctl-ifpluged I copied the example netctl config file and changed the interface name:
λ cat /etc/netctl/enp0s20u2u1-dhcp
Description='A basic dhcp ethernet connection'
Interface=enp0s20u2u1
Connection=ethernet
IP=dhcp
I than modified ipfluged.conf to handle the interface:
λ cat /etc/ifplugd/ifplugd.conf
# Specify the interfaces to control here, separated by spaces.
# Ifplugd processes will be started for each of these interfaces when
# the ifplugd init script is called with the "start" argument. You may
# use the magic string "auto" to make the init script start or stop
# ifplugd processes for ALL eth and wlan interfaces that are available
# according to /proc/net/dev. Note that the list of interfaces
# appearing in /proc/net/dev may depend on which kernel modules you
# have loaded.
INTERFACES="enp0s20u2u1"
# Additional parameters for ifplugd.
# (Run "ifplugd -h" for further information.)
ARGS="-fwI -u0 -d10"
I enabled the systemd service [email protected] and get the following:
λ systemctl status [email protected]
[email protected] - Automatic wired network connection using netctl profiles
Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
Active: active (running) since Di 2014-09-23 11:01:00 CEST; 3s ago
Docs: man:netctl.special(7)
Main PID: 1923 (ifplugd)
CGroup: /system.slice/system-netctl\x2difplugd.slice/[email protected]
├─1923 /usr/bin/ifplugd -i enp0s20u2u1 -r /etc/ifplugd/netctl.action -bfIns
├─1926 /bin/bash /etc/ifplugd/netctl.action enp0s20u2u1 up
├─1945 /bin/bash /usr/lib/network/network start enp0s20u2u1-dhcp
└─1951 dhcpcd -4 -q -t 30 -L enp0s20u2u1
Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'wlp2s0-eduroam'
Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'wlp2s0-britt'
Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'enp0s20u2u1-dhcp'
Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'wlp2s0-android'
Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Starting network profile 'enp0s20u2u1-dhcp'...
Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: version 6.4.3 starting
Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: DUID 00:01:00:01:1a:aa:00:a7:7c:7a:91:27:73:ba
Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: enp0s20u2u1: IAID 55:8c:31:60
Sep 23 11:01:01 sputnik3arch dhcpcd[1951]: enp0s20u2u1: soliciting a DHCP lease
Sep 23 11:01:02 sputnik3arch dhcpcd[1951]: enp0s20u2u1: offered 194.95.188.196 from 194.95.188.194 `saal.bbaw.de'
at this point I can ping for example Google, some seconds later I can't anymore and the status of ifpluged is
λ systemctl status [email protected]
[email protected] - Automatic wired network connection using netctl profiles
Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
Active: active (running) since Di 2014-09-23 11:01:00 CEST; 1min 53s ago
Docs: man:netctl.special(7)
Main PID: 1923 (ifplugd)
CGroup: /system.slice/system-netctl\x2difplugd.slice/[email protected]
├─1923 /usr/bin/ifplugd -i enp0s20u2u1 -r /etc/ifplugd/netctl.action -bfIns
└─2040 dhcpcd -4 -q -t 30 -L enp0s20u2u1
Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: DUID 00:01:00:01:1a:aa:00:a7:7c:7a:91:27:73:ba
Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: enp0s20u2u1: IAID 55:8c:31:60
Sep 23 11:01:01 sputnik3arch dhcpcd[1951]: enp0s20u2u1: soliciting a DHCP lease
Sep 23 11:01:02 sputnik3arch dhcpcd[1951]: enp0s20u2u1: offered 194.95.188.196 from 194.95.188.194 `saal.bbaw.de'
Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: enp0s20u2u1: leased 194.95.188.196 for 300 seconds
Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: enp0s20u2u1: adding route to 194.95.188.192/26
Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: enp0s20u2u1: adding default route via 194.95.188.193
Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: forked to background, child pid 2040
Sep 23 11:01:07 sputnik3arch ifplugd[1923]: client: Started network profile 'enp0s20u2u1-dhcp'
Sep 23 11:01:07 sputnik3arch ifplugd[1923]: Program executed successfully.
for some reason netctl-ifpluged starts a second dhcpd process 5 seconds after the first one and from this point I can not ping any external IP anymore. The Wifi interface on the other hand is going up and down all the time.

Not sure but shouldn't things normally NOT fork to the background if handled by systemd? I'm not sure since I don't use dhcpcd any longer (since it started to cause problems).
Have you tried dhclient in place of dhcpcd? I used the latter for ages but switched to dhclient a little bit ago when it started seeming to cause problems. I realise this isn't really an answer...
Do make sure that you have disabled all conflicting network services - whether systemd services or netctl profiles or whatever.
Last edited by cfr (2014-09-27 22:59:33)

Similar Messages

  • HT201177 When I try to go on the Internet with airport express it does not connect saying it is timed out. If I connect extreme directly it works

    Iimac uses airport extreme. For no known reason stopped connection to Internet. Reset. Still no connection with saying cannot connect because it timed out. When I connect extreme directly to the iMac I can get Internet. If I disconnect Internet does not work

    Here is a helpful WiFi fixit:
    Troubleshooting wi-fi issues
    You should try deleting all your WiFi preferences and start over . Sometimes one little glitch can cause all kinds of grief.

  • Problem connecting to internet with linksys router after internet network password reset

    I do not know the model number of the wireless linksys router offhand, but it is one known to have a bug regarding connecting the internet. Others have solved the problem by buying another model number, but the person who owns it does not want to buy a new one since he does not know how to use any other one.
    What happened is our phone company (also the internet provider) was having technical problems so there no internet connection. Then, my computer opened with internet page to reset password to connect.
    Although I am able to get a connection on my wireless laptop, this other person in house is unable to connect to wired computer through linksys.

    Hi. WUSB300N is actually a wireless usb n adapter. A wireless receiver not a wireless access point or a router. You may want to check if you have a wireless Linksys or Cisco router there.

  • HT1695 I have IPhone 4S and facing problem most of the time automatically disconnected from internet with a message no internet connection while others are connected using the same wi fi

    Inter

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
     Cheers, Tom

  • How do I connect to the internet with my new IPAD ?

    How do I connect to the internet with myt new Ipad

    See here for connecting to the Internet:
    http://support.apple.com/kb/HT1695
    If you have any problems there is troubleshooting advice here: http://www.apple.com/support/ipad/wifi/

  • Sharing Internet with xbox 360

    Hi, I have my Powerbook sharing internet with my Xbox 360. The connection works well and I am able to play games, but the NAT is listed as Moderate, with a Moderate NAT I am not able to do private voice chats with people. Does anyone know how I can get my NAT to Open? Also, I would like to share my media with my Xbox that is stored on a Windows XP computer. I followed all the steps given at www.xbox.com/pcsetup, but the Xbox still does not see the computer.
    Any help would be appreciated, Thnx

    If you are using Internet Sharing on your PowerBook you can forget trying to modify NAT settings or make nearly any other adjustments. There are very, very, very few options.
    If you want to make adjustments like that you need to get a real base station.

  • Why is it that every time I try to connect to the Internet with my Mac the whole Wi-Fi system comes down and it's only when I turn on my Mac

    Every time I try to connect to the Internet my Mac always makes the Wi-Fi turned off and we have lots of iPads and iPhones and they are fine when we try to use them but as soon as I my Mac it doesn't work. When we have a PC try to connect to the Internet nothing happens but when I try to connect to the Internet with my Mac the Internet turns off

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * [[Firefox crashes]]

  • Cannot access internet with my Mac Book. Please assist!

    I just installed the linksys WRT54GS router on my PC which has windows 2000. The internet works fine on that but when I try to access the internet with my MacBook, it doesn't connect at all. It says it's there but when I enter the password it says there is an error. If anyone has any idea how to fix this please let me know.

    Please try to put a dollar sign ($) before the wireless password.

  • I can connect to network, but can't connect to internet with aebs

    so i got a new Airport Extreme Base Station, hoping to replace my old og airport. i can connect to the new AEBS network easily, but i can't connect to the internet. with the old airport, i can connect to the internet no problem, hence i can write this post. "internet connect" tells me:
    +old, space ship looking airport:+
    connected to "myNetwork"
    connected to the internet via ethernet
    +new and improved AEBS:+
    Connected to "myNetwork"
    but that's it. any ideas would be greatly appreciated. oh also, it seems to be running pretty hot. is that normal? thanks!

    Hello mookyee. Welcome to the Apple Discussions!
    It's always a good idea to power recycle all of your network components when changing configurations ...
    Try the following, in order, checking for Internet access after each step, until resolved:
    1. If the modem has a reset switch, use it to reset the modem. Wait at least 5-10 minutes for the modem to initialize.
    2. Remove power from the modem. If it has a backup battery, remove this as well. Wait 5-10 minutes. Replace the battery, and add power back to the modem.
    3. Perform a complete power recycle of your network components as follows:
    Modem/Router Power Recycling - Quick
    o Power-off the modem, 802.11n AirPort Extreme Base Station (AEBSn), & computer(s); Wait at least 5 minutes.
    o Power-on the modem; Wait at least 5 minutes.
    o Power-on the AEBSn; Wait at least 5 minutes.
    o Power-on the computer(s)
    If this fails to get the modem to "recognize" the Internet router, then try the "Full" version.
    Modem/Router Power ReCycling - Full
    o Power-off the modem, AEBSn, & computer(s). (Wait at least 30 minutes. If possible, leave the modem off overnight.)
    o Power-on the modem; Wait at least 15 minutes.
    o Power-on the AEBSn; Wait at least 5 minutes.
    o Power-on the computer(s)
    4. Contact your ISP to have them perform a "modem reset."

  • WRT 120N- Cannot connect to the internet with more than one PC at a time.

    Before I went on a three month vacation,I could connect 3 or 4 PC's either wireless or wired to my router with no problems at all.I have a desk top and a laptop computer which I use at home.After I returned,I found that I could connect to the internet with only one PC at a time.
    If I was say,connected via my laptop,my desk top would continuously keep getting disconnected and vice versa.I have been reading the suggestions from experts here and have done a few checks based on them.I also cannot get to my router page which is 192.168.1.1 I keep getting a message that says "Problem Loading Page" and this happens with both,Firefox and Internet Explorer.I am running Windows 7 - 32 bit on my desk top and Vista Home Premium on my laptop.
    I have opened the "Command Prompt" dialogue and pinged 192.168.1.1 and thereafter I typed in "ipconfig".These are the results:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\Gordon>ping 192.168.1.1
    Pinging 192.168.1.1 with 32 bytes of data:
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Ping statistics for 192.168.1.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Users\Gordon>ipconfig
    Windows IP Configuration
    PPP adapter Brownwolf:
       Connection-specific DNS Suffix  . :
       IPv4 Address. . . . . . . . . . . : 92.98.42.65
       Subnet Mask . . . . . . . . . . . : 255.255.255.255
       Default Gateway . . . . . . . . . : 0.0.0.0
    Ethernet adapter Local Area Connection* 22:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Wireless LAN adapter Wireless Network Connection:
       Connection-specific DNS Suffix  . :
       IPv6 Address. . . . . . . . . . . : 2002:5c62:2a41:c:35a2:8753:8832:f494
       Site-local IPv6 Address . . . . . : fec0::c:35a2:8753:8832:f494%2
       IPv6 Address. . . . . . . . . . . : 2002:5661:4cc9:c:35a2:8753:8832:f494
       Temporary IPv6 Address. . . . . . : 2002:5661:4cc9:c:a408:59a3:918e:f0ab
       Temporary IPv6 Address. . . . . . : 2002:5c62:2a41:c:a408:59a3:918e:f0ab
       Link-local IPv6 Address . . . . . : fe80::35a2:8753:8832:f494%12
       IPv4 Address. . . . . . . . . . . : 192.168.0.1
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       IPv6 Address. . . . . . . . . . . : 2002:5c62:2a41:c:413:cf4f:77af:474d
       Site-local IPv6 Address . . . . . : fec0::c:413:cf4f:77af:474d%1
       IPv6 Address. . . . . . . . . . . : 2002:5661:4cc9:c:413:cf4f:77af:474d
       Temporary IPv6 Address. . . . . . : 2002:5661:4cc9:c:1591:ad9:13da:8fea
       Temporary IPv6 Address. . . . . . : 2002:5c62:2a41:c:1591:ad9:13da:8fea
       Link-local IPv6 Address . . . . . : fe80::413:cf4f:77af:474d%11
       IPv4 Address. . . . . . . . . . . : 192.168.1.100
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : fe80::35a2:8753:8832:f494%11
                                           192.168.1.1
    Tunnel adapter Local Area Connection* 7:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 11:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 14:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 15:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 19:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 20:
       Connection-specific DNS Suffix  . :
       IPv6 Address. . . . . . . . . . . : 2002:5c62:2a41::5c62:2a41
       Default Gateway . . . . . . . . . : 2002:c058:6301::c058:6301
    Tunnel adapter Local Area Connection* 23:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 24:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 28:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    I presume that this model is a modem **bleep** router as I do not have a separate modem with my system.I have a DSL connection and the firmware version of my router is ver.1.0.If I recall,I did upgrade to the next firmware upgrade a few months after I purchased the router but I am not sure.
    I use both my PC's to run a small business venture and I am worried that resetting the router may cause some other problems and will stop me from using the internet.
    The Command Prompt information above was taken from my laptop.
    Any help will be really appreciated.
    Gerard.
    Solved!
    Go to Solution.

    brownwolf66 wrote:
    No,I have a desk top and a laptop and I cannot access 192.168.1.1 on either of them.In my OP,I have used the Command Prompt dialogue on both computers to ping 192.168.1.1 and I have attached the results.This is what I got:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\Gordon>ping 192.168.1.1
    Pinging 192.168.1.1 with 32 bytes of data:
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Ping statistics for 192.168.1.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    The results I obtained using ipconfig in the command prompt have already been mentioned in my OP.
    I do not know if the above result is what it is supposed to be but I still cannot access my router's home page.How do I verify if there is a proxy server and if there is one,how do I disable it in my browsers?This problem occured suddenly as a few months earlier all was well.It's getting rather frustrating.
    I suggest resetting the router. Make sure firmware is updated. You can download it here - http://homesupport.cisco.com/en-us/support/routers/WRT120N. After firmware upgrade, reset and reconfigure. Just access the link below to guide you setting up the router.
    * Setting up a Linksys router for DSL Internet connection
    http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=20ee1457387f40178cd5f41d4b585db4_3687.xml&pid=80&r...
    * Setting up a Linksys router with Cable Internet service
    http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=0ff4c94586a345d082828ec2161aaecf_3686.xml&pid=80&r...

  • How do I connect to the internet with Airport Expess?

    In Airport Utility I get an orange icon and the Airport Express light is green. In the internet box
    coming from the globe picture it says Interent connection Disconnected and there is no router address
    and no DNS server information shown.

    As a minimum, in order to gain access to the Internet with an AirPort Express base station, you will need an Internet Service Provider (ISP) AND an Internet modem or gateway device.
    What is the make & model of the Internet modem or gateway device that you have the AirPort Express directly connected to by Ethernet? What exact model of Express do you have?

  • How do I connect to the internet with Airport for the first time?

    I just got my Airport express and I've been trying to configure it to connect to the internet but it doesn't work and I can't find info on the configurations. I have an ethernet "modem" which I used to connect the cable coming from it to the computer and now I connect it to my Airport. Although the green light is on and in network preferences, it tells me I'm connected to the internet, I can't browse the internet with Safari, etc. I've been trying to find information on how to configure the base station in Airport Admin Utility but there is no specific information. Is there anyone who could help me telling me how to set up the IP adress, if I need one, DHCP, preferences in Airport Admin Utility?? If the ethernet cable is connected to the computer directly I don't need a user ID or anything... It's all setup automatically.

    As a minimum, in order to gain access to the Internet with an AirPort Express base station, you will need an Internet Service Provider (ISP) AND an Internet modem or gateway device.
    What is the make & model of the Internet modem or gateway device that you have the AirPort Express directly connected to by Ethernet? What exact model of Express do you have?

  • How do i connect to the internet with my ipad?

    how do i connect to the internet with my ipad?

    Did you turn WiFi on in the Settings App? If WiFi is turned on, your iPad should be able to see any WiFi networks that you can connect to and you should be able to tap on one of those, enter a password if needed and then tap the join button.
    I get the feeling that you know this and the problem needs further explanation so ... Can you explain in more detail?

  • How do i connect to the internet with apple tv

    how do i connect to the internet with apple tv

    Ethernet cable from your router, or configure wifi in Settings.

  • How do i use my iMac and the macs wired internet connection to share the internet with my iPod and iPhone

    How do i use my iMac and the macs wired internet connection to share the internet with my iPod and iPhone. For 6months I had set up a network that shared the internet through bluetooth to my iPod 5th gen but i messed it up when i tried to add my iPhone 5s and i can't remember how to do it.

    The following has instructions: OS X Mavericks: Share your Internet connection

Maybe you are looking for

  • How to connect a MacBook to external monitor

    I have a MacBook that I am trying to hook up a external monitor to.  I have a HDMI cable that goes from the monitor to a adaptor that goes to the mini display port and the USB port.  I have tried with and without the USB cord.  I have tried messing w

  • Synced new phone with old phone settings. Can I undo?

    I recently upgraded from an iPhone 3gs to a 4. I used the 4 for three months before I synced it to my iTunes. (I just used iCloud for contacts...etc). When I plugged in my new phone it synced to the settings from my 3gs. How do I get all of my photos

  • Advanced Search using conditional & logical operators+ sharepoint 2010

    Hi Team, We have an requirement something like this. we have to search values from Custom SharePoint List using Conditional & Logical Operators in SharePoint 2010. how can i achieve this ? if some one has worked on something like this, can you please

  • Document changes place in meeting workspace

    We have a recurring events meeting workspace in SharePoint 2010. If we upload the document for some date, this document is found on that meeting events folder in document library. But after some days that document changes place and it is found in the

  • Print Option for iview in Portal

    Hello Experts, In ESS/MSS almost all iviews we have option call "Print" in right top corner of iview when i click on Print i get the following error com.sap.tc.webdynpro.clientserver.session.SessionExpiredLongJumpException: Application session has ex