On both Pogoplug V2 and Zyxel NSa 325 when I add
iP6=dhcp
The first IPV4 address in the “Address=” is not configured and the
$this->bbcode_second_pass_code('', 'ExecUpPost='/usr/bin/ntpd -gq || true'')
Dosen’t set the time
$this->bbcode_second_pass_code('', '[root@zy01 ~]# cd /etc/netctl
[root@zy01 netctl]# cat eth0
Description='A basic static ethernet connection'
Interface=eth0
Connection=ethernet
IP=static
Address=('192.168.1.244/24' '192.168.17.244/24')
#Routes=('192.168.0.0/24 via 192.168.1.2')
Gateway='192.168.1.1'
DNS=('192.168.1.1')
#
IP6=dhcp
#
ExecUpPost='/usr/bin/ntpd -gq || true'
#
## For IPv6 autoconfiguration
## For IPv6 static address configuration
#
#IP6=static
#Address6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
#Routes6=('abcd::1234')
#Gateway6='1234:0:123::abcd'
#
#IP6=stateless
#
SkipNoCarrier=yes
#
[root@zy01 netctl]#')
$this->bbcode_second_pass_code('', 'ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.17.244 netmask 255.255.255.0 broadcast 192.168.17.255
inet6 2001:470:bcde:1:fef5:28ff:fe0d:38f1 prefixlen 64 scopeid 0x0<global>
inet6 fe80::fef5:28ff:fe0d:38f1 prefixlen 64 scopeid 0x20<link>
ether fc:f5:28:0d:38:f1 txqueuelen 1000 (Ethernet)
RX packets 234 bytes 48366 (47.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 35 bytes 3802 (3.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 11
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.30.30.244 netmask 255.255.255.0 broadcast 172.30.30.255
inet6 fe80::20e:c6ff:fe88:7ea5 prefixlen 64 scopeid 0x20<link>
inet6 2001:470:bcde:2:20e:c6ff:fe88:7ea5 prefixlen 64 scopeid 0x0<global>
ether 00:0e:c6:88:7e:a5 txqueuelen 1000 (Ethernet)
RX packets 726 bytes 68620 (67.0 KiB)
RX errors 0 dropped 458 overruns 0 frame 0
TX packets 228 bytes 24206 (23.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 196 bytes 17240 (16.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 196 bytes 17240 (16.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0')
$this->bbcode_second_pass_code('', 'IP6='dhcp' works with netcfg and 3.8.10-1')
If I don't use IP6=dhcp my router can't supply IPV6 nameservers
