Cisco PIX 525 Firewall

The following code example provides a configuration for the Cisco PIX 525 firewall.

Code Example B-3. Cisco PIX 525 Firewall Sample Configuration
 ! nameif ethernet0 outside security0 nameif ethernet1 inside security100 interface ethernet0 100baset interface ethernet1 100baset ! ip address inside 10.1.1.1 255.255.255.0 ip address outside 209.165.201.1 255.255.255.224 ! logging on logging host 10.1.1.11 logging trap 7 logging facility 20 no logging console arp timeout 600 ! nat (inside) 1 0.0.0.0 0.0.0.0 nat (inside) 2 192.168.3.0 255.255.255.0 ! global (outside) 1 209.165.201.6-209.165.201.8 netmask 255.255.255.224 global (outside) 1 209.165.201.10 netmask 255.255.255.224 global (outside) 2 209.165.200.225-209.165.200.254 ...

Get Designing ISP Architectures now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.