Thanks for the info Antonin, I don't want IPV6 on the system.
Looks like it is enabled with disabled set to 0. How do I disable it? Thanks Dave. nemo@xavier-pavlov1:~$ sudo sysctl -a | grep disable_ipv6 [sudo] password for nemo: sysctl: reading key "net.ipv6.conf.all.stable_secret" net.ipv6.conf.all.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.default.stable_secret" net.ipv6.conf.default.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.dummy0.stable_secret" net.ipv6.conf.dummy0.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.eth0.stable_secret" net.ipv6.conf.eth0.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.l4tbr0.stable_secret" net.ipv6.conf.l4tbr0.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.lo.stable_secret" net.ipv6.conf.lo.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.rndis0.stable_secret" net.ipv6.conf.rndis0.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.usb0.stable_secret" net.ipv6.conf.usb0.disable_ipv6 = 0 sysctl: reading key "net.ipv6.conf.wlan0.stable_secret" net.ipv6.conf.wlan0.disable_ipv6 = 0 -----Original Message----- From: Antonin Décimo <[email protected]> Sent: Friday, February 14, 2020 11:48 AM To: Callahan, David (US) <[email protected]> Cc: [email protected] Subject: Re: [Babel-users] Error when running babeld *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. Hi! As the error reports, there are no link-local IPv6 address on the interface eth0. ifconfig should report something like this: net0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.15 netmask 255.255.240.0 broadcast 172.23.47.255 inet6 fe80::xxxx:xxxx:xxxx:xxxx prefixlen 64 scopeid 0x20<link> You can check that IPv6 is enabled on your system with sysctl -a | grep disable_ipv6 or check your network configuration. -- Antonin _______________________________________________ Babel-users mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
