Hi,

This is my first post here so please let me know if I need to adjust
my approach :-)

I'm in the process of setting up one of my obsd 4.2 boxes as an ipv6
router (6to4). I've configured rtadvd, as far as I can see, correctly
:-

# cat /etc/rtadvd.conf
pcn0:\

        :addr="2001:08B0:0013:0001::":prefixlen#64:


If, on another host I try and rstol, I get :-


# rtsol -d pcn0
checking if pcn0 is ready...
pcn0 is ready
send RS on pcn0, whose state is 2
invalid RA with non link-local source from 2001:8b0:13:1::1 on pcn0
send RS on pcn0, whose state is 2
invalid RA with non link-local source from 2001:8b0:13:1::1 on pcn0
send RS on pcn0, whose state is 2
invalid RA with non link-local source from 2001:8b0:13:1::1 on pcn0
No answer after sending 3 RSs
stop timer for pcn0
there is no timer


And on the rtadvd server :-

rtadvd[2066]: <rs_input> RS received from fe80::20c:29ff:fecd:f77a on pcn0
rtadvd[2066]: <main> set timer to 0:185635. waiting for inputs or timeout
rtadvd[2066]: <ra_timeout> RA timer on pcn0 is expired
rtadvd[2066]: <ra_output> send RA on pcn0, # of waitings = 1
rtadvd[2066]: <ra_timer_update> RA timer on pcn0 is set to 361:0
rtadvd[2066]: <main> set timer to 361:0. waiting for inputs or timeout
rtadvd[2066]: <ra_input> RA received from 2001:8b0:13:1::1 on pcn0
rtadvd[2066]: <main> set timer to 360:995941. waiting for inputs or timeout
rtadvd[2066]: <rs_input> RS received from fe80::20c:29ff:fecd:f77a on pcn0
rtadvd[2066]: <main> set timer to 0:13146. waiting for inputs or timeout
rtadvd[2066]: <ra_timeout> RA timer on pcn0 is expired
rtadvd[2066]: <ra_output> send RA on pcn0, # of waitings = 1
rtadvd[2066]: <ra_timer_update> RA timer on pcn0 is set to 259:0
rtadvd[2066]: <main> set timer to 259:0. waiting for inputs or timeout
rtadvd[2066]: <ra_input> RA received from 2001:8b0:13:1::1 on pcn0
rtadvd[2066]: <main> set timer to 258:995435. waiting for inputs or timeout
rtadvd[2066]: <rs_input> RS received from fe80::20c:29ff:fecd:f77a on pcn0
rtadvd[2066]: <main> set timer to 0:303812. waiting for inputs or timeout
rtadvd[2066]: <ra_timeout> RA timer on pcn0 is expired
rtadvd[2066]: <ra_output> send RA on pcn0, # of waitings = 1
rtadvd[2066]: <ra_timer_update> RA timer on pcn0 is set to 370:0
rtadvd[2066]: <main> set timer to 370:0. waiting for inputs or timeout
rtadvd[2066]: <ra_input> RA received from 2001:8b0:13:1::1 on pcn0
rtadvd[2066]: <main> set timer to 369:995653. waiting for inputs or timeout


 Could anyone point me to where i'm going wrong?

Thanks!

Reply via email to