DHCP with a WIFI repeater

Hello,
I flashed my old router (an ASUS RT NI6) with DD-WRT and set it up as a repeater.
I can connect to the repeater with my desktop without problem, but my laptop somehow cannot. I usually run Gnome with NetworkManager. The error reported by NetworkManager was a timeout to get an address.
Since I couldn't get more information, I tried to manually connect to the wifi following these instructions: https://wiki.archlinux.org/index.php/Wireless_Setup
But dhcpcd fails with
michel@xone:~$ sudo dhcpcd wlp3s0
dhcpcd[1482]: version 6.1.0 starting
dhcpcd[1482]: wlp3s0: waiting for carrier
dhcpcd[1482]: timed out
dhcpcd[1482]: exited
So I tried to go with dhclient
michel@xone:~$ sudo dhclient -4 -d -v wlp3s0
Internet Systems Consortium DHCP Client 4.2.5-P1
Copyright 2004-2013 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlp3s0/8c:70:5a:ff:a4:08
Sending on LPF/wlp3s0/8c:70:5a:ff:a4:08
Sending on Socket/fallback
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 13
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
A little more information:
lspci -k
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 96)
Subsystem: Intel Corporation Device c220
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
ip addr
2: wlp3s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 8c:70:5a:ff:a4:08 brd ff:ff:ff:ff:ff:ff
Running
sudo ip link set wlp3s0 up
Then I get with ip addr
2: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 8c:70:5a:ff:a4:08 brd ff:ff:ff:ff:ff:ff
sudo iw dev wlp3s0 scan -- with the relevant wifi I want to connect to
BSS be:ae:c5:c3:dc:22(on wlp3s0)
TSF: 702057511 usec (0d, 00:11:42)
freq: 2462
beacon interval: 100 TUs
capability: ESS ShortSlotTime (0x0401)
signal: -19.00 dBm
last seen: 2920 ms ago
Information elements from Probe Response frame:
SSID: fromage
Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
DS Parameter set: channel 11
TIM: DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0
ERP: <no flags>
ERP D4.0: <no flags>
Extended supported rates: 6.0 9.0 12.0 48.0
HT capabilities:
Capabilities: 0x187c
HT20
SM Power Save disabled
RX Greenfield
RX HT20 SGI
RX HT40 SGI
No RX STBC
Max AMSDU length: 7935 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 8 usec (0x06)
HT RX MCS rate indexes supported: 0-15
HT TX MCS rate indexes are undefined
HT operation:
* primary channel: 11
* secondary channel offset: no secondary
* STA channel width: 20 MHz
* RIFS: 1
* HT protection: nonmember
* non-GF present: 0
* OBSS non-GF present: 1
* dual beacon: 0
* dual CTS protection: 0
* STBC beacon: 0
* L-SIG TXOP Prot: 0
* PCO active: 0
* PCO phase: 0
WMM: * Parameter version 1
* u-APSD
* BE: CW 15-1023, AIFSN 3
* BK: CW 15-1023, AIFSN 7
* VI: CW 7-15, AIFSN 2, TXOP 3008 usec
* VO: CW 3-7, AIFSN 2, TXOP 1504 usec
The repeater used to have a WPA2 with a pre shared key, but I deactivated all security, so I just connect to the wifi with
sudo iw dev wlp3s0 connect fromage
Trying dhcpcd
michel@xone:~$ sudo dhcpcd wlp3s0
dhcpcd[1482]: version 6.1.0 starting
dhcpcd[1482]: wlp3s0: waiting for carrier
dhcpcd[1482]: timed out
dhcpcd[1482]: exited
Trying with dhclient
michel@xone:~$ sudo dhclient -4 -d -v -1 wlp3s0
Internet Systems Consortium DHCP Client 4.2.5-P1
Copyright 2004-2013 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlp3s0/8c:70:5a:ff:a4:08
Sending on LPF/wlp3s0/8c:70:5a:ff:a4:08
Sending on Socket/fallback
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 13
No DHCPOFFERS received.
Unable to obtain a lease on first try. Exiting.
I also made sure that I deactivated wicd, NetworkManaget, netctl-auto, dhcpcd before doing this.
I also tried to set a static ip since dhcp is failing
ip addr add 192.168.0.200/24 dev wlp3s0
ip route add default via 192.168.69.1
But that still doesn't work.
Am I missing something? Am I suppose to set a special mode for my card for a repeater?
I tried to look at the conf file on my desktop, but found nothing special.
I can connect with a wire to the repeater, it works fine too.
If anyone has an idea for something else to try, I would love to hear it : )
Thanks!

