Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felbinger/netzwerktechnik
Praktische Einführung in die Netzwerktechnik
https://github.com/felbinger/netzwerktechnik
mikrotik-routeros netzwerktechnik virtualbox vyos
Last synced: 11 days ago
JSON representation
Praktische Einführung in die Netzwerktechnik
- Host: GitHub
- URL: https://github.com/felbinger/netzwerktechnik
- Owner: felbinger
- Created: 2023-10-02T19:03:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T17:55:47.000Z (about 1 year ago)
- Last Synced: 2024-11-05T21:50:37.303Z (about 2 months ago)
- Topics: mikrotik-routeros, netzwerktechnik, virtualbox, vyos
- Homepage: https://netzwerktechnik.pages.dev/
- Size: 2.06 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netzwerktechnik
In diesem Repository finden Sie eine Sammlung von grundlegenden Informationen zur praktischen Netzwerktechnik anhand
verschiedener Router-Betriebssysteme wie [VyOS](https://docs.vyos.io/) und
Mikrotik [RouterOS](https://help.mikrotik.com/docs/display/ROS/RouterOS).Die Motivation für die Erstellung dieser Informationssammlung, lag darin, dass uns fortlaufend Anfragen erreichten, die
Erklärungen zu verschiedenen Themen der Netzwerktechnik suchten. Darüber hinaus wollen wir unsere eigenen Kenntnisse
vertiefen, während wir diese Informationssammlung erweitern.## Contribution Guidelines
- Relevante theoretische Inhalte werden mit einem [Admonition](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) vom Typ info dargestellt.## TODO
- Think about adding (more) videos / asciinema casts
- We're currently using really old versions of asciinema player, because the latest version didn't work...### Einrichtung
* (für später, dynamisches Routing): Bird2 (Alpine Linux)
* (für später): pfSense / OPNsense / OpenWRT### Grundlagen
* NAT
* Firewalls### Tunnel
* Point-to-Point Tunneling Protocol
* Layer 2 Tunneling Protocol
* Generic Routing Encapsulation
* IPsec
* Virtual Extensible LAN / Generic Network Virtualization Encapsulation
* Wireguard
* (Secure-Socket Tunneling Protocol)
* (OpenVPN)
* (OpenConnect)### Routing
* Virtual Routing and Forwarding (VRF)
* Policy Based Routing (PBR)
* statisches Routing
* (Router Information Protocol)
* Open Shortest Path First
* Border Gateway Protocol
* Intermediate System to Intermediate System (IS-IS)
* Multi Protocol Label Switching### anderes
* MAC Security (IEEE 802.1ae)
* Point-to-Point Protocol over Ethernet
* Link Layer Discovery Protocol
* Virtual Router Redundancy Protocol