X-Git-Url: https://robinkrens.nl/gitweb/?p=robinkrens.nl;a=blobdiff_plain;f=resources.html;fp=resources.html;h=0d4e14d387b943f59c68cce3202e42b6601a2be8;hp=1a166b78eaff068f8e51549a36c92f94bdc194dc;hb=fd33c869171e0896f5b77e866632881863ebde01;hpb=eb9c90e1feb9a57aa27223374a58426d0b70b03a diff --git a/resources.html b/resources.html index 1a166b7..0d4e14d 100644 --- a/resources.html +++ b/resources.html @@ -13,13 +13,20 @@

Networking

-

A good way to understand more about networking is two setup two computers: a server and a client. And the play around with the tools. The following tools and documentation are extremely useful +

A good way to understand more about networking is two setup two computers: a server and a client. And the play around with the tools. The following tools and documentation are extremely useful.

-

Iptables

-

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. +

Netcat

+

Simple tool to open or connect to TCP or UDP ports and output data through these channels. Build and test proxies. Powerful for debugging. Cryptcat is a similar tool, but with support for cryptography +

+

Sendip

+

Create and send IP, TCP or UDP packages. You are able to edit any value within these packages. +

+

Iptables

+

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

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