Hi Afripeople,
Got the SMS - very excited.
I've been running my own linux router with rp-pppoe and pppd since I had my first DSL line and later also with my fibre line. So today I activated IPv6 on a freshly built router, but there seems to be some "issues" getting a true IPv6 address - I am
getting only a link-local address. What are the Afrihost IPv6 ranges?
Tracing the IPv6 LCP packets, I get the normal IPv4 address:
(edit: some IP obfuscations in the logs below)
Code:
Mar 24 01:21:21 fw-dlink pppd[30287]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
Mar 24 01:21:21 fw-dlink pppd[30287]: rcvd [IPCP ConfAck id=0x2 <addr 169.nn.nn.5> <ms-dns1 169.1.1.2> <ms-dns2 169.1.1.1>]
And here's where I get the IPv6 address:
Code:
Mar 24 01:21:21 fw-dlink pppd[30287]: sent [IPV6CP ConfReq id=0x1 <addr fe80::c5b1:nnnn:3973:16a6>]
Mar 24 01:21:21 fw-dlink pppd[30287]: rcvd [IPV6CP ConfReq id=0xc3 <addr fe80::02d0:nnnn:fe0c:7788>]
Mar 24 01:21:21 fw-dlink pppd[30287]: rcvd [IPV6CP ConfAck id=0x1 <addr fe80::c5b1:nnnn:3973:16a6>]
So, with the above I can ping the peering link-local address, but of course, it's not globaly routed.
Am I missing anything?
Code:
# ping6 -n fe80::02d0:nnnn:fe0c:7788
PING fe80::02d0:f6ff:fe0c:7788(fe80::2d0:f6ff:fe0c:7788) 56 data bytes
64 bytes from fe80::2d0:nnnn:fe0c:7788%ppp0: icmp_seq=1 ttl=255 time=1.62 ms
64 bytes from fe80::2d0:nnnn:fe0c:7788%ppp0: icmp_seq=2 ttl=255 time=1.35 ms
64 bytes from fe80::2d0:nnnn:fe0c:7788%ppp0: icmp_seq=3 ttl=255 time=1.50 ms
# pppd --version
pppd version 2.4.9
And I use fairly standard options, including the default option to activate IPv6 (+ipv6)
--deckert