<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br> <br></div></div>I have already working set of tinc nodes and tried to add one more machine, mac mini with osx yosemite onboard.<br></div>Tincd starts and connects to other nodes as supposed but I can't connect to mini from any of other nodes. When I try to use ssh the following lines appears repeatedly in mini's logs along with the regular logs about making connections and MTU probes:<br><br>> Got PACKET from gullinbursti (<white_ip> port 766): 17 78<br>> Received packet of 78 bytes from gullinbursti (<white_ip> port 766)<br>> Writing packet of 78 bytes to Generic BSD tap device<br><br></div>When I try to ping:<br>> Got PACKET from gullinbursti (<white_ip> port 766): 17 98<br>> Received packet of 98 bytes from gullinbursti (<white_ip> port 766)<br>> Writing packet of 98 bytes to Generic BSD tap device<br></div><br></div>But once I send any packet from the mini through the VPN (like ping or tcp connect attempt to any otner node) everything just starts to work as intended. <br><br></div><div>Looks like some issue in tuntaposx that prevents the interface from work until a packet is sent to it.<br><br></div><div>I use tinc-1.0.21 and the following config:<br>> ConnectTo <host0><br>> ConnectTo <host1><br>> ConnectTo <host2><br>> ConnectTo <host3><br>> <br>> GraphDumpFile = /tmp/tinc-pac.graph<br>> Name = macmini<br>> Subnet = <a href="http://10.21.1.16/32">10.21.1.16/32</a><br>> Port 766<br>> DecrementTTL = yes<br>> LocalDiscovery = yes<br>> <br>> Device = /dev/tap1</div></div>