local references
authorRob <robin@robinkrens.nl>
Mon, 5 Nov 2018 15:46:40 +0000 (23:46 +0800)
committerRob <robin@robinkrens.nl>
Mon, 5 Nov 2018 15:46:40 +0000 (23:46 +0800)
fastd.html
index.html
resources.html
resources.txt
tinc.html
tunneling.html
tunneling.txt

index 3f859f0..ba4184c 100644 (file)
@@ -2,9 +2,9 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>robinkrens.nl - Redirecting traffic using FastD</title>
+<title></title>
 <meta name="generator" content="HTML::TextToHTML v2.51"/>
-<link rel="stylesheet" type="text/css" href="http://www.robinkrens.nl/files/style.css"/>
+<link rel="stylesheet" type="text/css" href="./files/style.css"/>
 </head>
 <body>
 <h1><a name="section_1">robinkrens.nl - Redirecting traffic using FastD</a></h1>
index 73cac68..c8fb5a7 100644 (file)
@@ -12,7 +12,6 @@
 <li><a href="http://45.76.159.1/gitweb/">Rob's github</a></li>
 <li>Other servers</li>
 <li>My travel map</li>
-<li>Experiments</li>
 </ul>
 
 <h2>Contact</h2>
index 178c874..be86432 100644 (file)
@@ -2,9 +2,9 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>robinkrens.nl - Linux Resources</title>
+<title></title>
 <meta name="generator" content="HTML::TextToHTML v2.51"/>
-<link rel="stylesheet" type="text/css" href="http://www.robinkrens.nl/files/style.css"/>
+<link rel="stylesheet" type="text/css" href="./files/style.css"/>
 </head>
 <body>
 <h1><a name="section_1">robinkrens.nl - Linux Resources</a></h1>
@@ -29,7 +29,7 @@
 <p>Although there is more abstract software to manage firewalls, like <em>ufw</em> on debian-based systems and <em>firewall-cmd</em> on redhat systems, Iptables will help you understand what actually happens during filtering, mangling or routing a package. <a href="https://www.frozentux.net/iptables-tutorial/iptables-tutorial.html">https://www.frozentux.net/iptables-tutorial/iptables-tutorial.html</a> has a structured approach in explaining <u>what happends when a package hits the firewall</u>. Pay extra attention to Network Address Translation. Here is another nice HOWTO: <a href="https://netfilter.org/documentation/HOWTO/NAT-HOWTO-5.html">https://netfilter.org/documentation/HOWTO/NAT-HOWTO-5.html</a>
 </p>
 <h2><a name="section_1_2">Virtual Private Networks and Tunneling</a></h2>
-<p>Please have a look at <a href="http://www.robinkrens.nl/tunneling.html">http://www.robinkrens.nl/tunneling.html</a>
+<p>Please have a look at <a href="./tunneling.html:tunneling.html">./tunneling.html:tunneling.html</a>
 </p>
 <h2><a name="section_1_3">Cheatsheets</a></h2>
 
@@ -37,7 +37,7 @@
 </p>
 <ul>
   <li>VI(M) - <a href="https://vim.rtorr.com">https://vim.rtorr.com</a>
-  </li><li>GIT / GITHUB - <a href="http://www.robinkrens.nl/cheatsheets/git.pdf">http://www.robinkrens.nl/cheatsheets/git.pdf</a>
+  </li><li><a href="./files/git.pdf">GIT and GITHUB</a>
 </li></ul>
 
 </body>
index 57fd22e..3b577b5 100644 (file)
@@ -29,7 +29,7 @@ Although there is more abstract software to manage firewalls, like *ufw* on debi
 
 Virtual Private Networks and Tunneling
 ----
-Please have a look at http://www.robinkrens.nl/tunneling.html
+Please have a look at <URL:./tunneling.html:tunneling.html>
 
 Cheatsheets
 -------
@@ -37,4 +37,4 @@ Cheatsheets
 Here are some good cheatsheets for commonly used tools
 
 * VI(M) - https://vim.rtorr.com
-* GIT / GITHUB - http://www.robinkrens.nl/cheatsheets/git.pdf
+* <URL:./files/git.pdf:GIT and GITHUB>
index 87e210d..a478b86 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 - Redirecting and TINC</title>
+<title></title>
 <meta name="generator" content="HTML::TextToHTML v2.51"/>
-<link rel="stylesheet" type="text/css" href="http://www.robinkrens.nl/files/style.css"/>
+<link rel="stylesheet" type="text/css" href="./files/style.css"/>
 </head>
 <body>
-<h1><a name="section_1">robinkrens.nl - Redirecting and TINC</a></h1>
+<h1><a name="section_1">robinkrens.nl - Redirecting traffic 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. 
index bc41648..ac68a7a 100644 (file)
@@ -2,9 +2,9 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>robinkrens.nl - Tunneling, repackaging and VPN</title>
+<title></title>
 <meta name="generator" content="HTML::TextToHTML v2.51"/>
-<link rel="stylesheet" type="text/css" href="http://www.robinkrens.nl/files/style.css"/>
+<link rel="stylesheet" type="text/css" href="./files/style.css"/>
 </head>
 <body>
 <h1><a name="section_1">robinkrens.nl - Tunneling, repackaging and VPN</a></h1>
@@ -12,9 +12,9 @@
 <p>This page lists tutorials and sample code.
 </p>
 <ul>
-  <li>Redirecting traffic and TINC. A simple setup with a peers forwarding traffic: <a href="http://www.robinkrens.nl/tutorials/tinc.html">http://www.robinkrens.nl/tutorials/tinc.html</a>
-  </li><li>Fastd setup. Similar setup as the above with fastd: <a href="http://www.robinkrens.nl/tutorials/fastd.html">http://www.robinkrens.nl/tutorials/fastd.html</a>
-  </li><li>Strongswan: A mobike setup (not published)
+  <li><a href="./tinc.html">Redirecting traffic and TINC</a>: A simple setup with a peers forwarding traffic.
+  </li><li><a href="./fastd.html">Fastd setup</a>: Similar setup as the above with fastd. 
+  </li><li>Strongswan: A mobike setup (not published).
 </li></ul>
 
 </body>
index 36a6414..30def6c 100644 (file)
@@ -3,7 +3,7 @@ robinkrens.nl - Tunneling, repackaging and VPN
 
 This page lists tutorials and sample code.
 
-* Redirecting traffic and TINC. A simple setup with a peers forwarding traffic: http://www.robinkrens.nl/tutorials/tinc.html
-* Fastd setup. Similar setup as the above with fastd: http://www.robinkrens.nl/tutorials/fastd.html
-* Strongswan: A mobike setup (not published)
+* <URL:./tinc.html:Redirecting traffic and TINC>: A simple setup with a peers forwarding traffic.
+* <URL:./fastd.html:Fastd setup>: Similar setup as the above with fastd. 
+* Strongswan: A mobike setup (not published).