Prepare to Configure Your PIX Security Appliance
|
|
|
|
Introduction
This document explains how to prepare, to configure your PIX Security
Appliance to Launch the PIX Device Manager (PDM).
Back to Top
Requirements
To perform the steps described in this document, you need to have these
items:
Back to Top
Configure Your Ethernet Interface
Before you access the PDM, follow these steps to configure the Ethernet
interface on your PIX:
-
Locate the IP address from line R12 of the Remote Networking
Assignments Worksheet.
-
Create a HyperTerminal connection to your PIX. For more
information, refer to
Create a
HyperTerminal Connection.
-
Log in to the PIX. The default login is:
-
Username: cisco
-
Password:
cisco
-
Type enable and press
Enter to use the privileged mode.
pixfirewall>enable
Password:
pixfirewall#
-
Type configure terminal and press
Enter to use the configuration mode.
pixfirewall#configure terminal
Enter configuration commands, one per line.
pixfirewall(config)#
-
Type show ip and press
Enter to determine the IP address of the PIX.
pixfirewall(configif)#show ip
System IP Addresses:
ip address outside 164.120.40.182 255.255.255.128
ip address inside 192.168.1.1 255.255.255.0
Current IP Addresses:
ip address outside 164.120.40.182 255.255.255.128
ip address outside 164.120.40.182 255.255.255.128
-
Before you change the IP address, you must remove the IP addresses
for the DHCP pool. Type no dhcp address 192.168.1.2-192.168.1.254
inside.
pixfirewall(config)#no dhcp address 192.168.1.2-192.168.1.254 inside
-
Type ip address inside ip address subnet
mask
. Use the IP address from the Remote Networking
Assignments Worksheet (field R12) and the subnet mask from the LAN Addressing
Worksheet (field L2A). Press Enter.
pixfirewall(config)#ip address inside 192.168.10.1 255.255.255.0
-
Type interface ethernet1 auto and press
Enter.
pixfirewall(config)#interface ethernet1 auto
pixfirewall(config)#
-
Type http server enable and press
Enter.
pixfirewall(config)#http server enable
pixfirewall(config)#
-
Type http ip address subnet
mask inside with the same IP address. Press
Enter.
pixfirewall(config)#http 192.168.10.1 255.255.255.0 inside
pixfirewall(config)#
-
Type quit and press
Enter.
pixfirewall(config)#quit
pixfirewall#
-
Type write memory and press
Enter to save the configuration.
pixfirewall#write memory
Building configuration...
Cryptochecksum: e99d47d8 783921cc 76de4cd7 87a6e21b
[OK]
-
Type quit and press
Enter to exit the configuration mode.
pixfirewall#quit
pixfirewall#
Back to Top
Next Step
Your PIX Security Appliance is now ready to run the PDM.
To configure your PIX with PDM, refer to
Configure the
PIX Security Appliance With PIX Device Manager.
Back to Top
Related Information