Differenze tra le versioni di "Net-HOWTO"

Da GolemWiki.
Jump to navigation Jump to search
(Creata pagina con "= Introductiion = This is the first release of the GOLEM Network Howto, this document aims to be a sort of unofficial update of the Linux [https://www.linuxdoc.org/HOWTO/Net-H...")
 
 
(5 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
= Introductiion =
+
= Introduction =
 
This is the first release of the GOLEM Network Howto, this document aims to be a sort of unofficial update of the Linux [https://www.linuxdoc.org/HOWTO/Net-HOWTO/ Networking Howto].
 
This is the first release of the GOLEM Network Howto, this document aims to be a sort of unofficial update of the Linux [https://www.linuxdoc.org/HOWTO/Net-HOWTO/ Networking Howto].
  
 
= General Information about Networking =
 
= General Information about Networking =
 
== Sources of non-linux-specific network information ==
 
== Sources of non-linux-specific network information ==
 +
If you are looking for general TCP/IP networking information, here you can find some resources:
 +
 +
* [https://www.redbooks.ibm.com/redbooks/pdfs/gg243376.pdf IBM TCP/IP Tutorial and Technical Overview]
 +
 +
 +
= Generic Network Configuration Information =
 +
==Network tools==
 +
[https://wiki.linuxfoundation.org/networking/iproute2 iproute2]: IP Routing Utilities
  
If you are looking for general TCP/IP networking information, here you can find some resources:
+
[https://netfilter.org/projects/nftables/ nftables]: Linux kernel packet control tool (firewall)
 +
 
 +
[https://github.com/iputils/iputils iputils]: arping, clockdiff, ping, tracepath
 +
 
 +
==Legacy tools==
 +
[http://net-tools.sourceforge.net/ net-tools]: configuration tools for Linux networking (arp, ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat, plipconfig, rarp, route, slattach)
 +
 
 +
[http://net-tools.sourceforge.net/ iptables]: Linux kernel packet control tool (firewall)
 +
 
 +
==Network Application Programs==
 +
Most common network application programs are collected in the [https://www.gnu.org/software/inetutils/ inetutils] package: dnsdomainname, ftp, ftpd, hostname, ifconfig, ping, rcp, rlogin, rlogind, rsh, rshd, talk, talkd, telnet, telnetd, whois
 +
 
 +
 
 +
==IPv4 Addresses, an Explanation==
 +
https://tldp.org/HOWTO/NET3-4-HOWTO-5.html
  
* [https://www.redbooks.ibm.com/redbooks/pdfs/gg243376.pdf IBM] TCP/IP Tutorial and Technical Overview
+
= Bibliography =
 +
[https://tldp.org/HOWTO/NET3-4-HOWTO-5.html Linux Networking HOWTO]

Versione attuale delle 21:25, 11 dic 2024

Introduction

This is the first release of the GOLEM Network Howto, this document aims to be a sort of unofficial update of the Linux Networking Howto.

General Information about Networking

Sources of non-linux-specific network information

If you are looking for general TCP/IP networking information, here you can find some resources:


Generic Network Configuration Information

Network tools

iproute2: IP Routing Utilities

nftables: Linux kernel packet control tool (firewall)

iputils: arping, clockdiff, ping, tracepath

Legacy tools

net-tools: configuration tools for Linux networking (arp, ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat, plipconfig, rarp, route, slattach)

iptables: Linux kernel packet control tool (firewall)

Network Application Programs

Most common network application programs are collected in the inetutils package: dnsdomainname, ftp, ftpd, hostname, ifconfig, ping, rcp, rlogin, rlogind, rsh, rshd, talk, talkd, telnet, telnetd, whois


IPv4 Addresses, an Explanation

https://tldp.org/HOWTO/NET3-4-HOWTO-5.html

Bibliography

Linux Networking HOWTO