Hi, I have a box with freebsd 9.1-Stable uname -a FreeBSD master.bogdanturcanu.ro 9.1-STABLE FreeBSD 9.1-STABLE #3: Fri Mar 8 18:43:56 EET 2013 root at master.bogdanturcanu.ro:/usr/obj/usr/src/sys/MASTER amd64 The server is connected ussing alc0 interface. If i run: Ifconfig alc0 inet6 x:x:x:x prefixlen 64 it's working. But, if I put in my rc.conf: ifconfig_alc0_ipv6="inet6 x:x:x: prefixlen 64" nothing happen. After reboot I have no ipv6 address on alc0, only Ipv4. Any clue? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6059 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20130312/743cf528/attachment.bin>
Same. alc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c3198<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MCAST,WOL_MAGIC,V LAN_HWTSO,LINKSTATE> ether 6c:62:6d:45:cb:1b inet 193.34.182.30 netmask 0xffffffe0 broadcast 193.34.182.31 inet6 fe80::6e62:6dff:fe45:cb1b%alc0 prefixlen 64 scopeid 0x1 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (100baseTX <full-duplex>) status: active No error in /var/log/messages. -----Original Message----- From: Kurt Jaeger [mailto:pi at opsec.eu] Sent: Tuesday, March 12, 2013 10:26 AM To: Bogdan Turcanu Subject: Re: 9.1-Stable rc.conf ifconfig IPv6 Hi!> ifconfig_alc0_ipv6="inet6 x:x:x: prefixlen 64"Try ifconfig_alc0_ipv6="inet6 x:x:x::x/64" -- pi at opsec.eu +49 171 3101372 7 years to go ! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6059 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20130312/639fcb46/attachment.bin>
hostname="master.bogdanturcanu.ro" ifconfig_alc0="inet 193.34.182.30/27" defaultrouter="193.34.182.1" ifconfig_alc0_ipv6="inet6 2a00:50e0:ffff:fffe::2/64" -----Original Message----- From: Kurt Jaeger [mailto:pi at opsec.eu] Sent: Tuesday, March 12, 2013 11:07 AM To: Bogdan Turcanu Subject: Re: 9.1-Stable rc.conf ifconfig IPv6 Hi!> Same.Can you show me the exact line in /etc/rc.conf ? -- pi at opsec.eu +49 171 3101372 7 years to go ! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6059 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20130312/e7517e6d/attachment.bin>
It is not working even I put lo0 instead of alc0. -----Original Message----- From: Kurt Jaeger [mailto:pi at opsec.eu] Sent: Tuesday, March 12, 2013 12:07 PM To: Bogdan Turcanu Subject: Re: 9.1-Stable rc.conf ifconfig IPv6 Hi!> hostname="master.bogdanturcanu.ro" > ifconfig_alc0="inet 193.34.182.30/27" > defaultrouter="193.34.182.1" > ifconfig_alc0_ipv6="inet6 2a00:50e0:ffff:fffe::2/64"I'm testing this on my laptop with that config, right now 8-} It worked (em0 instead of alc0). Hmmm, I have no idea. -- pi at opsec.eu +49 171 3101372 7 years to go ! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6059 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20130312/7f20d26b/attachment.bin>