hi everyone

how do i check if rad is working correctly
i have a PD Prefix address on my routers wan interface
but not on its lan interface or anywhere on the lan
rad is configured with the following
cat /etc/rad.conf
interface em0
interface em1
interface tun0

i also have dhcpcd configured
cat << EOF > /etc/dhcpcd.conf
ipv6only
noipv6rs
duid
persistent
option rapid_commit
require dhcp_server_identifier
slaac private
nohook resolv.conf, lookup-hostname
allowinterfaces bge0 em0 em1 tun0
script ""

interface bge0
  ia_na 1
  ia_pd 2 em0/0
  ia_pd 3 em1/1
  ia_pd 4 tun0/2
 

Reply via email to