Re: BGPD Boot-Time Startup Problem

2005-12-16 Thread Claudio Jeker
On Thu, Dec 15, 2005 at 07:19:20PM -0500, [EMAIL PROTECTED] wrote: > The ipv6 newtwork is setup in rc.local: > > #Setup ipv6 routing: > echo -n 'Setting Up IPv6 to OCCAID Network' > ifconfig gif0 giftunnel 68.21.68.114 69.72.192.238 > ifconfig gif0 inet6 2001:4830:e2:25::2 > route add -inet6 2001:

Re: BGPD Boot-Time Startup Problem

2005-12-15 Thread unixgeek
The ipv6 newtwork is setup in rc.local: #Setup ipv6 routing: echo -n 'Setting Up IPv6 to OCCAID Network' ifconfig gif0 giftunnel 68.21.68.114 69.72.192.238 ifconfig gif0 inet6 2001:4830:e2:25::2 route add -inet6 2001:4830:e2:25::1 -prefixlen 64 2001:4830:e2:25::2 route add -inet6 default 2001:4830

Re: BGPD Boot-Time Startup Problem

2005-12-15 Thread Claudio Jeker
On Thu, Dec 15, 2005 at 06:34:04PM -0500, [EMAIL PROTECTED] wrote: > When I try and startup OpenBGP at boot time I get the following error > message: > > Dec 15 18:15:45 www bgpd[31059]: neighbor 2001:4830:e2:25::1 (AS30071): > session_connect bind: Can't assign requested address > You force a l

BGPD Boot-Time Startup Problem

2005-12-15 Thread unixgeek
When I try and startup OpenBGP at boot time I get the following error message: Dec 15 18:15:45 www bgpd[31059]: neighbor 2001:4830:e2:25::1 (AS30071): session_connect bind: Can't assign requested address When trying to perr with the OCCAID network (www.occaid.net), running IPV6 however when I sta