On Github lodelestra-edu / system-security-introduction-slides
ifconfig < interface > < adresse ip >
ifconfig eth0 192.168.1.2 ifconfig eth0 192.168.1.12 netmask 255.255.255.128
#Ajout d'un route route add default gw < adresse ip > #liste des routes route -n
/etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1
/etc/host.conf
# D'abord traduire avec les serveurs DNS et ensuite avec /etc/hosts. order bind,hosts
/etc/resolv.conf
nameserver 208.164.186.1 nameserver 208.164.186.2
/etc/hosts
192.168.10.42 leon
iptables [-t < table>] < commande> < options>