Hello!<br><br>I have set up tunnel between a FreeBSD machine and Windows Vista. Tunnel is established, but when I try to ping either end ping fails. I have temporarily switched off firewalls on both machines, no luck. <br>
<br><span style="font-style: italic;">Here is client tinc.conf on Vista:</span><br>Name = lenovo_client<br>ConnectTo = lenovo_server<br>Interface = tinctap<br>Subnet = <a href="http://10.20.40.0/24">10.20.40.0/24</a><br><br style="font-style: italic;">
<span style="font-style: italic;">Sevrer tinc.conf on FreeBSD:</span><br>Device=/dev/tap0<br>Name=lenovo_server<br>PrivateKeyFile=/usr/local/etc/tinc/lenovo/rsa_key.priv<br><br style="font-style: italic;"><span style="font-style: italic;">Client host file:</span><br>
Compression=9<br>Subnet = <a href="http://10.20.40.0/24">10.20.40.0/24</a><br>-----BEGIN RSA PUBLIC KEY-----<br>...<br>-----END RSA PUBLIC KEY-----<br><br><br><span style="font-style: italic;">Server host file:</span><br>
Compression=9<br>Subnet=<a href="http://10.20.40.0/24">10.20.40.0/24</a><br>Address=xx.xxx.xxx.xxx<br>-----BEGIN RSA PUBLIC KEY-----<br>...<br>-----END RSA PUBLIC KEY-----<br><br style="font-style: italic;"><span style="font-style: italic;">Entry in tinc-up on server side:</span><br>
ifconfig $INTERFACE <a href="http://10.20.40.1">10.20.40.1</a> netmask <a href="http://255.255.255.0">255.255.255.0</a><br><br><span style="font-style: italic;">Tap interface properties set in Vista:</span><br>IP = <a href="http://10.20.40.2">10.20.40.2</a> Subnet = <a href="http://255.255.255.0">255.255.255.0</a><br>
<br>Unfortunately I'm not strong in networking and have been unsuccessfully struggling with this setup for whole day. I want to make a simple tunnel between these two PCs and later maybe add some more so that they think they're in same network. IMHO they should be in one network when tunnel is established, server having ip <a href="http://10.20.40.1">10.20.40.1</a> and client <a href="http://10.20.40.2">10.20.40.2</a>. When I try to ping them respectively I got 100% loss or host is down messages. What's wrong? <br>
<br>Best Regards, <br>Viktors <br><br><br><br clear="all"><br>-- <br>Viktors Žilinskis