Re: ipv6 link local default route
- In reply to: Paul Mather : "Re: ipv6 link local default route"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Nov 2022 16:56:58 UTC
Of course, like with ping. Thanks very much. Worked. Am 08.11.22 um 15:25 schrieb Paul Mather: > On Nov 8, 2022, at 5:01 AM, Ede Wolf <listac@nebelschwaden.de> wrote: > >> Hi, >> >> Probably I am misreading the route man page, but I would like to give my box a link local address as the default gateway and for that of course I need to specify the interface (the link). > > > In FreeBSD, you specify the link for link-local IPv6 addresses by appending the interface name to the end of the address, separated by a "%", e.g., "fe80::1%lo0". > > Cheers, > > Paul.