pix firewall - part 3
Home | Part 1  | Part 2 | Part 3 | Chall01 | Chall02 | Chall03 | Chall04 | Chall05 | Test

[Expand][Tutorial][New .NET Version][Screen shots]

To change the IF name of a port:

1

# nameif
# config t
(config)# nameif e2 dmz security40
(config)# exit
# nameif
# show running



A static route is setup for each of the IP addresses that have been setup. For example:

1

# config t
(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
(config)# show route

To add a route:

1

# config t
(config)# route inside 10.1.1.0 255.255.255.0 10.0.0.3
# show running


To show all the routes:

1

# show route

To get rid of a route:

1

# config t
(config)# no route inside 10.1.1.0 255.255.255.0 10.0.0.3
# show running



For dynamic routing, the RIP command can be used:

1

# config t
(config)# rip ?
(config)# rip outside passive version 2 authentication md5 HKEY abc
(config)# exit
# show running


To set the IP address of the NTP server:

1

# config t
(config)# ntp ?
(config)# ntp server 10.0.0.30
# show running

 

To get rid of access to the NTP server:

1

# config t
(config)# ntp ?
(config)# no ntp server 10.0.0.30
# show running

To configure the protocols that are enabled or disabled on the PIX firewall:

1

# show fixup
# config t
(config)# fixup ?

To disable the FTP protocol on the PIX device, then:

1

(config)# no fixup protocol ftp 23
(config)# exit
# show fixup

To enable it:

1

(config)# fixup protocol ftp 23
(config)# exit
# show fixup

To change the port that the PIX device listens for HTTP traffic:

1

(config)# fixup protocol http 8080
(config)# exit
# show fixup

To show CPU usage:

1

# show cpu use

To use the DHCP daemon:

1

# config t
(config)# dhcpd ?

To use the debug options:

1

# debug ?

To use the arp options:

1

# arp ?

To show the details of the EEPROM:

1

# show eeprom

Purchase emulator