Problems w/IPv6 router address
Hi there...I'm trying to build an IPv6 tunnel broker in Linux using bird as a routing daemon, and I'm running into trouble. Right now I'm just trying to make sure that I can add IPv6 tunnels/devices manually, and I keep getting the error "Router IDs must be entered as hexadecimal numbers or IPv4 addresses in IPv6 version". I've tried adding addresses in these forms: router id 3ffe:1200:3028:ff01:0000:0000:0000:124e; router id 3ffe12003028ff01000000000000124e; router id 0x3ffe12003028ff01000000000000124e; What am I missing? -- St Aardvark the Carpeted http://www.saintaardvarkthecarpeted.com Because the plural of Anecdote is Myth.
On Fri, 20 Jul 2001 aardvark@vcn.bc.ca wrote:
Hi there...I'm trying to build an IPv6 tunnel broker in Linux using bird as a routing daemon, and I'm running into trouble. Right now I'm just trying to make sure that I can add IPv6 tunnels/devices manually, and I keep getting the error "Router IDs must be entered as hexadecimal numbers or IPv4 addresses in IPv6 version". I've tried adding addresses in these forms:
router id 3ffe:1200:3028:ff01:0000:0000:0000:124e; router id 3ffe12003028ff01000000000000124e; router id 0x3ffe12003028ff01000000000000124e;
What am I missing?
I have no clue, but a random guess might be that you need the slash mask on the end. Maybe. HTH 'james -- James A. Crippen <james@unlambda.com> ,-./-. Anchorage, Alaska, Lambda Unlimited: Recursion 'R' Us | |/ | USA, 61.2069 N, 149.766 W, Y = \f.(\x.f(xx)) (\x.f(xx)) | |\ | Earth, Sol System, Y(F) = F(Y(F)) \_,-_/ Milky Way.
On Fri, Jul 20, 2001 at 10:35:17AM -0800, James A. Crippen wrote:
I have no clue, but a random guess might be that you need the slash mask on the end. Maybe.
Mm...just tried that, w/all three adress forms I listed, and kept getting "parse error". Dag. Thanks anyway though. -- St Aardvark the Carpeted http://www.saintaardvarkthecarpeted.com Because the plural of Anecdote is Myth.
Hello!
router id 3ffe:1200:3028:ff01:0000:0000:0000:124e; router id 3ffe12003028ff01000000000000124e; router id 0x3ffe12003028ff01000000000000124e;
What am I missing?
Router ID is always an IPv4 address, not depending on whether your computer is a IPv4 or IPv6 router. Have a nice fortnight -- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth Lisp Users: Due to the holiday, there will be no garbage collection on Monday.
participants (3)
-
aardvark@vcn.bc.ca -
James A. Crippen -
Martin Mares