Results 1 to 2 of 2

Thread: Can't Ping To Server And Server Can't Ping To me

  1. #1
    Join Date
    Oct 2010
    Posts
    1

    Can't Ping To Server And Server Can't Ping To me

    Hello All i'm new to this site and windows server but i got a new server and i installed "windows server 2003 Enterprise" i installed the dns and other things... with the "dcpromo" and when i wanted to join my computer to the server it said
    Code:
    The following error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain home.local:
    
    The error was: "DNS name does not exist."
    (error code 0x0000232B RCODE_NAME_ERROR)
    
    The query was for the SRV record for _ldap._tcp.dc._msdcs.home.local
    
    Common causes of this error include the following:
    
    - The DNS SRV record is not registered in DNS.
    
    - One or more of the following zones do not include delegation to its child zone:
    
    home.local
    local
    . (the root zone)
    so i added the server's ip to my Dns settings.. and this is what i got

    Windows Xp Client:
    Code:
    Windows IP Configuration
    
            Host Name . . . . . . . . . . . . : c-ba6e3d48e5
            Primary Dns Suffix  . . . . . . . :
            Node Type . . . . . . . . . . . . : Unknown
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
            DNS Suffix Search List. . . . . . : phub.net.cable.**********.com
    
    Ethernet adapter Local Area Connection:
    
            Connection-specific DNS Suffix  . : phub.net.cable.**********.com
            Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI For Com
    plete PC Management NIC (3C905C-TX)
            Physical Address. . . . . . . . . : 00-04-**********
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 192.168.1.3
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . : 192.168.1.1
            DHCP Server . . . . . . . . . . . : 192.168.1.1
            DNS Servers . . . . . . . . . . . : 192.168.1.1
            Lease Obtained. . . . . . . . . . : Sunday, October 24, 2010 7:20:51 PM
            Lease Expires . . . . . . . . . . : Monday, October 25, 2010 7:20:51 PM
    ok so i have internet on my xp computer but i can't ping to the server take a look:

    Code:
    C:\Documents and Settings\Administrator>ping localhost
    
    Pinging c-ba6e3d48e5 [127.0.0.1] with 32 bytes of data:
    
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    
    Ping statistics for 127.0.0.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    
    C:\Documents and Settings\Administrator>ping 192.168.1.4
    
    Pinging 192.168.1.4 with 32 bytes of data:
    
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    
    Ping statistics for 192.168.1.4:
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
    
    C:\Documents and Settings\Administrator>
    now hears my server when i try to ping to my xp:

    Code:
    C:\Documents and Settings\Administrator>ping localhost
    
    Pinging server.Home.local [127.0.0.1] with 32 bytes of data:
    
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    
    Ping statistics for 127.0.0.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    
    C:\Documents and Settings\Administrator>ping 192.168.1.3
    
    Pinging 192.168.1.3 with 32 bytes of data:
    
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    
    Ping statistics for 192.168.1.3:
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
    
    C:\Documents and Settings\Administrator>
    and the ipconfig:

    Code:
    C:\Documents and Settings\Administrator>ipconfig /all
    
    Windows IP Configuration
    
       Host Name . . . . . . . . . . . . : server
       Primary Dns Suffix  . . . . . . . : Home.local
       Node Type . . . . . . . . . . . . : Unknown
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : Home.local
    
    Ethernet adapter Local Area Connection:
    
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : ASUSTeK/Broadcom 440x 10/100 Integrated C
    ontroller
       Physical Address. . . . . . . . . : 00-0C-**********
       DHCP Enabled. . . . . . . . . . . : No
       IP Address. . . . . . . . . . . . : 192.168.1.4
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 192.168.1.1
       DNS Servers . . . . . . . . . . . : 127.0.0.1
    
    C:\Documents and Settings\Administrator>
    Notes

    Windows Xp (Client Side)
    Ip: 192.168.1.3
    Firewall is disabled
    Router Ip: 192.168.1.1

    Windows server 2003 enterprise (Server Side)

    ip: 192.168.1.4
    firewall is disabled
    remote connection don't connect to my client computer


    Thanks for all your help!
    Last edited by testmoder123; 25-10-2010 at 05:27 AM. Reason: for got to block mac ... sorry

  2. #2
    Join Date
    Mar 2010
    Posts
    383

    Re: Can't Ping To Server And Server Can't Ping To me

    If you previously use the ping authority to test network connectivity and the presence of hosts, who were surprised to find that ping a Windows Server 2003 Service Pack 1 can not work. That is because if Windows Firewall is operating on the server, by defaulting the firewall is configured to block ICMP Echo Request packets and other incoming ICMP traffic as well. You can allow the server to respond to ping requests as follows:

    • Open the Control Panel, Windows Firewall
    • Click the Advanced tab
    • Under ICMP, click Settings
    • Select the Allow incoming echo request check box

Similar Threads

  1. Ping ISA Server 2006
    By alsolaih in forum Networking & Security
    Replies: 1
    Last Post: 28-03-2011, 01:50 AM
  2. Windows server ping every hour
    By itgeek in forum Software Development
    Replies: 3
    Last Post: 09-10-2010, 02:41 AM
  3. Cannot ping Hyper-V Server after reboot
    By hatred in forum Networking & Security
    Replies: 5
    Last Post: 06-04-2010, 03:23 AM
  4. Cannot ping Windows server 2008
    By Segvoia in forum Networking & Security
    Replies: 3
    Last Post: 16-07-2009, 06:55 PM
  5. Cant ping aix server
    By Axeor in forum Networking & Security
    Replies: 2
    Last Post: 26-05-2009, 10:30 PM

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
  •  
Page generated in 1,750,541,312.95421 seconds with 16 queries