| [Expand][Tutorial][New Emulator Demo][Purchase][Screen shots]
Next set the IP addresses for inside, outside and
on the other port:
1 |
Complete the following:
# nameif
# config t
(config)# ?
(config)# ip ?
(config)# ip address inside 192.168.1.1 255.255.255.0
(config)# ip address outside 10.1.1.1 255.255.0.0
(config)# ip address inf2 192.168.2.1 255.255.0.0
(config)# exit
# show running
# ping 192.168.1.1
# ping 10.1.1.1
# ping 192.168.2.1
|
2 |
Why is the ping unsucessful? |
Next enable the ports with:
1 |
#
nameif
# config t
(config)# ?
(config)# ip ?
(config)# interface e0 auto
(config)# interface e1 auto
(config)# interface e2 auto
(config)# exit
# show running
# ping 192.168.1.1
# ping 10.1.1.1
# ping 192.168.2.1
|
2 |
Why is the ping sucessful? |
To change the name of a port:
1 |
Complete the following:
# nameif
# config t
(config)# nameif e2 dmz security40
(config)# exit
# nameif
# show running
|
2 |
Why is the ping unsucessful? |
To enable the WWW server:
1 |
#
show http
# config t
(config)# http server
enable
(config)# exit
# show running
|
2 |
Is the WWW server enabled? |
To disable the WWW server:
1 |
#
show http
# config t
(config)# no http server
enable
(config)# exit
# show running
|
2 |
Is the WWW server enabled? |
To add a user:
1 |
# config t
(config)# username fred password fred
(config)# exit
# show running
|
2 |
Has the user been added? |
To add banners:
1 |
# config t
(config)# banner motd # hello #
(config)# banner exec # welcome to exec #
(config)#
banner login # welcome to PIX #
# show running
|
2 |
Have the banners been added? |
To get rid of the banners:
1 |
# config t
(config)# no banner motd
(config)# no banner exec
(config)#
no banner login
# show running
|
2 |
Have the banners been deteletdadded? |
Purchase emulator |