On Fri, Jan 22, 2016 at 10:39:36PM +0000, mlist wrote: > BindToAddress = <IPPUB>:665 [...] > Address = <IPPUB>:665
There should be a space between the address and the port, not a colon.
That might explain the problem you're seeing.
> Excuse me, virtual device is created by tinc ? I read that on CentOS 7 tun
> device must be created with ip tuntap command, in tinc-up I put this, but no
> virtual device is found with ifconfig:
The virtual network interface is created by tinc.
> #!/bin/sh
> ip link set $INTERFACE up
> ip addr add <IPLOCAL>/8 dev $INTERFACE
> ip route add <REMOTENET>/24 dev $INTERFACE
That should work.
> Also do you know about keepalived errors ?
What keepalived errors?
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature
_______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
