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

DHCP Discover Questions

  • retag add tags

Hello,

I have an issue where I upgraded device and now clients cannot get an IP address from my domain controller. I've got two of these devices and the other one has not been upgraded so decided to look into both discover packets. There is connectivity between everything and the DC sees the discover packet yet doesn't offer up anything. There's no errors within the server and restarting the services and server didn't help.

  1. Under the DHCP section and Relay agent IP it looks like this. "Relay agent IP address: 10.1.1.0 (10.1.1.0)" this is on the bad pcap vs the good pcap doesn't have the extra IP inside the parenthesis ().

  2. Same scenario for source address under the IPv4 section bad pcap shows "source address: 10.1.1.1 (10.1.1.1) and the good pcap doesn't have the extra IP inside the parenthesis again ()

is the extra IP inside the parenthesis my issue?

Thanks for any help in advance.

cpocket's avatar
1
cpocket
asked 2023-01-11 20:28:30 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

These "extra IP inside the parenthesis" are a result of the way that particular instance of Wireshark is configured. If name resolution is enabled, this is where the name resolution result is presented. In this case, these being private range addresses, having no DNS name related to them, the only way to refer to the name of the host is by it's IPv4 address representation. That is what is shown "inside the parenthesis". So this has noting to do with the working/not working DHCP.

Jaap's avatar
13.7k
Jaap
answered 2023-01-12 06:31:38 +0000
edit flag offensive 0 remove flag delete link

Comments

That was my issue thanks! I was viewing them on separate PCs and the one did have that feature enabled.

cpocket's avatar cpocket (2023-01-12 13:29:27 +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