Pix 501 IOS v6.1 has been recently upgraded to v6.3. Cool, it went as smooth as the baby face. A week later we're changing the IP block, we're getting a bigger subnet so we need to reconfigure Pix. Now the fun part - I changed the addresses on the box (outside int, global and route outside) to reflect the change - and the pix refuses to work. I mean a real strange thing; it simply won't allow internet access (clear arp, clear xlate, rebooted as well). I even cleared the config and reconfigured from grounds up a couple times, still to no avail.
I can't post a config right now but in simplest words here's a process outline that fails to deliver:
pix# int eth0 10baset
pix# int eth1 100full
pix# nameif eth0 out security0
pix# nameif eth1 ins security100
pix# ip address inside 10.1.10.10
pix# ip address outside 208.x.x.x
pix# nat 1 0 0 0 0
pix# global 1 208.x.x.x
pix# route outside 0 0 208.x.x.x 1
pix# wr mem
now that basic config should allow internal hosts the internet access but it doesn't, have I missed something?
I can't post a config right now but in simplest words here's a process outline that fails to deliver:
pix# int eth0 10baset
pix# int eth1 100full
pix# nameif eth0 out security0
pix# nameif eth1 ins security100
pix# ip address inside 10.1.10.10
pix# ip address outside 208.x.x.x
pix# nat 1 0 0 0 0
pix# global 1 208.x.x.x
pix# route outside 0 0 208.x.x.x 1
pix# wr mem
now that basic config should allow internal hosts the internet access but it doesn't, have I missed something?