Which command is used to configure a static IP address on a Linux server?
ifconfig eth0 netmask
route add default gw
ip addr add dev eth0
netstat -i

Networking Übungen werden geladen ...