Re: IPv6 static gateway IP problem
Filip Lax <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <AM6PR09MB3334D0D4CD5A75380E053441FD1E2@AM6PR09MB3334.eurprd09.prod.outlook.com> |
Thank you so much Thomas, some progress, it works! Sorry I bother to a few more question: Testing a bit I sudden see "neighbor sol" message come from ::2 instead of ::1, and traffic no longer work. They use two gateway? I add both? And How I can use specific octets for my address? I test to use ex. "::123" making my address "2a03:118e:202:55::123" instead of "2a03:118e:202:55::" but then it doesn't work at all. ________________________________________ From: Thomas Kupper <[email protected]> Subject: Re: IPv6 static gateway IP problem >You have to add the gateway first, an example can be found in the >route(8) manpage: https://man.openbsd.org/route#EXAMPLES : > >"Add a static inet6(4) route to a host which is on the vio0 interface >that is outside your prefix, and use that host as a default gateway, as >used by some hosting providers: > ># route add -inet6 2001:db8:efef::1 -cloning -link -iface vio0 ># route add -inet6 default 2001:db8:efef::1" >