Link to home
Start Free TrialLog in
Avatar of NNZS
NNZS

asked on

How to solve DNS 101.101.2.1 can't find ping: Non-existent domain

Hi Experts,

I can ping to domain with IP and FQDN.
But I used with nslookup, can ping with IP , success fully reply but I can pin with FQDN that say 101.101.2.1 can't find ping: Non-existent domain.

Pls advice to me

Regards,
SOE



REF: FYI
PING WITH IPCONFIG /ALL

C:\Documents and Settings\nnzs>ipconfig /all
Windows IP Configuration
        Host Name . . . . . . . . . . . . : SOE-LAPTOP
        Primary Dns Suffix  . . . . . . . : NETLINK-PDC.local
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : Yes
        WINS Proxy Enabled. . . . . . . . : Yes
        DNS Suffix Search List. . . . . . : NETLINK-PDC.local

Ethernet adapter Bluetooth Network Connection:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : Bluetooth Device (Personal Area Netw
ork)
        Physical Address. . . . . . . . . : 00-16-AA-5B-66-57

Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Intel(R) PRO/Wireless 3945ABG Networ
k Connection
        Physical Address. . . . . . . . . : 00-13-AA-81-A7-E6
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 101.101.2.109
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 101.101.2.100
        DNS Servers . . . . . . . . . . . : 101.101.2.1

Ethernet adapter Local Area Connection 2:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : TAP-Win32 Adapter OAS
        Physical Address. . . . . . . . . : 00-FF-AA-7B-2E-26


PING CMD

C:\Documents and Settings\nnzs>ping 101.101.2.1
Pinging 101.101.2.1 with 32 bytes of data:
Reply from 101.101.2.1: bytes=32 time=2ms TTL=128
Reply from 101.101.2.1: bytes=32 time=16ms TTL=128
Reply from 101.101.2.1: bytes=32 time=1ms TTL=128
Reply from 101.101.2.1: bytes=32 time=2ms TTL=128
Ping statistics for 101.101.2.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 16ms, Average = 5ms

C:\Documents and Settings\nnzs>ping sl-pdc.netlink-pdc.local
Pinging sl-pdc.NETLINK-PDC.local [101.101.2.1] with 32 bytes of data:
Reply from 101.101.2.1: bytes=32 time=12ms TTL=128
Reply from 101.101.2.1: bytes=32 time=8ms TTL=128
Reply from 101.101.2.1: bytes=32 time=10ms TTL=128
Reply from 101.101.2.1: bytes=32 time=7ms TTL=128
Ping statistics for 101.101.2.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 7ms, Maximum = 12ms, Average = 9ms


NSLOOKUP

C:\Documents and Settings\nnzs>nslookup
Default Server:  sl-pdc.netlink-pdc.local
Address:  101.101.2.1
> ping 101.101.2.1
Server:  [101.101.2.1]
Address:  101.101.2.1
*** 101.101.2.1 can't find ping: Non-existent domain

> ping sl-pdc.netlink-pdc.local
Server:  sl-pdc.netlink-pdc.local
Address:  101.101.2.1
*** sl-pdc.netlink-pdc.local can't find ping: Non-existent domain


 

Avatar of mroekalea
mroekalea

Check your reversed lookup zone if it is populated, ip to dns resolving finds place in the reverse lookup zone
ASKER CERTIFIED SOLUTION
Avatar of Chris Dent
Chris Dent
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NNZS

ASKER

I do this, result show below


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\nnzs>nslookup
Default Server:  sl-pdc.netlink-pdc.local
Address:  101.101.2.1

> 101.101.2.1
Server:  sl-pdc.netlink-pdc.local
Address:  101.101.2.1

Name:    sl-pdc.netlink-pdc.local
Address:  101.101.2.1

> sl-pdc.netlink-pd.local
Server:  sl-pdc.netlink-pdc.local
Address:  101.101.2.1

*** sl-pdc.netlink-pdc.local can't find sl-pdc.netlink-pd.local: Non-exist
ent domain



SOE

You have a typo, you missed the c off pdc.

It can find sl-pdc.netlink.pdc.local, it does that as soon as you start nslookup. It's only the last attempt, where you miss out the c that fails.

Chris
Avatar of NNZS

ASKER



ip to dns resolving, I can be find  in the reverse lookup zone.

SOE

Are you all set now? None of the issues mentioned above point to a problem.

Chris
Avatar of NNZS

ASKER

sorry about that I miss C,


C:\Documents and Settings\nnzs>nslookup
Default Server:  sl-pdc.netlink-pdc.local
Address:  101.101.2.1

> sl-pdc.netlink-pdc.local
Server:  sl-pdc.netlink-pdc.local
Address:  101.101.2.1

Name:    sl-pdc.netlink-pdc.local
Address:  101.101.2.1


SOE

Much better :)

Chris
Avatar of NNZS

ASKER

Thank Chris