Linux Networking
Linux networking is the kernel network stack and the tools that configure it. It gives processes interfaces, addresses, routes, name resolution, and packet-filtering paths so they can communicate with local and remote systems.
itLinux | OpenSkills.info
Course pathWalk it in order
Look it upDip in anytime
Go furtherLeaves this page
Intro
Linux Networking
Linux networking is a packet path, not a single service. The kernel gives each network context interfaces, addresses, routes, sockets, and packet-filtering state. User-space tools inspect and change that state.
Continue the course
This section is part of the paid course.
See pricing to subscribe, or log in if you already have access.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
Sources
- https://docs.kernel.org/networking/index.html
Supports
- Linux kernel networking subsystem documentation
- Network device and IP configuration references
- https://docs.kernel.org/networking/ip-sysctl.html
Supports
- IPv4 forwarding behavior and its configuration reset
- IP networking sysctl parameter semantics
- https://man7.org/linux/man-pages/man8/ip.8.html
Supports
- iproute2 object families for Linux networking administration
- https://man7.org/linux/man-pages/man8/ip-link.8.html
Supports
- Link attributes, MTU, and network-namespace device movement
- https://man7.org/linux/man-pages/man8/ip-route.8.html
Supports
- Route and default-route syntax and behavior
- Route lookup and route-table concepts
- https://man7.org/linux/man-pages/man8/ip-netns.8.html
Supports
- Network namespace isolation of routes, firewall rules, and devices
- Named network namespace operations
- https://man7.org/linux/man-pages/man4/veth.4.html
Supports
- Virtual Ethernet devices as interconnected pairs
- https://github.com/awesome-foss/awesome-sysadmin
Supports
- Discovery of mtr as a traceroute and ping utility
- https://github.com/trimstray/the-book-of-secret-knowledge
Supports
- Discovery of tcpdump and iPerf3 as network tools
- https://www.tcpdump.org/
Supports
- tcpdump packet capture utility
- https://www.bitwizard.nl/mtr/
Supports
- MTR network diagnostic utility
- https://iperf.fr/
Supports
- iPerf3 network performance measurement utility
