
Installing Software When a Firewall Exists
Task 6: Configure Access to the Network Host
To configure access to the network host:
1Use the ping command to determine whether the
host1#ping hostname
If the
2Determine whether a route exists between the
host1#show ip route
If the appropriate route is displayed, go to step 5. Otherwise, proceed with step 3.
3Configure a route to reach the network host.
host1#configure
Configuring from terminal or file [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
host1(config)#ip route ipNetwork networkMask ipNextHop
4Press
5Determine whether the
host1#show host
If the network host is listed, go to step 8. Otherwise, proceed with step 7.
6Add an entry to the Static Host Table so that the
host1#configure
Configuring from terminal or file [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
host1(config)#host hostName ipAddress ftp loginname password
7Press
8Use the ping command to determine whether the
host1#ping hostname