From owner-freebsd-questions@freebsd.org Tue Feb 19 04:40:45 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63F5814DDF11 for ; Tue, 19 Feb 2019 04:40:45 +0000 (UTC) (envelope-from farhan@farhan.codes) Received: from mail.farhan.codes (mail.farhan.codes [155.138.165.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B0F06C3C3 for ; Tue, 19 Feb 2019 04:40:44 +0000 (UTC) (envelope-from farhan@farhan.codes) Received: from pc.farhan.codes (pool-96-241-220-104.washdc.fios.verizon.net [96.241.220.104]) by mail.farhan.codes (Postfix) with ESMTPSA id 0463F10DD9 for ; Mon, 18 Feb 2019 23:40:42 -0500 (EST) Date: Mon, 18 Feb 2019 23:40:42 -0500 From: Farhan Khan To: freebsd-questions@freebsd.org Subject: rtadvd requires specifying interface? Message-ID: <20190219044042.GA5450@pc.farhan.codes> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 7B0F06C3C3 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.00 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[farhan.codes:s=mail]; NEURAL_HAM_MEDIUM(-0.87)[-0.866,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; IP_SCORE(0.14)[asn: 20473(0.78), country: US(-0.07)]; NEURAL_SPAM_SHORT(0.73)[0.725,0]; MX_GOOD(-0.01)[cached: mail.farhan.codes]; DKIM_TRACE(0.00)[farhan.codes:+]; DMARC_POLICY_ALLOW(-0.50)[farhan.codes,reject]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:155.138.160.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[104.220.241.96.zen.spamhaus.org : 127.0.0.10] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2019 04:40:45 -0000 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