Ping - Exercise 1 (cont.)
-
Step 2
- Configure interface
- # ifconfig eth0 <IP address> netmask <netmask>
broadcast <broadcast>
- For Linux < 2.2
- route add -net <network> netmask <netmask>
- Check:
- # ifconfig - check interface
- # netstat -nr - check route to network