Date: Mon, 18 Feb 2019 23:40:42 -0500 From: Farhan Khan <farhan@farhan.codes> To: freebsd-questions@freebsd.org Subject: rtadvd requires specifying interface? Message-ID: <20190219044042.GA5450@pc.farhan.codes>
next in thread | raw e-mail | index | archive | help
Hi all,
I am trying to run rtadvd(8) in a jail with an epair interface. However, I do
not receive any advertisement packets on any interface when I run:
# service rtadvd start
However, when I run rtadvd(8) manually and specify the interface as follows, I
receive packets.
# rtadvd -f epair1b
My /etc/rtadvd.conf is as follows:
epair1b:\
        :addr="2001:db8:ffff:1000::":prefixlen#64:\
        :rdnss="2001:db8:ffff::10,2001:db8:ffff::2:43":\
        :maxinterval="4":\
        :mixinterval="3":\
        :dnssl="domain.test":
Notice that epair1b is set here, but does not appear to work when run from
rc(8). Am I missing something?
Thanks!
---
Farhan Khan
PGP Fingerprint: 7BEF 02AB 89AF 9581 194D 57F1 BF0F 750D B428 FFFF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190219044042.GA5450>
