Router Advertisements Ignored
jobhunts02
Fri Jan 19 23:51:03 2018According to tcpdump, I am receiving router advertisements in response to my router solicitations (see below), but dhcpcd.log reports "eth1: no IPv6 Routers available." When dhcpcd-7.0.0 starts, dhcpcd.log reports "all: disabling kernel IPv6 RA support." Is that why I am seeing this behavior? Is there a configuration option I am missing? I am using dhcpcd.conf from https://roy.marples.name/projects/dhcpcdwith the following added: debug logfile /var/log/dhcpcd.log Thank you. 23:41:07.114420 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 16) fe80::5639:68ff:fe0d:4bf3 > ff02::2: [icmp6 sum ok] ICMP6, router solicitation, length 16 source link-address option (1), length 8 (1): 54:39:68:0d:4b:f3 0x0000: 5439 680d 4bf3 23:41:07.116347 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 56) fe80::aa70:a5ff:fe00:19d4 > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 56 hop limit 64, Flags [none], pref medium, router lifetime 1800s, reachable time 0s, retrans time 0s prefix info option (3), length 32 (4): 2001:ed8:77b5::/64, Flags [onlink, auto, router], valid time 86400s, pref. time 14400s 0x0000: 40e0 0001 5180 0000 3840 0000 0000 2001 0x0010: 0ed8 77b5 0000 0000 0000 0000 0000 source link-address option (1), length 8 (1): a8:70:a5:00:19:d4 0x0000: a870 a500 19d4
| Re: Router Advertisements Ignored | Roy Marples |