Hi All,
I want to do a setup to use FreeBSD as IPv6 router. I am using FreeBSD 8.2. With this I have two Ethernet interfaces (re0 and rl0).
Both the interfaces connected two different IPv6 hosts.
I did this following changes to /etc/rc.conf to use Freebsd as IPv6 router
But after this I did a reboot. The system is going to auto reboot. As per stack trace -
I am new to to IPv6 and please let me know how to come ot from this reboot issue and what is the correct Ipv6 Router configuration.
Thanks a lot in advance.
I want to do a setup to use FreeBSD as IPv6 router. I am using FreeBSD 8.2. With this I have two Ethernet interfaces (re0 and rl0).
Both the interfaces connected two different IPv6 hosts.
I did this following changes to /etc/rc.conf to use Freebsd as IPv6 router
Code:
#--------Ipv6 enable and make this IPv6 router -------------
ipv6_enable="YES"
ipv6_gateway_enable="YES"
#--------Unicast routing protocols----------
ipv6_router_enable="YES"
ipv6_router="/usr/sbin/route6d"
#---------Router-advertisement--------
rtadvd_enable="YES"
#------multicast routing---------
mroute6d_enable="YES"
mroute6d_program="/usr/local/sbin/pim6sd"
But after this I did a reboot. The system is going to auto reboot. As per stack trace -
Code:
nd6_output_lle+0x668 , nd6_output, ip6_output, mld_dispatch_packet,mld_dispatch_queue,mld_fasttimo,icmp6_fasttimo,
,pffasttimo,softclock,intr_event_execute_handlers,itread_loop,forkexit
Thanks a lot in advance.