Displaying 2 results from an estimated 2 matches for "fsvpnmf".
Did you mean:
fsvpn
2010 Feb 02
0
No subject
...key.priv
# cat tinc-up
#!/bin/sh
ifconfig $INTERFACE 10.10.100.30 netmask 255.255.0.0
# cat hosts/fsvpns3f30
Address = xyz.dyndns.org
Port=655
Compression=9
Subnet=10.10.0.0/16
TCPonly=yes
-----BEGIN RSA PUBLIC KEY-----
...
-----END RSA PUBLIC KEY-----
Client Side
========
# cat tinc.conf
Name = fsvpnmf
Mode = switch
Device = /dev/net/tun
AddressFamily = ipv4
PingInterval = 30
ConnectTo = fsvpns3f30
PrivateKeyFile=/etc/tinc/fsvpn/rsa_key.priv
# cat tinc-up
#!/bin/sh
ifconfig $INTERFACE 10.10.101.1 netmask 255.255.0.0
# cat fsvpnmf
Port = tinc
Compression = 9
Subnet = 10.10.101.1/32
TCPonly=yes
C...
2010 Feb 07
1
Only reaching one machine at network
Hi there,
I am using tinc since some monthes. I think the basic idea of
extending vpn to a mesh of systems via tun/tap is great. And I think
it is one of the useable developments compared to the much more
complex vpn solutions I had used in the past. Great work.
Setting up tinc I have fought with the configuration (and with the
concepts) for a while as I have found no example that covers my