All Questions
3 questions
0
votes
0
answers
102
views
Determine/Configure which IP address gets offered next by a DHCP server?
I need a way to determine the next IP address a DHCP server will offer.
RFC 2131 states:
Each server may respond with a DHCPOFFER message that includes an available network address in the 'yiaddr' ...
2
votes
0
answers
198
views
tcpdump doesn't capture DHCP Discovery
I tried to capture DHCP Discovery through the tcpdump:
# ip l | grep enp5s0
3: enp5s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
# tcpdump -ni ...
1
vote
1
answer
842
views
No outgoing tcp request for DHCPDISCOVER
I have been trying to figure out issues with my wifi setup on my laptop with ubuntu 16.04. For some reason it doesn't seem to connect. Have tried with wicd, network-manager as well as ifconfig. On ...