I am trying to change static command in pix 520.
Currently, I have it set for (static inside, outside 172.16.1.0 172.16.1.0 netmask 255.255.255.0 0 0)
This is going to allow 172.16.1.0 network.
However, I am running out of 172.16.1.0 network IP.
So I have decide to allow (172.16.0.0 network)
I try add to add (static inside outside 172.16.0.0 172.16.0.0 netmask 255.255.0.0 0 0) but its says 172.16.0.0: That address already statically translate.
Does anyone know, how I can change the static command.
ex.
static (inside,outside) 172.16.1.0 172.16.1.0 netmask 255.255.255.0 0 0
conduit permit tcp host 172.16.1.30 eq 443 any
conduit permit tcp host 172.16.1.11 eq smtp any
conduit permit tcp host 172.16.1.11 eq 143 any
conduit permit tcp host 172.16.1.11 eq pop3 any
conduit permit tcp host 172.16.1.30 eq www any
conduit permit tcp host 172.16.1.150 eq smtp any
conduit permit tcp host 172.16.1.150 eq pop3 any
conduit permit tcp host 172.16.1.150 eq 143 any
conduit permit tcp host 172.16.1.10 eq smtp any
conduit permit tcp host 172.16.1.10 eq 143 any
no rip outside passive
no rip outside default
no rip inside passive
no rip inside default
route outside 0.0.0.0 0.0.0.0 172.16.1.5 1
route inside 0.0.0.0 255.255.0.0 172.16.1.7 2
timeout xlate 3:00:00 conn 1:00:00 half-closed 0:10:00 udp 0:02:00
timeout rpc 0:10:00 h323 0:05:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
William