We're using a PIX 4.0.6 firewall to connect our LAN (Windows NT 4) to the Internet. We've run out of external addresses for NAT, and we will therefore be moving to PAT.
I have worked out a set of steps to do the configuration quickly so there will be the least possible downtime. Since I'm new to configuring PIX firewalls, could anyone who sees any difficulties with this procedure please let me know?
1. Back up the current configuration (using NAT) to floppy:
write floppy
2. Remove the global addresses and add the PAT address using these commands:
no global
global global 1 x.x.x.x (where x.x.x.x is our single external address for PAT)
3. Confirm the global address configuration:
show global
4. Back up the new configuration to a new floppy:
write floppy
5. Ensure all machines can access the Internet without difficulty.
6. If all is well, back up the configuration to the flash memory:
write memory
7. If any problems arise, revert back to NAT configuration:
With the first floppy in the drive:
no global (to remove global address conflict)
configure floppy (to restore global addresses)
If the flash was written with the PAT configuration, replace it with the new config:
write memory
Does this set of steps look ok? I've gotten this all straight from our manual, but I wanted to get expert opinions before I do it. Thanks all!
I have worked out a set of steps to do the configuration quickly so there will be the least possible downtime. Since I'm new to configuring PIX firewalls, could anyone who sees any difficulties with this procedure please let me know?
1. Back up the current configuration (using NAT) to floppy:
write floppy
2. Remove the global addresses and add the PAT address using these commands:
no global
global global 1 x.x.x.x (where x.x.x.x is our single external address for PAT)
3. Confirm the global address configuration:
show global
4. Back up the new configuration to a new floppy:
write floppy
5. Ensure all machines can access the Internet without difficulty.
6. If all is well, back up the configuration to the flash memory:
write memory
7. If any problems arise, revert back to NAT configuration:
With the first floppy in the drive:
no global (to remove global address conflict)
configure floppy (to restore global addresses)
If the flash was written with the PAT configuration, replace it with the new config:
write memory
Does this set of steps look ok? I've gotten this all straight from our manual, but I wanted to get expert opinions before I do it. Thanks all!