On Mon, 4 Dec 2000, JINMEI Tatuya / [ISO-2022-JP] 神明達哉 wrote:
> >> How did you configure the default gateway? By a routing daemon (such
> >> as route6d), by a static route, or others?
> >>
> > I use route6d
>
> Okay, then please show us the entire configuration on both the first
> and second routers, including the rc.conf files and how to invoke
> route6d (i.e. command line arguments).
>
* First router's rc.conf:
ipv6_enable="YES"
ipv6_network_interfaces="ed0 wl0"
ipv6_gateway_enable="YES"
prefixcmd_enable="YES"
rtadvd_enable="NO"
ipv6_router_enable="YES"
ipv6_prefix_wl0="3ffe:0200:0831:0010"
ipv6_prefix_ed0="3ffe:0200:0830:0020" # On the first router
* Second router's rc.conf:
ipv6_enable="YES"
ipv6_network_interfaces="ed0 wl0"
ipv6_gateway_enable="YES"
prefixcmd_enable="YES"
rtadvd_enable="NO"
ipv6_router_enable="YES"
ipv6_prefix_wl0="3ffe:0200:0831:0010"
ipv6_prefix_ed0="3ffe:0200:0831:0020" # On the second router
And the 'route6d' is invoked in /etc/defaults/rc.conf
ipv6_router="/usr/sbin/route6d" # Name of IPv6 routing daemon.
ipv6_router_flags="" # Flags to IPv6 routing daemon.
#ipv6_router_flags="-l" # Example for route6d with only IPv6 site
# local addrs.
ps. I'm using FreeBSD 4.1.1-RELEASE
> It would also be useful if you attach the result of 'netstat -rn' on
> the two routers, before invoking route6d, just after the invocation,
> and after the default route disappeared.
>
Regards,
Sugianto Y.
e-mail : [EMAIL PROTECTED]
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]