similar to: Failover Subnet

Displaying 20 results from an estimated 20000 matches similar to: "Failover Subnet"

2015 Apr 06
2
Failover Subnet
> If your question is "can I assign the same subnet to multiple tinc > nodes on the same network", the answer is yes (for both 1.0 and 1.1). Yes exactly. > currently it tries to estimate which one is closest by measuring the > time it took to establish metaconnections along the edges to the node, Shure? I remember alphabetic order (host name) in tinc 1.0. Is it the same
2015 Apr 06
0
Failover Subnet
On 6 April 2015 at 23:03, <albi at life.de> wrote: >> currently it tries to estimate which one is closest by measuring the >> time it took to establish metaconnections along the edges to the node, > > Shure? I remember alphabetic order (host name) in tinc 1.0. Actually, yes you're right, my bad, I was confused between edge_t::weight and subnet_t::weight while looking
2015 Apr 06
0
Failover Subnet
If your question is "can I assign the same subnet to multiple tinc nodes on the same network", the answer is yes (for both 1.0 and 1.1). That can indeed be used for seamless failover. That said, when sending packets to a subnet assigned to multiple nodes, it is not very well-defined which node tinc will send the packets to - currently it tries to estimate which one is closest by
2019 Feb 08
2
Problem with connecting another subnet
>> The setup looks like this: >> web <- tinc "tiosp" -> gateway <- tinc "tiutl" -> backup Which lan ips do all your computers have? network addess will be fine. ALBI...
2019 Feb 09
1
Problem with connecting another subnet
> I'm using something similar to Amazon's VPCs, where a logical group of > instances has a local subnet from the cloud provider. This local subnet > is always 10.0.0.0/24. As there are multiple VPC's, these private local > subnets dont collide. I do not know what Amazon does, and it looks like I do not want to know it :-) Am I correct? web, gateway and backup have NO
2017 Mar 29
1
Routing and weight
Hi, how does tinc decide where to route a packet? I know default weight is 10. Does tinc add all weights and choose the lowest? Will 3 hops with weight 10 prefered before one hop wih weight 50 ? ALBI...
2017 Mar 21
2
subnet-down
We run tinc in router mode on over 10 server. Some server announce the same subnet. I can add routing with subnet-up and remove routing with subnet-down. But if I do this, my routing will be removed when only one anncounce comes in, even there is an other server who still has the routing to the same network. Is it possible to run subnet-down only it the last announce to a subnet is going down?
2010 Feb 01
12
Bridging on windows networks
Many thanks for the help to date. I now have a working vpn with three nodes: 10.20.30.1 10.20.40.1 10.20.50.1 Each machine can see each other machine 100's of miles apart from each other. Each machine is behind its own router. The machines are on their own subnets, as well, of course. The individual IP's on the lans of the nodes are: 192.168.0.155 (corresponds to 10.20.30.1)
2016 Aug 29
3
Set Mac address
Can I set mac addres of tinc interface in router mode? If yes, how? Thanks for any help. ALBI...
2011 Feb 03
1
tinc for Android
Hi, is there a tinc version for android? I hope so! ALBI...
2009 Sep 23
3
Help with routing between Windows
Hello, I am having an issue with getting tinc to route the packets between 2 Windows tinc installations. Here is what I have so far: homeClient: Physical Interface: 192.168.6.50 gateway 192.168.6.102 homeClient: Tap-Win32 192.168.10.23 no gateway homeClient file: Address:192.168.6.50 Subnet=192.168.10.0/24 vpnoffice: Physical Interface 192.168.6.102 gateway 192.168.6.1 vpnoffice: Tap-Win32
2012 Nov 28
1
default gate via tinc
Hi, I have two tinc nodes which announce default gate to internet. How does tinc select which node is prefered when I route to the tinc device and not a special ip? tinc 1.0.16 ALBI...
2007 Oct 16
2
Compile tinc for fritzbox router
Hello, did anybody already compile tinc for fritzbox routers? They are very famous in Germany and i like to run tinc on my fritzbox. Otherways maybe anybody can help me how I can do this. But I'm no good programmer... ALBI...
2009 Sep 30
2
RESTART ---Help with routing between Windows
> homeClient<br> > Network Bridge: (local Area Network and TAP-Win32) 192.168.6.107 mask 255.255.255.0 gw 192.168.6.1<br> change -> mask 255.255.0.0 > Tinc.conf<br> > Name = homeClient<br> > ConnectTo = vpnoffice<br> > Mode=switch<br> Change -> Mode=router Why everybody wants switch??? Add -> TCPonly=yes > vpnoffice: Network
2016 Aug 30
2
Set Mac address
> If you're using a TAP interface (i.e. layer 2, Ethernet) combined with router mode (an unusual setup, at least on > Linux), Thanks, DeviceType = tap does the job. > operating at layer 3, therefore tinc will strip any layer 2 header (including the MAC address) before sending the packet > across the VPN. As a result, changing the MAC address of the virtual interface will have
2016 Mar 25
2
Multiple Tinc Vpns Crash
I use 3 Ubuntu server 14.04 as KVM guest. Now I run 5 tinc vpns in switch mode. I use the same key for every vpn. Every kvm has connect to the two other servers. I need 5 vpns to have 5 networks connected but seperated. 1 vpn was running fine, but now that I run 5 vpns, my kvm crashes sometimes. Especially when I stop tinc. I used tinc 1.0.26 from repo. Now I tried tinc 1.1 pre, same problem but
2003 Dec 18
2
problems with win-linux connection
Hello, I just tried tinc for win the first time. I use tinc on linux computer for some time already. Now I get the following error: Dec 18 14:57:39 narnia tinc.life[10884]: Connection from 217.187.51.119 port 35059 Dec 18 14:57:39 narnia tinc.life[10884]: Connection with mwflapar1 (217.187.51.119 port 35059) activated Dec 18 14:57:44 narnia tinc.life[10884]: Received UDP packet from unknown
2012 Apr 24
2
tinc router mode on Windows 7
Dear All, I am trying to enable router mode of tinc on Windows 7 platform. Although I have enabled the router mode and IP routing in Windows 7 PC (Network A Server). The PC B is still unable to connect the Network A and PC A. But the Network A and PC A is able to communicate each other via tinc. Please help and advise me any incorrect of that. Network A server Real - LAN adapter IP:
2017 May 01
1
How to set Subnet in a node which act as both server and client role?
Hi, Etienne I took a look for the below host configuration parameter (IndirectData), the default is no. For the below example: A ConnectTo B, B ConnectTo C: If IndirectData = no (default), then A wouldn’t establish direct connection with C, but will be forwarded by B. If IndirectData = yes, then A will try to establish direct connection with C, even though A don’t have the statement of
2007 Aug 17
1
Tinc via https proxy
Hi, is it possible to use tinc via https proxy? I mean tell tinc to connect via https proxy to my tinc server. I heared openvpn can do this. Can tinc do that the same way? ALBI...