minor changes
[robinkrens.nl] / tinc.html
index 21b1ede..87e210d 100644 (file)
--- a/tinc.html
+++ b/tinc.html
@@ -2,12 +2,12 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>robinkrens.nl - TINC as a gateway</title>
+<title>robinkrens.nl - Redirecting and TINC</title>
 <meta name="generator" content="HTML::TextToHTML v2.51"/>
 <link rel="stylesheet" type="text/css" href="http://www.robinkrens.nl/files/style.css"/>
 </head>
 <body>
-<h1><a name="section_1">robinkrens.nl - TINC as a gateway</a></h1>
+<h1><a name="section_1">robinkrens.nl - Redirecting and TINC</a></h1>
 
 <p>Tinc is a VPN daemon which tunnels IP packets and Ethernet frames over UDP. More on Tinc can be found on: <a href="http://tinc-vpn.org">http://tinc-vpn.org</a>
 Here I will show a tinc setup with an <em>alpha</em> (as a listening peer) and a <em>beta</em> (a peer connecting to alpha).   After setting up the VPN, alpha will be the gateway for beta. All traffic from beta will be routed through alpha and back. I will basically retell the man page documentation: <a href="https://tinc-vpn.org/documentation-1.1/tinc.conf.5">https://tinc-vpn.org/documentation-1.1/tinc.conf.5</a> but in a more tutorial kind of way.