// Aula 11 - Comandos atualizados de rede no Linux https://man7.org/linux/man-pages/man8/ip.8.html # ifconfig -a # ip a # ifconfig eth0 down # ifconfig eth0 up # ip link set eth0 up # ip link set eth0 down # ifconfig eth0 192.168.15.10 # ifconfig eth0 netmask 255.255.255.0 # ip addr add 192.168.15.10/24 dev eth0 # netstat # netstat -tulpn # netstat -neopa # netstat -g # ss # ss -tulpn # ss -neopa # ip maddr # route # route add -net 192.168.15.0 netmask 255.255.255.0 dev eth0 # route add default gw 192.168.0.1 # ip r # ip -6 r # ip route add 1921.168.15.0/24 dev eth0 # ip route add default via 192.168.15.1 # arp -a # arp -v # ip neigh