https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263229
--- Comment #9 from Danilo Egea Gondolfo <[email protected]> --- Oh, wait. Even though dhclient fails with bad udp checksum, once the interface has an IP assigned after the timeout, everything else seems to work fine. root@freebsd:~ # dhclient vtnet0 DHCPREQUEST on vtnet0 to 255.255.255.255 port 67 DHCPREQUEST on vtnet0 to 255.255.255.255 port 67 DHCPREQUEST on vtnet0 to 255.255.255.255 port 67 DHCPDISCOVER on vtnet0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on vtnet0 to 255.255.255.255 port 67 interval 12 5 bad udp checksums in 5 packets DHCPDISCOVER on vtnet0 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on vtnet0 to 255.255.255.255 port 67 interval 12 DHCPDISCOVER on vtnet0 to 255.255.255.255 port 67 interval 16 DHCPDISCOVER on vtnet0 to 255.255.255.255 port 67 interval 6 No DHCPOFFERS received. Trying recorded lease 10.86.126.93 bound: renewal in 1286 seconds. root@freebsd:~ # ping -c 5 freebsd.org PING freebsd.org (96.47.72.84): 56 data bytes 64 bytes from 96.47.72.84: icmp_seq=0 ttl=51 time=117.169 ms 64 bytes from 96.47.72.84: icmp_seq=1 ttl=51 time=110.150 ms 64 bytes from 96.47.72.84: icmp_seq=2 ttl=51 time=130.459 ms 64 bytes from 96.47.72.84: icmp_seq=3 ttl=51 time=123.061 ms 64 bytes from 96.47.72.84: icmp_seq=4 ttl=51 time=138.597 ms --- freebsd.org ping statistics --- 5 packets transmitted, 5 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 110.150/123.887/138.597/9.941 ms root@freebsd:~ # curl freebsd.org <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html> -- You are receiving this mail because: You are the assignee for the bug.
