I tested a little more... tincd does not create virtual interface device correctly on CentOS 7, I don't know where tincd stop, probably on " System call `getaddrinfo' failed: Name or service not known" I sent you before. Keepalived return that error I shown on every ip command but this is not a problem now, I'll see this as soon as possible. If I execute these commands tun virtual interface is correctly created:
INTERFACE=tun0 ip tuntap add $INTERFACE mode tun ip link set $INTERFACE up ip addr add 192.168.8.1/8 broadcast 192.168.8.255 dev $INTERFACE I'll tested tincd on 2 CentOS with some error. Roberto -----Original Message----- From: tinc [mailto:[email protected]] On Behalf Of Guus Sliepen Sent: venerdì 22 gennaio 2016 23.49 To: [email protected] Subject: Re: Error starting tinc On Fri, Jan 22, 2016 at 10:44:54PM +0000, mlist wrote: > Executing: > > ip tuntap add vpndrif mode tun > > return Keepalived errors show when tincd start: > > Jan 22 23:41:19 Keepalived_vrrp[1999]: Netlink: filter function error > Jan 22 23:41:19 Keepalived_healthcheckers[1998]: Netlink: filter function > error > Jan 22 23:41:19 systemd-sysctl[23246]: Overwriting earlier assignment of > kernel/shmmax in file '/etc/sysctl.d/99-sysctl.conf'. > Jan 22 23:41:19 systemd-sysctl[23246]: Overwriting earlier assignment of > kernel/shmall in file '/etc/sysctl.d/99-sysctl.conf'. > Jan 22 23:41:19 systemd-sysctl[23246]: Overwriting earlier assignment of > kernel/sysrq in file '/etc/sysctl.d/99-sysctl.conf'. I have no idea why that causes those errors. You should ask the authors of keepalived :) -- Met vriendelijke groet / with kind regards, Guus Sliepen <[email protected]> _______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
