[Babel-users] Error when running babeld

Callahan, David (US) david.callahan at baesystems.com
Fri Feb 14 18:13:34 GMT 2020


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 at 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 <antonin.decimo at gmail.com> 
Sent: Friday, February 14, 2020 11:48 AM
To: Callahan, David (US) <david.callahan at baesystems.com>
Cc: Babel-users at alioth-lists.debian.net
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


More information about the Babel-users mailing list