Foo over UDP
Foo over UDP
Posted Oct 2, 2014 3:23 UTC (Thu) by raven667 (subscriber, #5198)Parent article: Foo over UDP
Posted Oct 2, 2014 17:47 UTC (Thu)
by drag (guest, #31333)
[Link]
For example with mobile networking I can setup a laptop or smartphone to use a 'tinc'-based VPN. This allows for more of a 'mesh' style VPN networking rather then a traditional 'hub and spoke' style networking. Tunnels can be setup to work on a best-effort basis. So if I am on my private network it connects to the vpn to internal addresses, when I am on a public network it connects to the public points I have setup. It can use udp or tcp, etc etc.
What this gets me (at least in theory) is then a continuous, persistent, private network connection regardless of were I am at. That way I, although it isn't perfect, can keep a persistent network connection for things like ssh and whatnot. I don't end up using it a whole lot this way, but it's pretty handy.
Tunneling can actual alleviate a whole host of issues associated with TCP/IP style networking. Just like with virtual machines separating the logical from the physical has it's own benefits.
Posted Oct 2, 2014 19:35 UTC (Thu)
by josh (subscriber, #17465)
[Link] (2 responses)
Posted Oct 3, 2014 16:30 UTC (Fri)
by mbunkus (subscriber, #87248)
[Link] (1 responses)
Additionally selecting the correct source address for outgoing connections becomes interesting in multiple-address situations. For example, if you have a DNS master server running on a machine with three IPv6 addresses then you most likely have some slave servers somewhere else which are configured to accept notifications from certain IPv6 addresses only. Therefore you have to tell your DNS server which source address to use for outgoing packates (yes, this comes from my own experience). It increases administrative work by a considerable amount.
Posted Oct 3, 2014 21:28 UTC (Fri)
by josh (subscriber, #17465)
[Link]
Foo over UDP
Foo over UDP
Foo over UDP
Foo over UDP