Hi guys,
I am having a FreeBSD 7.3 release VM and I am trying to configure Router advertisement using rtadvd for IPv6 project.
Can anyone confirm whether FreeBSD 7.3 supports RDNSS and DNSSL options in Router ADvertisement. Also, I am giving the following commands:
In rtadvd configuration for interface "em1" and when I'm running it , I am able to see Router Advertisement packets in wireshark but they are displaying only the prefix information and NOT the route Information option (which is
Can anyone suggest and tell me what is wrong ?
Also attached the image of RA captured in Wireshark.
I am having a FreeBSD 7.3 release VM and I am trying to configure Router advertisement using rtadvd for IPv6 project.
Can anyone confirm whether FreeBSD 7.3 supports RDNSS and DNSSL options in Router ADvertisement. Also, I am giving the following commands:
Code:
default:\\ > /tmp/rtadvd.conf
:vltime#2592000: >> /tmp/rtadvd.conf
em1:\\ >> /tmp/rtadvd.conf
:addr=\"3ffe:501:ffff:100::\":mtu#1500:tc=default: >> /tmp/rtadvd.conf
:rtprefix=\"3ffe:501:ffff:101::\":rtplen#64:rtflags=high:rtltime#1800: >> /tmp/rtadvd.conf
In rtadvd configuration for interface "em1" and when I'm running it , I am able to see Router Advertisement packets in wireshark but they are displaying only the prefix information and NOT the route Information option (which is
:rtprefix=\"3ffe:501:ffff:101::\":rtplen#64:rtflags=high:rtltime#1800: >> /tmp/rtadvd.conf ).
Can anyone suggest and tell me what is wrong ?
Also attached the image of RA captured in Wireshark.