2 static NATs work.  3rd static NAT doesn't.

2 static NATs work. 3rd static NAT doesn't.

NewsGroups | Search | Tools
 comp.dcom.sys.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
2 static NATs work. 3rd static NAT doesn't. smartin 09-22-2007
Posted by on September 22, 2007, 2:24 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Hello all,

I have spent a lot of time on this and seem to be missing something.
Any technical knowledge and help will be greatly appreciated.

I have pasted our PIX config below. You see three static NATs
configured. The first two work great. The 3rd static NAT is new, and
the config below isn't working right, and actually causes the internal
host to lose Internet connectivity. The new static NAT is the one for
global IP 216.xxx.xxx.243. What is wrong?


PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password o6XhYX4TSmjifHY0 encrypted
passwd o6XhYX4TSmjifHY0 encrypted
hostname PIX
domain-name xxx
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
no fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 192.168.2.2 server
access-list inetACL permit tcp any host 66.xxx.xxx.150 eq smtp
access-list inetACL permit tcp any host 66.xxx.xxx.150 eq 3389
access-list inetACL permit tcp any host 66.xxx.xxx.150 eq pop3
access-list inetACL permit tcp any host 66.xxx.xxx.150 eq www
access-list inetACL permit udp any host 66.xxx.xxx.150 eq domain
access-list inetACL permit tcp any host 66.xxx.xxx.150 eq domain
access-list inetACL permit icmp any host 66.xxx.xxx.150
access-list inetACL permit tcp any host 66.xxx.xxx.187 eq 3389
access-list inetACL permit tcp any host 66.xxx.xxx.150 eq https
access-list inetACL permit tcp any host 216.xxx.xxx.243 eq 3389
access-list inetACL permit icmp any host 216.xxx.xxx.243
pager lines 24
logging on
logging buffered informational
logging trap debugging
logging facility 16
logging device-id hostname
logging host inside server 17/1025 format emblem
mtu outside 1500
mtu inside 1500
ip address outside 66.xxx.xxx.186 255.255.255.0
ip address inside 192.168.2.253 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location server 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 66.xxx.xxx.150 server netmask 255.255.255.255
0 0
static (inside,outside) 66.xxx.xxx.187 192.168.2.9 netmask
255.255.255.255 0 0
static (inside,outside) 216.xxx.xxx.243 192.168.2.7 netmask
255.255.255.255 0 0
access-group inetACL in interface outside
route outside 0.0.0.0 0.0.0.0 66.xxx.xxx.193 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225
1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 192.168.2.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80


Posted by Brian V on September 22, 2007, 6:58 am
If you were  Registered and logged in, you could reply and use other advanced thread options

> Hello all,
>
> I have spent a lot of time on this and seem to be missing something.
> Any technical knowledge and help will be greatly appreciated.
>
> I have pasted our PIX config below. You see three static NATs
> configured. The first two work great. The 3rd static NAT is new, and
> the config below isn't working right, and actually causes the internal
> host to lose Internet connectivity. The new static NAT is the one for
> global IP 216.xxx.xxx.243. What is wrong?
>
>
> PIX Version 6.3(3)
> interface ethernet0 auto
> interface ethernet1 100full
> nameif ethernet0 outside security0
> nameif ethernet1 inside security100
> enable password o6XhYX4TSmjifHY0 encrypted
> passwd o6XhYX4TSmjifHY0 encrypted
> hostname PIX
> domain-name xxx
> fixup protocol dns maximum-length 512
> fixup protocol ftp 21
> fixup protocol h323 h225 1720
> fixup protocol h323 ras 1718-1719
> no fixup protocol http 80
> fixup protocol rsh 514
> fixup protocol rtsp 554
> fixup protocol sip 5060
> fixup protocol sip udp 5060
> fixup protocol skinny 2000
> fixup protocol smtp 25
> fixup protocol sqlnet 1521
> fixup protocol tftp 69
> names
> name 192.168.2.2 server
> access-list inetACL permit tcp any host 66.xxx.xxx.150 eq smtp
> access-list inetACL permit tcp any host 66.xxx.xxx.150 eq 3389
> access-list inetACL permit tcp any host 66.xxx.xxx.150 eq pop3
> access-list inetACL permit tcp any host 66.xxx.xxx.150 eq www
> access-list inetACL permit udp any host 66.xxx.xxx.150 eq domain
> access-list inetACL permit tcp any host 66.xxx.xxx.150 eq domain
> access-list inetACL permit icmp any host 66.xxx.xxx.150
> access-list inetACL permit tcp any host 66.xxx.xxx.187 eq 3389
> access-list inetACL permit tcp any host 66.xxx.xxx.150 eq https
> access-list inetACL permit tcp any host 216.xxx.xxx.243 eq 3389
> access-list inetACL permit icmp any host 216.xxx.xxx.243
> pager lines 24
> logging on
> logging buffered informational
> logging trap debugging
> logging facility 16
> logging device-id hostname
> logging host inside server 17/1025 format emblem
> mtu outside 1500
> mtu inside 1500
> ip address outside 66.xxx.xxx.186 255.255.255.0
> ip address inside 192.168.2.253 255.255.255.0
> ip audit info action alarm
> ip audit attack action alarm
> pdm location server 255.255.255.255 inside
> pdm logging informational 100
> pdm history enable
> arp timeout 14400
> global (outside) 1 interface
> nat (inside) 1 0.0.0.0 0.0.0.0 0 0
> static (inside,outside) 66.xxx.xxx.150 server netmask 255.255.255.255
> 0 0
> static (inside,outside) 66.xxx.xxx.187 192.168.2.9 netmask
> 255.255.255.255 0 0
> static (inside,outside) 216.xxx.xxx.243 192.168.2.7 netmask
> 255.255.255.255 0 0
> access-group inetACL in interface outside
> route outside 0.0.0.0 0.0.0.0 66.xxx.xxx.193 1
> timeout xlate 0:05:00
> timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225
> 1:00:00
> timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
> timeout uauth 0:05:00 absolute
> aaa-server TACACS+ protocol tacacs+
> aaa-server RADIUS protocol radius
> aaa-server LOCAL protocol local
> http server enable
> http 192.168.2.0 255.255.255.0 inside
> no snmp-server location
> no snmp-server contact
> snmp-server community public
> no snmp-server enable traps
> floodguard enable
> telnet 192.168.2.0 255.255.255.0 inside
> telnet timeout 5
> ssh timeout 5
> console timeout 0
> terminal width 80
>

Where are you getting the 216.X..243 address from? Did your ISP just give it
to you? If they just gave it to you are you routing it on your internet
router to the Pix? There is nothing wrong with the Pix config IF that is
your address and is being routed properly to the Pix.


Similar ThreadsPosted
how static(dmz,ouside) work? June 12, 2005, 11:20 pm
Help! Static NAT failed to work -- NAT overload issue? July 7, 2006, 2:02 pm
Cisco PIX 501 - Port forwarded to an internal host via Static NAT doesn't work from internal host January 19, 2006, 4:46 pm
Multiple NATs PIX 515 August 23, 2005, 3:04 pm
use both static and nat August 26, 2004, 12:52 am
PIX static to itself? December 20, 2004, 12:42 am
PIX - Static NAT March 11, 2005, 8:57 pm
static web key August 7, 2005, 3:03 pm
static vs nat 0 April 16, 2008, 8:54 am
Static Routing August 26, 2004, 12:44 am

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map