Displaying 20 results from an estimated 500 matches similar to: "Only reaching one machine at network"
2010 Feb 02
0
No subject
"PrivateKeyFile" as this is default, otherwise configuration is quite
minimal.
======= Configuration =========
Server Side
===========
# cat tinc.conf
Name = fsvpns3f30
Mode = switch
Device = /dev/net/tun
AddressFamily = ipv4
PingInterval = 30
PrivateKeyFile = /etc/tinc/fsvpn/rsa_key.priv
# cat tinc-up
#!/bin/sh
ifconfig $INTERFACE 10.10.100.30 netmask 255.255.0.0
# cat
2018 Apr 10
2
Route certain trafic via a tinc node that is not directly connected.
On Tue, Apr 10, 2018 at 03:36:08PM +0200, Hans de Groot wrote:
> hosta <--> hostb <--> hostc
>
> Hosta and hostc are not directly connected via tinc. But both are conncted
> via hostb (I called my network tincnet). This works fine I can ssh from
> hosta to hostc and vice versa without any problems.
>
> hostc is in a whitelisted iprange at some service
2016 Feb 12
4
Tinc Router Mode - PING RESULT is destination host unreachable
Hi All,
I am trying to setup the site-to-site VPN with TINC for connect my home
network to company network. Here is the IP allocation and configuration for
your reference.
Home PC (192.168.1.2) ?-----? Home (OPENWRT Router, 192.168.1.1, 10.0.0.1)
?----------------? INTERNET ?-------------? COMPANY (Windows 7
PC,192.168.2.1, 10.0.0.2) ?------------? COMPANY (SERVER ZONE) ?----? SERVER
A
2010 Apr 14
1
ipv6 via tinc
Hi,
At my provider (xs4all) I've got an ipv6 tunnel working. Now I would
like to distribute ipv6 via the tinc tunnel.
My tinc.conf:
------------
Name=server
AddressFamily=ipv4
Device=/dev/net/tun
PrivateKeyFile=/etc/tinc/fvhglobalnet/rsa_key.priv
GraphDumpFile=|/usr/bin/dot -Tpng -o /var/www/htdocs.keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png
Mode=switch
KeyExpire=299
2001 Nov 21
1
Connection problems
I have been having some problems setting up tinc on 2 masquerading linux slackware boxes.
routerA is a NAT router to the internet, for two networks on two interfaces. This are the two networks:
eth1 Link encap:Ethernet HWaddr 00:E0:4C:6C:6D:86
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX
2002 Dec 27
1
Bug in tinc manual
I found the following error in tinc manual
in http://tinc.nl.linux.org/documentation/tinc_4.html
PrivateKey = /etc/tinc/company/rsa_key.priv
should be:
PrivateKeyFile = /etc/tinc/company/rsa_key.priv
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://tinc.nl.linux.org/
2009 Dec 16
2
Response time on Tinc VPNs, Bandwith on Tinc-VPN
Hello,
response time: how is it possible to increase the response time on Tinc VPNs. When I use tinc over a fast or giga-bit network connection the ping-response time is normally about 1800 to 2000 ms. Sometimes I get ping response times at about 2.500 to 3.000 ms over a normal Ethernet Connection or a television-cable connection within the same providers-network in the same city. The ping-time
2018 Mar 11
1
Problem connecting two home networks (Windows/Linux)
Hi all,
After having read most of the available documentation I still have got
problems interconnecting two networks in router mode:
My configuration consists of two private home networks that I want to
connect:
Vienna 192.168.0.0/24 - Internet gateway 192.168.0.1
Berlin 192.168.1.0/24 - Internet gateway 192.168.1.1
VPN Devices are configured as 192.168.3.1 (Vienna) and 192.168.3.2
2011 Feb 22
5
Direct connections between nodes are in the same LAN (behind common NAT)
Hi
I'm trying to implement a scheme in which the nodes will have a direct UDP tunnel to each other.
First, all nodes make connection with one public node, and then make connections with each other.
And I came across the following problem:
Remotely located nodes can establish a direct UDP connection, but the nodes that are in the same local network can not, and all traffic goes through the
2001 Nov 04
8
Connection problem
I've got a test lab set up and im having problems connecting.
The first problem is that it takes it a couple of tries before it actually
connects the two machines.
It complains about bogus data and after trying for a minute or so it
connects.
kill -USR1 shows that they are connected
kill -USR2 only shows the local subnet, not the remote
I've tried these versions without any luck:
cvs
2014 Dec 28
1
"Possible intruder" warning
Hello,
I'm using tinc for a few years now and that this is my first post to this list
tells a lot about the quality of tinc, I think. It's just great, thanks a lot
for your fine work!
Recently I've discovered these messages in my syslog:
Dec 28 16:34:06 vdr tinc.grue[9731]: Possible intruder ix (192.168.178.25 port
60882): wrong keylength
Dec 28 16:34:06 vdr tinc.grue[9731]: Error
2003 Mar 05
1
connecting 2 home-lan's ?
i have quite some problems getting 2 lans together with tinc,
setup is :
2 linuxrouter connected to the inet.
behind everyone is a subnet 192.168.0.0/255.255.0.0 with some normal
windowsworkstations.
these 2 subnets should be merged to one.
we already connected the 2 linuxboxes with tinc and it worked smooth. but
the subnets behind the routers werent pingable.
so I thought we need ethernet
2001 Jun 28
4
Tinc1.0pre4 & kernel 2.4.5 & tun/tap
Hi !
I want to setup tinc 1.0 pre4 with kernel 2.4.5 I didn't find
information about settings of tun/tap device
I did
in kernel -
[*] Prompt for development and/or incomplete code/drivers
Network device support
<M> Universal TUN/TAP device driver support
in /etc/modules.conf -
alias char-major-10-200 tun
mknod -m 600 /dev/tun c 10 200
chown 0.0 /dev/tun
In mailing list archive I
2015 Jan 12
1
SIMPLE TINC template example
Here is some examples of using templates for TINC configurations and
settings:
In your startup script, BEFORE starting TINC VPN, put a number of
entries to configure your VPN:
sh ./templatewriter.sh LAN LOSI101 8540 255.255.255.0 0.0.0.0 10.99.0.11
10.98.0.11 ConnectTo=LOSI102 ConnectTo= ConnectTo=
**PUT MORE ENTRIES HERE FOR MORE COMPLEX VPN setups
######Templatewriter.sh
#!/bin/bash
2018 Mar 15
3
issues connecting in other sites
Hi Team,
I admit that I am not familiar with Tinc very well, but have Tinc running at approximately 20 sites and functioning as a mesh vpn/network. I am having issues adding an additional site as it will not communicate with the rest. I have taken the firmware of one and flashed it on another router to make it duplicate and then tested it working but when I change the hostname, and IP to what we
2003 Nov 06
2
Configuration Help
Hello to all
i have set up two tincd as mentioned on this site:
http://mia.ece.uic.edu/~papers/volans/tincd.html
but all i get on the client side is:
[ root@mondhexe ]: # tail -f /var/log/tinc.log
Trying to connect to naturstrom (80.132.178.186 port 655)
Timeout from naturstrom (80.132.178.186 port 655) during authentication
Closing connection with naturstrom (80.132.178.186 port 655)
Trying to
2004 May 21
3
stand-alone dials in to office via isdn
Hi all,
i think my problem is trivial, but i don't get this thing done ...
In our office a linux-box ("gw") is connected like this:
- via eth0 to the local net (192.168.1.0/24)
- via eth1 to the DSL-router (dynamic ip)
- via ippp0 (isdn-card) 192.168.2.245 to the stand-alone pc
192.168.2.250 ("single")
"single" is a w2k box and have an isdn-card, too and is
2004 Nov 16
1
Tinc on MacOs X
My intention is to set up tinc so that I can connect from home to an
office network. All CPUs are running MacOs X, 10.2.8 or 10.3.5.
I have read the tinc manual, tincd.8 and tinc.conf.5. However, I am
still unclear about a few issues.
First and foremost, how to I setup the VPN interfaces on the hosts,
on MacOs X? Which file do I have to alter and what is the exact
syntax on Os X to setup
2004 May 03
2
tincd.exe -K (sorry if present twice)
Hello,
can one specify the priv/pub key filepath without
the -c switch. I need some more controll over where
the keys get stored. tincd.exe, without the -n switch
stores it's keys in a static path. Relativ pathes
would help.
thx, Axel
2008 Mar 27
6
Problems pinging PC on tunnel
Hello!
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.
Here is client tinc.conf on Vista:
Name = lenovo_client
ConnectTo = lenovo_server
Interface = tinctap
Subnet = 10.20.40.0/24
Sevrer tinc.conf on FreeBSD:
Device=/dev/tap0