Results 1 to 3 of 3

Thread: Minor DNS problem

  1. #1
    Join Date
    Feb 2009
    Beans
    8

    Minor DNS problem

    Hello

    I have configured DNS on ubuntu server 8.10 and it is working fine. There is one question I have though. Everytime I ping a LAN device by name I get the reply from the server with only the IP Address.

    What is wrong in my bind config to cause this?

    TIA
    wvw

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Minor DNS problem

    Like this?

    Code:
    charles@thor:~$ ping router
    PING router.asgard.lcl (192.168.1.1) 56(84) bytes of data.
    64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.297 ms
    64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.270 ms
    64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.282 ms
    64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.282 ms
    64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=0.294 ms
    ^C
    --- router.asgard.lcl ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4003ms
    rtt min/avg/max/mdev = 0.270/0.285/0.297/0.009 ms
    It's normal.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #3
    Join Date
    Feb 2009
    Beans
    8

    Re: Minor DNS problem

    Hi Charles

    Thanks for that. I wasn't sure about it as I saw from pings the name is normally returned. But at least you've put my mind at ease.

    Thanks muchly
    wvw

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
  •