"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>
<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>
"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>
<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>
</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>
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
-------
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>
"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.
"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>
<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>
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).