Results 1 to 5 of 5

Thread: Fix "Unknown" on Netgear Router?

  1. #1
    Join Date
    Mar 2006
    Beans
    Hidden!

    Question Fix "Unknown" on Netgear Router?

    This is a minor annoyance but could be having a wider impact when looking for computers by name on my network.

    I dual boot my Xubuntu 11.10 PC with Windows 7. When on W7 if I log on to my router and check "Attached Devices" the router shows my IP address and Computer name (as seen in Computer > Properties). When I boot into Xubuntu and make the same check I see the IP address but the name is "UNKNOWN".

    I have been through /etc/hosts and /etc/hostname, and also tried edits in /etc/dhcp/dhcp.conf (no dhcp3.conf on my machine) but to no avail.

    My server (10.04.2 server) is named correctly by the router.

    Unless I specifically name my PC on other PCs (in /etc/hosts) I cannot find it on the network from other machines.

    So where is the setting needed or is this broken in Oneiric?
    No longer participating......

  2. #2
    Join Date
    Feb 2008
    Beans
    1,145
    Distro
    Xubuntu

    Re: Fix "Unknown" on Netgear Router?

    Might be an IPv6 thing.
    Help yourself: Ubuntu Docs - Ubuntu Packages

  3. #3
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: Fix "Unknown" on Netgear Router?

    Worth a try, but ipv6 is disabled
    No longer participating......

  4. #4
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: Fix "Unknown" on Netgear Router?

    bump ?
    No longer participating......

  5. #5
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: Fix "Unknown" on Netgear Router?

    OK, sorted - it's a problem with the router, only sees netbios names, so I had to install samba (will work on this so only nmbd is running and not smbd too). You need to put:
    Code:
    netbios name = yourpcname
    in the [global] section of /etc/samba/smb.conf and restart smbd
    Code:
    sudo service smbd restart
    There is another program called lisa that should allow the issue of a netbios name but I could not get it to compile (after installing automake 1.7 as a dependency). If anyone has had success installing lisa please let me know how.
    No longer participating......

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •