I have my network card configured for IPv4 and IPv6 from my ISP. It isn't getting an IPv6 address. The daemons started are /sbin/dhclient6 -6 -cf /var/lib/dhcp6/dhclient6.eth1.conf -lf /var/lib/dhcp6/dhclient6.eth1.lease -pf /var/run/dhclient6.eth1.pid -q eth1 /sbin/dhcpcd --netconfig -L -E -c /etc/sysconfig/network/scripts/dhcpcd-hook -t 0 -h madhatter eth1 for the IPv6 and IPv4 addresses respectively. When I reboot, my ethernet card has an MTU of 576 which isn't large enough to process an IPv6 address. If I bring down dhclient6, do an ip link set eth1 mtu 1500 and then rerun dhclient6 then it grabs an IPv6 address and assigns it to the interface correctly. How can I change this MTU so I don't have to manually do this? Scott -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org