[SOLVED] Hostname not showing in DHCP lease list

This is a brand new installation using the new systemd base.
Installed openbox as window manager and Network Manager.
What did I miss that the hostname of this computer (opus) is not showing up in the DHCP Leases list?
When I connect to the network using Network Manger(DHCP), hostname is not sent to the DHCP server (DNSmasq). It shows up as a "*":
DHCP leases
Hostname      IP-address                MAC-address            Lease expires
*                     192.168.10.100        XX:XX:XX:XX:XX:XX    Nov 28th, 19:34
*                     192.168.10.59          XX:XX:XX:XX:XX:XX    Nov 28th, 19:23
alarmpi           192.168.10.69          XX:XX:XX:XX:XX:XX    Nov 28th, 16:56
RM696            192.168.10.97          XX:XX:XX:XX:XX:XX    Nov 28th, 18:23
(I blanked out the MAC-addresses.)
The first entry is connecting through wireless. The second is wired.
At the command line:
hostname
opus
hostname -f
localhost.localdomain
/etc/hosts:
# /etc/hosts: static lookup table for host names
#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1    localhost.localdomain    localhost    opus
::1        localhost.localdomain    localhost    opus
# End of file
What file do I need to change and how?
Updated:
1) I created a /etc/dhclient.conf file and added:
send host-name "opus";
request subnet-mask, broadcast-address, time-offset, routers,
domain-search, domain-name, domain-name-servers, host-name;
and rebooted.
This had no effect.
2) Just for kicks, I uninstalled Network Manager and installed Wicd.
This DID send the hostname and it displayed on the DHCP Leases List. But it also had the effect of turning off the WiFi radio.
I did try to turn it back on: Went to the BIOS, made sure it was on (it was). Read some posts about power savings and what to do (tried them, didn't work).
So I uninstalled Wicd, re-installed Network Manager and I am back to where I was.
Last edited by dastagg (2012-11-29 11:15:11)

Sorry, forgot to add this:
https://bbs.archlinux.org/viewtopic.php?id=152376
Follow the instructions on the bottom.

Similar Messages

  • DHCP Server is not passing out DHCP Leases

    I can't seem to figure out why DHCP server is not passing out DHCP lease a client?
    Also I can't seem to figure out why NVI0 interface is UP? I have setup another box similarly and NVI0 is down on that and the DHCP server is working fine on that too. Strange!
    I am working on CISCO 881 VPN Router...Please have a look at it and let me know. Thanks
    Here is the configuration in the box...
    sh run
    Building configuration...
    Current configuration : 6543 bytes
    ! Last configuration change at 17:09:54 CST Fri Sep 14 2012 by XXXXX
    version 15.0
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname XXXXX
    boot-start-marker
    boot-end-marker
    logging buffered 51200 warnings
    aaa new-model
    aaa authentication login default local
    aaa authentication login vpn_xauth_ml_1 local
    aaa authentication login sslvpn local
    aaa authorization network vpn_group_ml_1 local
    aaa session-id common
    memory-size iomem 10
    clock timezone CSTime -6
    clock summer-time CST recurring
    crypto pki trustpoint TP-self-signed-3079619067
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-3079619067
    revocation-check none
    rsakeypair TP-self-signed-3079619067
    crypto pki certificate chain TP-self-signed-3079619067
    certificate self-signed 01
      30820252 308201BB A0030201 02020101 300D0609 2A864886 F70D0101 04050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 33303739 36313930 3637301E 170D3132 30393134 31393231
      32375A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 30373936
      31393036 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100993C D622004B F3AEA1E5 81106C28 36EC52D0 5435ABC3 8912095F 3641168A
      B67D97AF AEB43CF3 00A00EB5 702FA355 9F58EBEF F42294DC 0E32CF40 E17D372A
      3BC36401 55EDBA5C 910B7A51 89D709A8 7EAB3FF0 E4C99D34 CBE3F316 069C0E16
      BC284055 35E3D762 463DABF6 852C4E7A D2EF45A4 21F08689 4DF17870 9E2A6C27
      1BFB0203 010001A3 7A307830 0F060355 1D130101 FF040530 030101FF 30250603
      551D1104 1E301C82 1A506F70 6C617276 696C6C65 2E796F75 72646F6D 61696E2E
      636F6D30 1F060355 1D230418 30168014 64EA4CAE 2029E4C2 702584C6 B5732464
      5C9DA38A 301D0603 551D0E04 16041464 EA4CAE20 29E4C270 2584C6B5 7324645C
      9DA38A30 0D06092A 864886F7 0D010104 05000381 81006C27 96E06B83 04DBDA81
      EEB0AF35 84ED370E A8C9694E F9B9326D 69CB1043 9C396D7B 760D252F 4881926D
      878E434F 9AFC3E6D A5BF43F2 E619D6EC F45C039A 5FFB478F A99F7EE5 274E37D5
      11976FDE 823FD1A9 700203E5 67A329B3 F4CF45F0 245757C8 E2349276 B13414D1
      017616FA 38A40BA8 42545AC5 C7676D21 29E4F491 CADB
            quit
    ip source-route
    ip dhcp excluded-address 10.10.10.1
    ip dhcp excluded-address 192.168.1.1 192.168.100.101
    ip dhcp excluded-address 192.168.1.254
    ip dhcp pool ccp-pool
       import all
       network 10.10.10.0 255.255.255.248
       default-router 10.10.10.1
       lease 0 2
    ip dhcp pool Internal_Network
       network 192.168.1.0 255.255.255.0
       dns-server 192.168.100.254
       default-router 192.168.1.254
    ip cef
    ip domain name yourdomain.com
    ip name-server 192.168.100.254
    no ipv6 cef
    license udi pid CISCO881-K9 sn FTX1604828T
    username XXXXX privilege 15 secret 5 $1$QEcR$96cmvs/h/.05G6BnorcWG/
    username XXXXX secret 5 $1$PQQ1$3.Vin0i/2uZ/KD0xEJ8GC.
    crypto isakmp policy 1
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp policy 2
    encr 3des
    hash md5
    authentication pre-share
    group 2
    crypto isakmp client configuration group YYYYYYY
    key XXXXX_XXXXX_XXXXX
    pool VPN-Pool
    acl VPN-Access-List
    crypto isakmp profile vpn-isakmp-profile-1
       match identity group YYYYYYY
       client authentication list vpn_xauth_ml_1
       isakmp authorization list vpn_group_ml_1
       client configuration address respond
       virtual-template 2
    crypto ipsec transform-set encrypt-method-1 esp-3des esp-sha-hmac
    crypto ipsec profile VPN-Profile-1
    set transform-set encrypt-method-1
    interface FastEthernet0
    interface FastEthernet1
    interface FastEthernet2
    interface FastEthernet3
    interface FastEthernet4
    description WAN_INTERFACE
    ip address 192.168.100.3 255.255.255.0
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    interface Virtual-Template2 type tunnel
    ip unnumbered FastEthernet0
    tunnel mode ipsec ipv4
    tunnel protection ipsec profile VPN-Profile-1
    interface Vlan1
    description VLAN1_INTERFACE
    ip address 192.168.1.254 255.255.255.0
    no ip redirects
    no ip unreachables
    ip nat inside
    ip virtual-reassembly
    ip tcp adjust-mss 1452
    ip local pool VPN-Pool 192.168.1.151 192.168.1.200
    ip forward-protocol nd
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat inside source list 100 interface FastEthernet4 overload
    ip nat inside source static tcp 192.168.1.100 21 192.168.100.3 21 extendable
    ip nat inside source static tcp 192.168.1.100 80 192.168.100.3 80 extendable
    ip route 0.0.0.0 0.0.0.0 192.168.100.254
    ip access-list extended VPN-Access-List
    permit ip 192.168.1.0 0.0.0.255 any
    permit tcp host A.B.C.D host 192.168.1.100 eq ftp
    permit tcp host A1.B1.C1.D1 host 192.168.1.100 eq ftp
    permit tcp host A2.B2.C2.D2 host 192.168.1.100 eq ftp
    permit tcp 192.168.1.0 0.0.0.255 host 192.168.1.100 eq ftp
    permit tcp host A3.B3.C3.D3 host 192.168.1.100 eq ftp
    permit tcp any host 192.168.1.100 eq XXX
    access-list 23 permit 10.10.10.0 0.0.0.7
    access-list 23 permit 192.168.1.0 0.0.0.255
    access-list 100 permit ip 192.168.1.0 0.0.0.255 any
    no cdp run
    control-plane
    banner exec ^C
    % Password expiration warning.
    Cisco Configuration Professional (Cisco CP) is installed on this device
    and it provides the default username "cisco" for  one-time use. If you have
    already used the username "cisco" to login to the router and your IOS image
    supports the "one-time" user option, then this username has already expired.
    You will not be able to login to the router with this username after you exit
    this session.
    It is strongly suggested that you create a new username with a privilege level
    of 15 using the following command.
    username <myuser> privilege 15 secret 0 <mypassword>
    Replace <myuser> and <mypassword> with the username and password you
    want to use.
    ^C
    banner motd ^C XXXXX-XXXXX VPN Router ^C
    line con 0
    exec-timeout 30 0
    logging synchronous
    no modem enable
    line aux 0
    line vty 0 4
    access-class 23 in
    privilege level 15
    password 7 124A50424A5E5550
    transport input telnet ssh
    scheduler max-task-time 5000
    end

    Hi Jennifer,
    I have gotten it resolved. Per your suggestion, I have turned on debug ip dhcp events and found that POOL EMPTY message. After little research, I found out that I have made a mistake in my excluded-address range.
    I have had it as 
    ip dhcp excluded-address 192.168.1.1 192.168.100.101
    It should have been
    ip dhcp excluded-address 192.168.1.1 192.168.1.101.
    It was a typo.
    Thank you for the suggestion.
    Srini

  • In iphone 4 mobile me calander not showing all events in list view

    i have iphone 4 Mobile me calendar not showing all events in list view where as showing all events in month/day view. why so & how to resolve

    It started about a week ago. The "From" drop-dow is now missing in Mac Mail. It should appear beneath the subject line. I was working with MobileMe Chat support for about 3 hours. They cannot solve the problem and have now escalated it to the "Senior Advisor Team."

  • My apps do not show up on purchased list on the iPhone!

    My apps do not show up on purchased list on the iPhone even I see them on iTunes store apps. That happened after that I changed my Appple ID email adress.
    What is the soluton for that problem?

    Go to Settings/iTunes & App Stores and sign out. Then sign in with your new Apple email ID.

  • Items on ipod that do not show up on Device list, want to remove them

    A pod cast and a video I downloaded from itunes and copied to my ipod are on my ipod but when I connect the ipod they do not show up on the lists of items on the device. I can see and play them on the ipod, but cannot find them on the list of items on the ipod when I connect to itunes...
    I want to remove them and can't
    baffled....

    They should be able to help you. You must have the iPod set to manually managed. Podcasts generally work best when set to auto-sync.
    To find these files it is easiest to create a smart playlist on the iPod itself with the right rules to find the files while it is set to manually manage. To delete files through a smart playlist you will need to hold the "Alt" key on the keyboard then hit the Delete key. Atl/Delete is for Mac but may be a combination of Delete and Shift, Control, or Windows key on Windows PCs.

  • Command is not showing in to the list on pressing menu button on the device

    Hi Everyone,
    I have developed a midlet in which I have designed buttons or links using Custom Items. Command associated with the custom item is not showing in to the list on pressing menu button on the device 8300 Curve.
    For example - My login screen have SUBMIT and RESET custom items. I have designed them to be appear like links [no matter how I design them]. I have also added a command and listener to it like as below:
    CMD_SUBMIT = new Command(text, Command.ITEM, 1);
    setDefaultCommand(CMD_SUBMIT);
    setItemCommandListener(this);
    On running the midlet, my login screen appears. But when I travarse to the SUBMIT item, and press the menu button, my command doesnt appear in the list of commands. It shows only the Close command. I am not getting why this is happening.
    Please do me a favour and help me to sort out this. On other phones like 8520 curve the command is appearing in to the list when I press the menu button.
    Regards

    Is there any way to sort out this issue? I am not getting the cause
    behind this, and I am observing this only on 8300 Curve. On most of
    there phones [though not tested on every one] it is working as expected.
    Please guide me to proceed further. I am desperately waiting for the
    response. Regards.

  • TS3276 I created a new mailbox in mail, but it does not show up in my list

    I created a new mailbox in mail, but it does not show up in my list of mailboxes. Now I cannot change it or delete it. I keep getting an error message that I must resolve conflicts, but it won't let me change anything.  Can you help me fix this?

    Found it, thanks to the answer Vixen-of-Venus gave - thanks.

  • I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line.

    I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line. It is not my home page. Help!!!

    See also:
    *https://support.mozilla.com/kb/Removing+the+Search+Helper+Extension+and+Bing+Bar
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Resetting_preferences

  • Bonjour printer not showing up in Printer List

    I am having trouble adding a bonjour printer (HP PSC 1610). The printer is not showing up in the list of printers under System Preferences > Print & Fax. I was able to add the printer by clicking on the "+" sign. It found the bonjour printer and I clicked "Add." Everything seemed fine, but the printer is not showing up in the list of available printers.
    When I'm in Printer Setup Utility, the Printer shows up when I click View > Show Printer List. I just can't select it when I'm in an application and trying to print.
    I can print to the printer from my G5 which still has OS 10.3.9.
    MacBook Pro 1.83   Mac OS X (10.4.7)  

    I think the reason you haven't got responses is that no one has experience with that. Here are some generic troubleshooting steps to try, one at a time:
    Repair permissions (Disk Utility).
    Delete Print Prefs - search for (File>Find) files that start with com.apple.print and delete them all and reboot.
    Reset Printing System (new in Tiger) - In Printer Setup, click this menu item found just above Quit Printer Setup.
    If there is a downloadable Combination Updater from Apple, use it to re-Update OS X.
    Try Printer Setup Repair from www.fixamac.net.
    Use a Disk Utility like Disk Warrior to repair the HD.

  • Ipod Not Showing Up In The List In Itunes

    Hey, ive had problems with my ipod lately. basically when ever i plug my ipod into my computer, it appears in mycomputer and itunes also opens. i have run the diagnostic in the help menu in itunes and it is detecting my ipod HOWEVER it will not show up in the list on the right hand side!!!! I have tried all the things suggested by apple such as reinstalling and many other things like ending the process etc. no luck.. plz help!

    Have you tried simply resetting hte ipod while it's connected to the PC?
    If that doesn't help, here is an article with a long list of other stuff to investigate.
    http://support.apple.com/kb/TS1369
    You need to expand each link and read all the stuff. For example, under
    "Connect iPod to a high-powered USB port"
    the 4th line down says
    +If the issue persists, try disconnecting other USB devices from the computer such as printers, cameras, scanners, external hard drives, and USB hubs to determine if there is a conflict in the USB chain.+
    That is a step you wouldn't want to skip, as it can really narrow things down.

  • HT1539 Digital copy transferred successfully to my computer, but not showing up in purchased list on other devices.

    Digital copy transferred successfully to my computer, but not showing up in purchased list on other devices. This is the first time I've encountered this issue. Package insert says copy is iPad compatible. Is there anything I can do to fix this? (The movie was Kung Fu Panda)

    it's a known issue. Everyone is experiencing this issue. Give it time for Apple to rectify the issue.

  • Premiere Pro CC not showing up in my list of apps in creative cloud.

    I have purchased a 1 year 1 app membership for Premiere Pro CC and when I go to download it, it takes me directly to Creative Cloud.  Premiere does not show up in the list of apps for some reason.  Any solutions?

    Hi Sandeep,
    I just signed up for a 30 day trial and I'm really excited to use the software for movie editing, however I just saw this post after I was trying to use Premiere Pro and sadly I don't have a machine with 64 Bit OS. I was just seeing if there is any way I can cancel my free trial and then start it back up after I get a new computer. I'm really excited about using Premier Pro but want to make sure I can try it out with a film project before purchasing and I don't know how long it will take to get a new computer.
    thanks!

  • I live in the UAE and i dont have the face time app on my iphone 5 and it's not showing in the settings list as well only face time mentioned in the notification center , my friends in the same area are using face time normally any advice?

    i live in the UAE and i dont have the face time app on my iphone 5 and it's not showing in the settings list as well only face time mentioned in the notification center , my friends in the same area are using face time normally any advice?

    Doesn't matter.  That store is likely selling illegit iphones, brought oin from somewhere else.
    The fact remains the UAE government does not allow Facetime on iphones legitimately sold there.

  • Several artists are not showing in the artist list on the Ipod.

    Ok. As the title implies on my Ipod there are several artists that are not showing in the artist list. However, in Itunes an artist is clearly defined. I even changed the artist name and still had no outcome. The album is there....but I have to sort through the artist list in order to listen to the music. Can someone help me figure this one out?

    The "missing" artists probably have their albums tagged as "Part of a Compilation" and you have the Compilation setting turned ON on your iPod. Either turn Compilations off (go to +Settings/Main Menu+ and +Settings/Music Menu+ and disable Compilation on both menus), or edit the tags to remove the Compilation option. Compilations are intended to be used for multi-artist albums, but often you'll get an album from a single artist tagged as a Compilation since the Gracenote database has an error in it.

  • Just bought an .OTF font for Flash CS6 and it's not showing up in the list.

    Just bought an .OTF font for Flash CS6 and it's not showing up in the list.
    EscrowText-Roman.otf
    Any reason why? It shows up in Illustrator and Photoshop just fine.
    Line

    If you have never synced an audiobook yet, you have to connect your ipad and go to the books tab.
    Scroll down past the regular books and there will be where you sync your audiobooks.
    Then they will show up on the music app under "other"

Maybe you are looking for

  • How can I call a ABAP proxy class from BADI? PLease help

    hi Experts,     I have a scenario where I have to call a ABAP proxy class from a BADI. How can I do this? Does anybody has sample code for the same? Please help. Thanks Gopal

  • How to enable a low privilege user to run an administrative script ?

    Hello I have a problem which seems to come from the lack of "sudo" in Windows. I want standard low privileges users to be enable to run a script that will give them a result (i-e DB status on Exchange). I don't want to give them any right, so the onl

  • MySQL 5.1 Stored Procs and Views not showing, only tables.

    Hi, I'm having problems getting stored procedures and views to show up in the Data Source Explorer of CR4E 2.0. I've checked the properties of the connection and the Default Stored Procedure Filter is disabled, so things should show Tables are showin

  • Presentation Button:How to make it work in linux?

    Anybody here have any idea how to make the toshiba presentation button work in linux? thanks!

  • I keep getting Err = -3259

    I have spent 2 days on the phone with Apple Support, although they are nice and located in the US they cannot solve my problem. I have been trying to update my Verizon iPhone 4 for over a week and each time I do I get Err = -3259 (timed out). I have