First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How can I find an IP address for unknown equipment?

  • retag add tags

Conected ZyXEL 300 Prestige 300 to found his IP adress, I got :

Ethernet II, Src: ZyxelCom_44:f4:94 (00:a0:c5:44:f4:94), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
    Destination: Broadcast (ff:ff:ff:ff:ff:ff)
        Address: Broadcast (ff:ff:ff:ff:ff:ff)
        .... ..1. .... .... .... .... = LG bit: Locally administered address (this is NOT the factory default)
        .... ...1 .... .... .... .... = IG bit: Group address (multicast/broadcast)
    Source: ZyxelCom_44:f4:94 (00:a0:c5:44:f4:94)
        Address: ZyxelCom_44:f4:94 (00:a0:c5:44:f4:94)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
    Type: ARP (0x0806)
    Padding: 2d533035434c4639056c6f63616c0000ff00
Address Resolution Protocol (ARP Announcement)
    Hardware type: Ethernet (1)
    Protocol type: IPv4 (0x0800)
    Hardware size: 6
    Protocol size: 4
    Opcode: request (1)
    [Is gratuitous: True]
    [Is announcement: True]
    Sender MAC address: ZyxelCom_44:f4:94 (00:a0:c5:44:f4:94)
    Sender IP address: 192.168.1.254 (192.168.1.254)
    Target MAC address: 00:00:00_00:00:00 (00:00:00:00:00:00)
    Target IP address: 192.168.1.254 (192.168.1.254)

BUT NOT The IP , only the name ZyxelCom_44:f4:94 (00:a0:c5:44:f4:94), How can I do to found the real Adress , Please ? From Richard Mayaya , tel 00243810328182 Best regards

rmayaya's avatar
1
rmayaya
asked 2020-04-07 23:46:03 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2020-04-08 00:36:01 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Is this not it:

Sender IP address: 192.168.1.254 (192.168.1.254)
Chuckc's avatar Chuckc (2020-04-08 00:10:19 +0000) edit
add a comment see more comments

1 Answer

0

@bubbasnmp is correct.

This packet is, as Wireshark says, an "ARP announcement"; it is sent out by the ZyxelCom device to announce that it has the IP address 192.168.1.254.

Guy Harris's avatar
19.9k
Guy Harris
answered 2020-04-08 00:37:36 +0000, updated 2020-04-08 18:07:37 +0000
edit flag offensive 0 remove flag delete link

Comments

This IP adress is of my computer , PC, I need to Know the ZyXEL IP adress as I can communicate with him. The repport : Source: ZyxelCom_44:f4:94 (00:a0:c5:44:f4:94) does give me any information about the IP i am lookin for !

Bests regards Richard

rmayaya's avatar rmayaya (2020-04-08 12:26:06 +0000) edit

If that IP address is somehow assigned to the network interface of your computer than you'll have to change that to something else in order to communicate with the ZyxelCom device, because it announced it uses it as its IP address.

Jaap's avatar Jaap (2020-04-08 17:58:50 +0000) edit

This IP adress is of my computer , PC, I need to Know the ZyXEL IP adress as I can communicate with him.

And it's also the IP address of the ZyXEL, according to the packet that the ZyXEL device sent out, which is probably the cause of the problem you're presumably trying to solve by connecting to the ZyXEL device. :-)

Don't assume it's impossible to have more than one device on a network with the same IP address. Devices can be misconfigured if they've been manually configured. It's obviously not correct to have more than one device on a network with the same IP address (unless there's some flavor of load balancing), but "not correct" and "technically impossible" aren't the same thing.

Guy Harris's avatar Guy Harris (2020-04-08 18:07:15 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer