<div dir="ltr">Hey guys,<div><br></div><div>Stumbled upon tinc a few days ago - looks great.</div><div><br></div><div>I'm having trouble setting up a simple VPN between two machines that are unfirewalled, one is a physical machine and another is a local VM.</div>

<div><br></div><div style>I can connect to them via their existing LAN IPs and ping them without issue with < 1ms.</div><div><br></div><div style>1) I have WinA (Windows host - existing LAN IP 192.168.137.1) and LinuxB (Linux host - existing LAN IP 192.168.137.150)</div>

<div style>2) I want them to exist in a Class A address of 10.0.0.1 and 10.0.0.2</div><div style>3) I have a netname of "vpn" chosen. I am using 1.0 on LinuxB and 1.1 on WinA.</div><div style><br></div><div style>

WinA has this /vpn/tinc.conf:</div><div style><div>---</div><div>Name = WinA</div><div>AddressFamily = ipv4</div><div>ConnectTo = LinuxB</div><div>PrivateKeyFile = c:\Program Files (x86)\tinc\vpn\rsa_key.priv</div><div>---</div>

<div><br></div><div style>LinuxB has this /vpn/tinc.conf:</div><div style>---</div><div style>Name = LinuxB</div><div style>AddressFamily = ipv4</div><div style>PrivateKeyFile = /etc/tinc/vpn/rsa_key.priv</div><div style>

---</div><div style><br></div><div style>4) My hosts files on both hosts are:</div><div style>/vpn/hosts/WinA:</div><div style>Address = 192.168.137.1</div><div style>Subnet = <a href="http://10.0.0.0/8">10.0.0.0/8</a></div>

<div style><br></div><div style>/vpn/hosts/LinuxB:</div><div style>Address = 192.168.137.150</div><div style>Subnet = <a href="http://10.0.0.0/8">10.0.0.0/8</a></div><div style><br></div><div style>5) My WinA host has the following network adapter settings chosen:</div>

<div style>IP Address: 10.0.0.1</div><div style>Netmask: 255.0.0.0</div><div style>Default Gateway: blank<br></div><div style><br></div><div style>6) My LinuxB host has the following tinc-up command:</div><div style>#!/bin/sh</div>

<div style>ifconfig $INTERFACE 10.0.0.2 netmask 255.0.0.0</div><div style><br></div><div style>7) I can establish a connection (supposedly?) between the two hosts:</div><div style><a href="http://pastebin.com/K8W9wnsr">http://pastebin.com/K8W9wnsr</a><br>

</div><div style><br></div><div style>Pretty confused why this is not working.</div><div style><br></div><div style>Cheers,</div><div style>Andrew</div><div style><br></div></div></div>