On 2021-02-14 12:07, Kurt Van Dijck wrote: > > > On 14 February 2021 02:03:28 GMT+01:00, Nicholas Humfrey <njh@xxxxxxxxxx> wrote: >> Hi, >> pppd. I am trying to use static addresses so I know the link-local IP >> address of the remote peer. >> >> On the 'server' I am running: >> pppd file ./ppp-options ipv6 ::1,::2 /dev/ttyAMA0 115200 > > ::1 is not a link-local ip. > ::1 is 'localhost', i would advise not to use it elsewhere > Sent from a small mobile device > That's not quite true. The "ipv6" option takes IPV6CP "interface identifiers," which are (essentially) the lower 64 bits of an IPv6 address. The user interface uses IPv6 address parsing, so they look like actual addresses, but the upper 64 bits must all be zero, and they're not actually used as addresses anywhere. So, "::1" means "IPV6CP Interface-Identifier 0000000000000001". Unlike IPCP (IPv4), there is absolutely no way to negotiate IPv6 addresses with PPP. That's just not how IPv6 works. -- James Carlson 42.703N 71.076W <carlsonj@xxxxxxxxxxxxxxx>