Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Two PCs on Domain with same ip

Options
  • 24-07-2012 1:48pm
    #1
    Registered Users Posts: 1,740 ✭✭✭


    hope someone can help, I was doing an inventory on a Domain and two PCs are reporting the same IP address but not conflicting :confused:

    anyone an explanation for this? as I cant work out how its possible


    C:\Users\admin>ping lindaf

    Pinging lindaf.hok.local [192.168.0.216] with 32 bytes of data:
    Reply from 192.168.0.216: bytes=32 time=1ms TTL=128
    Reply from 192.168.0.216: bytes=32 time<1ms TTL=128
    Reply from 192.168.0.216: bytes=32 time<1ms TTL=128
    Reply from 192.168.0.216: bytes=32 time<1ms TTL=128

    Ping statistics for 192.168.0.216:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 1ms, Average = 0ms

    C:\Users\admin>ping finbarrj

    Pinging finbarrj.hok.local [192.168.0.216] with 32 bytes of data:
    Reply from 192.168.0.216: bytes=32 time<1ms TTL=128
    Reply from 192.168.0.216: bytes=32 time<1ms TTL=128
    Reply from 192.168.0.216: bytes=32 time<1ms TTL=128
    Reply from 192.168.0.216: bytes=32 time<1ms TTL=128

    Ping statistics for 192.168.0.216:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms


Comments

  • Registered Users Posts: 36,167 ✭✭✭✭ED E


    Are you sure its two devices? Just because 2 names DNS to an IP doesnt mean its two devices AFAIK.


  • Registered Users Posts: 8,813 ✭✭✭BaconZombie


    Can you paste the below into notepad and save it as Test.bat then open the CLI and run it.
    Post back the Boards.log file.
    
    
    ARP -A >> Boards.log
    ARP -D  >> Boards.log
    ARP -A >> Boards.log
    
    
    PING lindaf
    
    ARP -A >> Boards.log
    ARP -D  >> Boards.log
    
    PING finbarrj
    
    ARP -A >> Boards.log
    ARP -D  >> Boards.log
    
    TRACERT lindaf   >> Boards.log
    ARP -A >> Boards.log
    
    TRACERT finbarrj   >> Boards.log
    ARP -A >> Boards.log
    
    


  • Registered Users Posts: 357 ✭✭Ctrl Alt Del


    Correct...thanks! ;)

    When you save it with Notepad,make sure you save as type: "all files" and not as "*.txt" type !
    Also,when you run the CMD command,make sure is ran as administrator or admin privileges !

    Can you paste the below into notepad and save it as Test.bat then open the CLI and run it.
    Post back the Boards.log file.
    
    ARP -A >> Boards.log
    ARP -D  >> Boards.log
    ARP -A >> Boards.log
    
    
    PING lindaf
    
    ARP -A >> Boards.log
    ARP -D  >> Boards.log
    
    PING finbarrj
    
    ARP -A >> Boards.log
    ARP -D  >> Boards.log
    
    TRACERT lindaf   >> Boards.log
    ARP -A >> Boards.log
    
    TRACERT finbarrj   >> Boards.log
    ARP -A >> Boards.log
    
    


Advertisement