http://bugzilla.opensuse.org/show_bug.cgi?id=1188949 http://bugzilla.opensuse.org/show_bug.cgi?id=1188949#c20 Reinhard Max <max@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vladislavmil@mail.ru Flags|needinfo?(max@suse.com) |needinfo?(vladislavmil@mail | |.ru) --- Comment #20 from Reinhard Max <max@suse.com> --- (In reply to Jonathan Kang from comment #19)
I guess you're the maintainer of dhclient.
yes, I am the maintainer of the dhcp package, but not a deep expert in DHCP.
Do you have any idea about what could go wrong here?
I discussed this with Marius, but we couldn't find a possible reason within dhclient that would explain this. To narrow this further down we want to see if the missing DHCPACK packages are not being sent by the router, being filtered by the kernel, or being silently ignored by dhclient, because it thinks they are invalid. For that, please disable your firewall (if it is active) and change some settings: # sysctl -w net.ipv4.conf.all.log_martians=1 # sysctl -w sysctl -w net.ipv4.conf.all.rp_filter=0 Then record all DHCP packages over at least one occurance of dhclient sending a request and seemingly getting no ack: # tcpdump -W /tmp/dhcp4.pcapng -s 65535 -Uvnfi any 'port 67 or port 68' Interrupt tcpdump with Ctrl-C when done and upload /tmp/dhcp4.pcapng as an attachment. -- You are receiving this mail because: You are on the CC list for the bug.