If your DHCP is half way decent and you aren't running more than one DHCP server on a single network it should work.  Some routers seem to be a little fussy when it comes to linux clients.  Of course, Arch has a good dhcp server if your router isn't forgiving.  But this problem would not be existing on the repeater.

Similar Messages

  • My iPhone 5 is experiencing problems with the Wifi at home. It shows that it is connected to the wifi but anything that uses wifi doesn't load. The wifi works sometimes however but this is rare. How do I fix this?

    My iPhone 5 is experiencing problems with the Wifi at home. It shows that it is connected to the wifi but anything that uses wifi (apps etc) doesn't load content and just looks like it's loading forever but nothing ever comes. However the wifi and wifi/internet dependant apps work sometimes but it's rare. How do I fix this?

    Back up all data.
    Unlock the Network preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Cllck Advanced, open the DNS tab, and change the server addresses to the following:
              8.8.8.8
              8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the  Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself. Remember that you must click Apply in order for any changes to take effect.
    2. I don't use Google DNS myself, though I have tested it, and I'm not recommending it or any other DNS provider; the server addresses are offered merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

  • Airport extreme loses connection with cellphone wifi

    My Sister has a AirPort Extreme MD031LL/A that was bought 4 monthes ago. It has always worked very well. She lives way out of town and can only get Sattelite Internet service, it has always worked great also. 2 weeks ago her Sattelite Internet Provider was bought out and upgraded to an even faster speed. Her iPad has no problems since the change, but her T-Mobile HTC One S that had always worked perfectly on WiFi calling,  (because where she lives, it is all she can get for calls from her home)  only works at times. The phone states it is connected to her home WiFi system, but says it has certificate problems and or it will be connected and she can use her phone to make calls and recieve text, it comes and goes and her signal is great. T-Mobile says it is not on their end and that it is a problem of the phone and her AirPort Extreme communicating with each other. Any help is appreciated.

    ok, so I think I've solved the problem. It only took 4 calls to AT&T tech support to figure it out. The reason I was able to use DHCP with a DSL modem is because (and here's the thing they kept forgetting to tell me) the modem is also a router. I know, not really, but it acts like one for all intents and purposes. It keeps the PPPoE in the modem, and works just great if you have ONLY ONE COMPUTER HOOKED UP TO IT. What I had to do was go into the modem settings and make the modem a bridge, basically making the modem what it really is, just a modem. Then I set up my AE as a PPPoE and I have been connected ever since. It also cleared up the NAT problem I was having with my Xbox 360. Anyway, I hope this helps some of the people out there.

  • On 3G we cannot send emails from either our iPhones or iPad and this also happens with some WiFi connections but not all.  Yet we can always send emails from our Hotmail Email account.  What is causing this and what do we need to do to resolve it?

    On 3G we cannot send  Business emails from either our iPhones or Ipad and this also happens with some WiFi connections but not all.  Yet we can always send emails from our Hotmail Account using both 3G and WiFi.
    We bought the iPhones and Ipad so that we could send emails while we are out of the Office, but we are not able to do this unless we can find a WiFi connection. Incoming emails are fine.  We use IMAP, for Business emails just incase this is relevant and I know that Hotmail is POP3.
    Our technical IT knowledge is not great, so we look forward to your suggestions as to how to resolve this. 

    Contact whomever supports the email account and get the correct Outgoing email server settings from them.

  • My Time Capsule does not work with existing WiFi

    Following a question solved on March 24 by LaPastenague, but gone bad again.
    Apple AirPort Time Capsule
    I felt the need for a physical backup of my data, as I would not completely trust the different clouds. I use, and have used Dropbox for 4-5 years and are very satisfied with that, but I am still not sure if or when a political lunatic will shut off the internet.
    I purchased the Apple AP Time Capsule 2T, because all my other stuff are Apple, and that it's wireless. My old backup is Maxtor 300 GB.
    Since we stay 2-3 weeks on two locations, one in Norway and one in Sweden (two different countries) we must use Mobile Broadband 4G, cables or fibre connections are useless for us, and we don't have it up to the houses. I have one mini router for each country, we bring with us iPhones, iPads, iMac, Apple TV, APExpress. When we pass the boarder I change the mini router, and the system continues working perfect on the WiFi, except the APExpress that needs to be reconfigured,  but then it works.
    The APTC was difficult to make working as it would not accept to be in an existing network, but with good help from the Apple Community, LaPastenague, with forcing the TC connect to the APE with Ethernet cable in bridge mode, ref "My Time Capsule does not work with existing WiFi" from March 24, the problem was solved and all gadgets worked together in a perfect harmony, until we changed location.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    I have a slight feeling that the two WiFi bands are making the trouble as during the configuration of the TC sometime the last figure 6 and 7 pops up, and that has something two do with the two different 2,4 and 5 GHZ bands
    So, I am curious if you have any idea ?
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?

    I can deal with the last question first and easily.
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?
    Open the airport utility .. go to the disk tab and select erase.
    When you select erase you will get mulitiple options.
    Quick removes the file table but does not delete the files,, it takes 2min or less.
    A Zero out data is the secure way,, by writing 0 ie low level drive format.
    It can take several hours..
    7 pass will take a week.. not recommended..
    35 pass erase is ridiculous.. it would take a month.. put an ax through the TC. It is quick and better.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    The fact that it did work and has now failed might point to faulty unit.
    The only way to tell is reset it properly to factory and start over.
    Universal Factory Reset.. any model TC or AE.
    Unplug your TC/AE from power or turn off at the power point.
    Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. (this is often difficult without a 2nd person or a 3rd arm).
    Release it when the status light flashes rapidly. If it doesn’t flash rapidly you have missed it and try again.
    Note..
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations of the router.
    No files are deleted on the hard disk in a TC.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Generally having multiple wireless AP should not cause problems.. but it is better to set channels manually.. so it doesn't go beserk rotating channels.
    Remember to keep all names short, no spaces and pure alphanumeric.
    Sadly though the Apple routers have no logging now and no SNMP and almost nothing to help diagnose a problem, so if it continues .. take it back to apple.. they have given you no other method of fixing it.

  • I have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me

    i have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me???

    If Join was on then your home wi-fi must be set to Non-Broadcast.  If you did not set this up (maybe your provider did) then you will need to find the Network Name they used, and any password they used.  The SSID is Security Set ID and to see more try http://en.wikipedia.org/wiki/SSID .  Basically it is the name used to identify your router/network.  A lot of times the installer will leave it set as LinkSys, or Broadcom or whatever the manufacturer set it as for default.  Your best bet is to get whoever installed it to walk you through how they set it up, giving you id's and passwords so you can get in.  HOWEVER, if you are not comfortable with this (if you set security wrong, etc.) you would be well ahead of the game to hire a local computer tech (networking) to get this working for you.  You can also contact the vendor of your router and get help (if it is still in warranty), or at least get copies of the manuals as pdf files.  Sorry I can't give you more help, I hope this gives you an idea where to go from here to find more.

  • I'm hooked up to the ethernet using DHCP with manual address. It's running (green) but my internet (Safari, messenger, email) doesn't work! Help!

    I'm running an iMac with Mountain Lion. Not only do we do accounting work on this computer with AccountEdge, but the computer functions as a server to another computer in a different state.
    Anyway, I set a static IP address (Using DHCP with manual address) on it (to allow for a VPN to the computer in the different state) and it is connected (green dot) - meaning that the other computer in the different state can connect to us via that ethernet line - but for some reason Safari, Messanger, and Apple Email won't work.
    But if I switch a dynamic IP (DHCP auto), I can use the internet (Safari, messanger, email), but the computer in the different state can't connect to this computer.
    How can I fix this so that the computer in the different state can connect to this computer and that the internet (Safari, messanger, and email) can work at the same time?
    Much thanks!

    No but if they are using a VPN Tunnel for the connection that restricts all internet traffic over the tunnel. Which means you can't use that same computer to broswe the internet or connect to other computers or devices on your LAN.
    I'd need to see the actual setup, router and the IP addresses you are using.
    Networking and remote networking is fairly easy when you are in front of the systems you are working on. Doing it over the internet on a forum is almost impossible. Tha is why I suggested you get local help, like the person that originally set it up.

  • How can I share my itunes items with my wife?

    Anyone know how I can share items in my itunes library with my wife? We both have Iphones but I don't know how to be able to let her download from
    my library.

    Fingers crossed, the following document may be of some help with that:
    iTunes: Setting up Home Sharing on your computer

  • How can I share my schedule information with my wife on her accounts and devices?

    My wife and I have separate accounts in our MacMini and MacBook.  We each have an iPhone.  She uses GMail.  I use Mac Mail.  How can I share my schedule information with my wife on her accounts and devices?

    It is not advisable to follow the above suggested method. The following will do what you want without complications.
    1. On your Mac, go to http://help.apple.com/icloud/#mm6b1a9479 and follow the instructions to share a calendar privately. If you have more than one calendar you want to share you will have to do each individually. You can choose whether she is able to edit it or whether it should be read-only.
    2. If your wife does not have an iCloud account she will need to obtain one. When you share a calendar and nominate her to access it she will receive and email. All she has to do is to open the email and click 'Join Calendar'. This will add the calendar to her Calendar app on all devices and on icloud.com without affecting any other data. Again, this will have to be done individually if more than one calendar is involved.

  • How can I share my iPhoto library with my wife's iPad?

    Is it possible to share my iPhoto library (Yosemite) with my wife's iPad? She doesn't have a separate mac, but she does have her own apple ID.

    No
    You can share selected photos using PhotoStream - you can not share the library
    Next year the Photos App for the Mac should be able to share the library on iCloud using iCloud photo library
    LN

  • How can i share my itunes purchaes with my wife who is working in Dubai  while I am in UK she is so isolated and this would mean a lot to us

    how can i share my itunes purchaes with my wife who is working in Dubai  while I am in UK she is so isolated and this would mean a lot to us

    Just email it.
    In iTunes, drag the file to the desktop.
    On the desktop, select the file right click Share > email.
    I just want to send my sister one song from my iTunes because its a recording of her daughter when she was 2. She no longer has the file and I only have it saved in my iTunes from a long ago. The only known file is the one I have saved on iTunes.
    You do make regular backups of your computer, correct?
    Use Time Machine?

  • HT1766 Hi, I share an iTunes account with my wife. Sometimes she gets my iMessages and I don't and vice versa. Also if people face time me it goes to her phone. How can I stop this from happening?

    Hi, I share an iTunes account with my wife. Sometimes she gets my iMessages and I don't and vice versa. Also if people face time me it goes to her phone. How can I stop this from happening?

    You can share the same Apple ID in
    Settings > iTunes & App Store > Apple ID: here
    But for all other Apple services like:
    FaceTime, iMessage, iCloud, etc, one of you should use a different Apple ID.

  • How do I set up different network locations with different wifi?

    I am having an issue setting up different network locations with different wifi profiles on each. I want to do this to enable fast switching of wireless networks. In my house I have two wireless networks, my own personal one and one that is created by using a wifi modem supplied by my company. If I use the company wifi network then I can get into all my work applications without having to enable VPN access separately. It is also faster. However, they also block many applications including sending email from my personal email account, dropbox, etc. So throughout the day I need to switch wireless networks back and forth.
    I was looking for a faster way to switch and thought I would try network locations. Was able to set up a new network location without issue. However it seems that whatever wireless preferences, changes, or wifi network order I put into my "Work" location it carries over to my other location which is the standard "Automatic".
    What I would like it to have my "Work" location only to be able to connect to my work wifi and my other network (Automatic) to just connect to my home wifi only. That way I can enable faster wifi switching and can even use my launcher program (Alfred) to provide shortcuts.
    Anyway to do this?
    Thanks in advance for any help or advice.

    Just thought I would bump this up in the conversation. Doing a further search I came across this discussion which is similar: Connecting to a wireless network via applescript?
    However, I tried to build the Automator application as discussed and cannot get it to work. Very much a novice at Applescript and Shell Script but have created customized Automator services before. All I get now is "Shell Script command encountered an error". No more detail. I copied and pasted the script as shown in the email thread. Is there any other line or command I need to place in front of it?
    Thanks again for any help

  • I have been sharing an itunes acct with my wife. If I setup my own acct, will the content of my iphone be on the new acct after I sync?

    I have been sharing an itunes acct with my wife. If I setup my own acct, will the content of my iphone be on the new acct after I sync?

    Sure.
    See here for Creating Her Apple ID  >  http://support.apple.com/kb/HT5622
    It should be Noted that anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    And here for  >  How to Use Multiple iDevices with One Computer
    Also have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And you may find this Video Link of Interest...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

  • I accidently synced my ipad with my wife's ipad, how do i go back to my ipad sync?

    I need to restore my ipad to my sync on itunes.  I inadvertently synced my ipad with my wife's itunes account.

    You will need to go in and plug in your iPad to iTunes. There it should ask you about the sync with your wife's itunes account and you should be able to sync it back with yours.

Maybe you are looking for