<div dir="ltr">ok i changed that but still no joy<div><br><div><div>ubuntu@tinc:/etc/tinc/zt$ more tinc-up</div><div>#!/bin/sh</div><div>ifconfig $INTERFACE 192.168.2.1 netmask 255.255.255.0</div><div>route add -host 192.168.1.9 dev $INTERFACE</div>
<div>route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.1.9</div><div><br></div><div><div>ubuntu@tinc:/etc/tinc/zt$ route</div><div>Kernel IP routing table</div><div>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface</div>
<div>default         74.175.26.65    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.1.0     192.168.1.9     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>192.168.2.0     *               255.255.255.0   U     0      0        0 zt</div></div></div></div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Sun, Sep 22, 2013 at 1:58 PM, Sven-Haegar Koch <span dir="ltr"><<a href="mailto:haegar@sdinet.de" target="_blank">haegar@sdinet.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, 22 Sep 2013, Zia Syed wrote:<br>
<br>
> ok, changed that and now i am able to connect to port 80 on my Mac, from<br>
> Linux box using 192.168.1.9 address. However, i can't connect to another<br>
> webserver on my home network at 192.168.1.1.<br>
<br>
</div><div class="im">> and my tinc-up on the linux is<br>
><br>
> #!/bin/sh<br>
> ifconfig $INTERFACE 192.168.2.1 netmask 255.255.0.0<br>
<br>
</div>With a netmask of 255.255.255.0 it would work better.<br>
<div class="im"><br>
> route add -host 192.168.1.9 dev $INTERFACE<br>
> route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.2.1<br>
<br>
</div>c'ya<br>
<span class="HOEnZb"><font color="#888888">sven-haegar<br>
<br>
--<br>
Three may keep a secret, if two of them are dead.<br>
- Ben F.<br>
</font></span></blockquote></div><br></div>