Results 1 to 3 of 3

Thread: DNS error, Linux noob

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Beans
    14

    DNS error, Linux noob

    I connected to my school's wireless network a while back, named wireless.txstate.edu. I am back at home now on my wireless network, and I am trying to communicate with another box on the same network. I can obviously get online, but I seem to have some intranet networking errors. when I try to ping my second client (mythbox) I get this
    "mobo@entropy:~$ ping mythbox
    PING mythbox.wireless.txstate.edu (208.69.36.132) 56(84) bytes of data.
    64 bytes from hit-nxdomain.opendns.com (208.69.36.132): icmp_seq=1 ttl=55 time=52.4 ms"
    ....so it looks like my PC (entropy) is tryiing to lookup the hostname mythbox using my router, using opendns, but I see the txstate wireless stuff in there, and I'm unsure why it is even appearing in the first place. I can just ping the IP of mythbox, but I want to use hostnames.

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: DNS error, Linux noob

    Just add the ip address of the other computer to your /etc/hosts file eg:

    Code:
    192.168.1.200   mythbox
    change the ip address to match the ip address of mythbox.

    Jim

  3. #3
    Join Date
    Feb 2009
    Beans
    14

    Re: DNS error, Linux noob

    Quote Originally Posted by cariboo907 View Post
    Just add the ip address of the other computer to your /etc/hosts file eg:

    Code:
    192.168.1.200   mythbox
    change the ip address to match the ip address of mythbox.

    Jim
    Been away, thanks. I'll try that when I get home. Can someone explain to me why my laptop was assigning the mythbox name to the wifi network name? Especially as I wasn't connected to it at the time.

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
  •