Displaying 2 results from an estimated 2 matches for "tinc_linux".
Did you mean:
mic_linux
2005 Mar 20
1
Mac OS X and Linux
...I have both deamons on switch and on the same subnet since I
want them to believe that they are on the same subnet (for rendezvous
and other applications).
Thanks a lot
Thomas
Here some configuration details:
Linux machine:
=============
Debian Sarge
tincd version 1.0.3
cat tinc.conf:
Name = tinc_linux
Device = /dev/net/tun
Mode=switch
cat tinc-up:
ifconfig $INTERFACE 10.0.0.1 netmask 255.255.255.0
cat hosts/tinc_linux
Address = 192.168.1.1
Port = 655
Subnet = 10.0.0.0/24
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0...
2005 Mar 09
1
Different networks over NAT
...y is called 'ed'
I've set up tinc on 'gateway' and everything is working fine from
'gateway', but none of the machines on my local network can access the
remote network.
Here's what I've got:
[root@gateway eastsite]# cat tinc.conf
# tinc configuration
Name = tinc_linux
ConnectTo = tinc_ed
KeyExpire = 30000000
#Mode = hub
[root@gateway eastsite]# cat tinc-up
ifconfig $INTERFACE 192.168.4.1 netmask 255.255.0.0
route add -net 192.168.4.0 netmask 255.255.255.0 eth1
route add -net 192.168.0.0 netmask 255.255.255.0 $INTERFACE
[root@gateway hosts]# cat tinc_ed
Address...