<div dir="ltr">ok, changed that and now i am able to connect to port 80 on my Mac, from Linux box using 192.168.1.9 address. However, i can't connect to another webserver on my home network at 192.168.1.1. <div><br></div>
<div><br></div><div>On my linux:</div><div><div>ubuntu@tinc:/etc/tinc/zt$ telnet 192.168.1.9 80</div><div>Trying 192.168.1.9...</div><div>Connected to 192.168.1.9.</div><div>Escape character is '^]'.</div></div><div>
<br></div><div><div>ubuntu@tinc:/etc/tinc/zt$ telnet 192.168.1.1 80</div><div>Trying 192.168.1.1...</div><div>telnet: Unable to connect to remote host: No route to host</div></div><div><br></div><div>VPN IP on Linux is 192.168.2.1<br>
<div><br><div><div>default         x.x.x.x    0.0.0.0         UG    100    0        0 eth0</div><div>localnet        *               255.255.255.0   U     0      0        0 eth0</div><div>192.168.0.0     *               255.255.0.0     U     0      0        0 zt</div>
<div>192.168.1.0     192.168.2.1     255.255.255.0   UG    0      0        0 zt</div><div>192.168.1.9     *               255.255.255.255 UH    0      0        0 zt</div><div class="gmail_extra"><br></div><div class="gmail_extra">
and my tinc-up on the linux is</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">#!/bin/sh</div><div class="gmail_extra">ifconfig $INTERFACE 192.168.2.1 netmask 255.255.0.0</div><div class="gmail_extra">
route add -host 192.168.1.9 dev $INTERFACE</div><div class="gmail_extra">route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.2.1</div><div class="gmail_extra"><br></div><br><div class="gmail_quote">On Sun, Sep 22, 2013 at 5:04 AM, Guus Sliepen <span dir="ltr"><<a href="mailto:guus@tinc-vpn.org" target="_blank">guus@tinc-vpn.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>On Sat, Sep 21, 2013 at 03:30:17PM -0700, Zia Syed wrote:<br>

<br>
> I needed to install tuntap and then i got some progress. I think we got the<br>
> VPN setup, but i am not able to use it. I think something is wrong with the<br>
> routing table. Here is my setup <a href="http://cl.ly/image/0Z0q3y283O2T" target="_blank">http://cl.ly/image/0Z0q3y283O2T</a><br>
><br>
> The linux box has only one interface that has public IP, and my Mac has<br>
> NATed IP of 192.168.1.9<br>
><br>
> when i bring up the VPN, the linux box shows my network interface with same<br>
> external IP address as the one on eth0 (4.3.2.2)<br>
<br>
</div>The problem is probably this: when tinc starts on the Mac, it adds an entry to<br>
the routing table saying that traffic to 4.3.2.2 should go to the VPN<br>
interface. Then it tries to make a connection to the Linux box, which has<br>
public IP address 4.3.2.2. But because of the entry in the routing table, the<br>
kernel sends that connection to the VPN interface instead of to the Internet.<br>
I suggest you use a private IP address (say, 192.168.2.1) for the VPN interface<br>
on the Linux box.<br>
<span><font color="#888888"><br>
--<br>
Met vriendelijke groet / with kind regards,<br>
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" target="_blank">guus@tinc-vpn.org</a>><br>
</font></span><br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br></div></div></div></div></div>