Michael wrote:
> Hi,
>
> I've got trouble adding a IPv6 route to the routing table. Looked at the
> man pages and searched the web but that didn't help.
>
> I've got a setup like this
>
> [ISP A]---
>            |---[router]
> [ISP B]---
>
> [ISP A] and [ISP B] are ALIX boxes and [router] is another box I where
> want to add the rule. All traffic to 2a01:198:xxx::/48 should go through
> the [ISP B] box. To do that I tried:
>
> route add -inet6 2a01:198:xxx::/48 2a01:198:yyy::3

You probably need to use:

route add -inet6 2001:db8:f33d:: -prefixlen 48 2001:db8:f00d::3

BTW: Don't forget to route the prefix to lo at the last hop so that any
unassigned subnets don't cause the packet to be bounced back up to the
default route.

Greets,
 Jeroen

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]

Reply via email to