Re: Problems with IPv6 and routing domains

2017-07-11 Thread Claus Lensbøl
Hi misc (again), After talking with the author of the article referenced (Joel Knight) I will follow up with this. First of all, I've created a version of this using IPv4 instead of IPv6, with only the addresses changed. It works as supposed. I am running 6.1. Creating a return route to 2a01:7e8

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
Hi Peter On 04-07-2017 16:32, Peter Hessler wrote: > On 2017 Jul 04 (Tue) at 16:24:53 +0200 (+0200), Claus Lensbøl wrote: > :Hi Peter, > : > :I'm getting: > :# route -T75 default ::1 -blackhole > :route: botched keyword: default > :usage: route [-dnqtv] [-T tableid] command [[modifiers] args] > :c

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
On 2017 Jul 04 (Tue) at 16:24:53 +0200 (+0200), Claus Lensbøl wrote: :Hi Peter, : :I'm getting: :# route -T75 default ::1 -blackhole :route: botched keyword: default :usage: route [-dnqtv] [-T tableid] command [[modifiers] args] :commands: add, change, delete, exec, flush, get, monitor, show : Sor

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
Hi Peter, I'm getting: # route -T75 default ::1 -blackhole route: botched keyword: default usage: route [-dnqtv] [-T tableid] command [[modifiers] args] commands: add, change, delete, exec, flush, get, monitor, show or: # route -T75 add default ::1 -blackhole route: ::1: bad address Am I missin

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
Always Always ALWAYS ALWAYS create a default route in each routing domain. !/sbin/route -T XXX default ::1 -blackhole On 2017 Jul 04 (Tue) at 15:16:24 +0200 (+0200), Claus Lensbøl wrote: :Hi misc, : :I'm having trouble with implementing rdomains and IPv6. : :I have followed this guide which mig