From: Rob Date: Mon, 5 Nov 2018 15:46:40 +0000 (+0800) Subject: local references X-Git-Url: https://robinkrens.nl/gitweb/?p=robinkrens.nl;a=commitdiff_plain;h=ee6df55ee5b7acae722d6c4534eacf0a05d97772 local references --- diff --git a/fastd.html b/fastd.html index 3f859f0..ba4184c 100644 --- a/fastd.html +++ b/fastd.html @@ -2,9 +2,9 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -robinkrens.nl - Redirecting traffic using FastD + - +

robinkrens.nl - Redirecting traffic using FastD

diff --git a/index.html b/index.html index 73cac68..c8fb5a7 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,6 @@
  • Rob's github
  • Other servers
  • My travel map
  • -
  • Experiments
  • Contact

    diff --git a/resources.html b/resources.html index 178c874..be86432 100644 --- a/resources.html +++ b/resources.html @@ -2,9 +2,9 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -robinkrens.nl - Linux Resources + - +

    robinkrens.nl - Linux Resources

    @@ -29,7 +29,7 @@

    Although there is more abstract software to manage firewalls, like ufw on debian-based systems and firewall-cmd on redhat systems, Iptables will help you understand what actually happens during filtering, mangling or routing a package. https://www.frozentux.net/iptables-tutorial/iptables-tutorial.html has a structured approach in explaining what happends when a package hits the firewall. Pay extra attention to Network Address Translation. Here is another nice HOWTO: https://netfilter.org/documentation/HOWTO/NAT-HOWTO-5.html

    Virtual Private Networks and Tunneling

    -

    Please have a look at http://www.robinkrens.nl/tunneling.html +

    Please have a look at ./tunneling.html:tunneling.html

    Cheatsheets

    @@ -37,7 +37,7 @@

    diff --git a/resources.txt b/resources.txt index 57fd22e..3b577b5 100644 --- a/resources.txt +++ b/resources.txt @@ -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 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 +* diff --git a/tinc.html b/tinc.html index 87e210d..a478b86 100644 --- a/tinc.html +++ b/tinc.html @@ -2,12 +2,12 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -robinkrens.nl - Redirecting and TINC + - + -

    robinkrens.nl - Redirecting and TINC

    +

    robinkrens.nl - Redirecting traffic and TINC

    Tinc is a VPN daemon which tunnels IP packets and Ethernet frames over UDP. More on Tinc can be found on: http://tinc-vpn.org Here I will show a tinc setup with an alpha (as a listening peer) and a beta (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: https://tinc-vpn.org/documentation-1.1/tinc.conf.5 but in a more tutorial kind of way. diff --git a/tunneling.html b/tunneling.html index bc41648..ac68a7a 100644 --- a/tunneling.html +++ b/tunneling.html @@ -2,9 +2,9 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -robinkrens.nl - Tunneling, repackaging and VPN + - +

    robinkrens.nl - Tunneling, repackaging and VPN

    @@ -12,9 +12,9 @@

    This page lists tutorials and sample code.

    diff --git a/tunneling.txt b/tunneling.txt index 36a6414..30def6c 100644 --- a/tunneling.txt +++ b/tunneling.txt @@ -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) +* : A simple setup with a peers forwarding traffic. +* : Similar setup as the above with fastd. +* Strongswan: A mobike setup (not published).