I'm about to upgrade the software on a PIX 515 from 4.4 to 6.3. I have a very basic set up. All I need is to allow hosts behind the PIX to be able to get out to the Internet, and I need for outside users to be able to access our web and mail server. Does this config look okay for the 6.3 software (only non-defaults shown)? Please let me know if I'm missing anything.
nameif ethernet0 inside security0
nameif ethernet1 inside security100
enable password cisco encrypted
passwd cisco
hostname PIX515
ip address outside 12.12.12.210 255.255.255.240
ip address inside 192.0.30.1 255.255.255.0
global (outside) 1 12.12.12.222
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
telnet 192.0.1.0 255.255.255.0 inside
telnet password cisco
static (inside,outside) 12.12.12.211 192.0.30.10
static (inside,outside) 12.12.12.212 192.0.30.20
conduit permit tcp host 12.12.12.211 eq 80 any
conduit permit tcp host 12.12.12.212 eq 25 any
conduit permit icmp any any
route outside 0 0 12.12.12.209
route inside 0 0 192.0.1.0 255.255.255.0 192.0.30.2
Thanks,
Chris
nameif ethernet0 inside security0
nameif ethernet1 inside security100
enable password cisco encrypted
passwd cisco
hostname PIX515
ip address outside 12.12.12.210 255.255.255.240
ip address inside 192.0.30.1 255.255.255.0
global (outside) 1 12.12.12.222
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
telnet 192.0.1.0 255.255.255.0 inside
telnet password cisco
static (inside,outside) 12.12.12.211 192.0.30.10
static (inside,outside) 12.12.12.212 192.0.30.20
conduit permit tcp host 12.12.12.211 eq 80 any
conduit permit tcp host 12.12.12.212 eq 25 any
conduit permit icmp any any
route outside 0 0 12.12.12.209
route inside 0 0 192.0.1.0 255.255.255.0 192.0.30.2
Thanks,
Chris