Need Help Configuring Static NAT and Access List

Need Help Configuring Static NAT and Access List

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
Need Help Configuring Static NAT and Access List tman 06-17-2008
Posted by tman on June 17, 2008, 9:24 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
I am trying to learn how to configure an ASA5505. I have written one
access-list and one static NAT statement but I cannot get packets from
outside to the host on the dmz.

The ip address on the outside interface is 200.1.1.132. The ip
address on the dmz interface is 192.168.20.1.

To test I have one host, 200.1.1.131 connected to the outside
interface and a second host, 192.168.20.134 connected to the dmz
interface. I am running a utility called Attacker on the host in the
dmz that is listening on port 110. To test I just telnet from the
outside host to port 110 on the host in the dmz. So far I have been
unsuccessful.

Here are my access-list and its grouping to the outside interface and
my static NAT statement Am I missing something? Do I have to add
200.1.1.134 to the outside interface as a virtual ip address like some
firewalls or does the static nat accomplish this?

access-list OutsideToDmz extended permit tcp any host 200.1.1.134 eq
pop3

access-group OutsideToDmz in interface outside

static (outside,dmz) 192.168.20.134 200.1.1.134 netmask
255.255.255.255

Any suggestions will be greatly appreciated.

Thanks


Network Magic 20% Off NMEASY coupon code spring banner 468x60
Posted by jcle on June 17, 2008, 9:58 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
> I am trying to learn how to configure an ASA5505. =A0I have written one
> access-list and one static NAT statement but I cannot get packets from
> outside to the host on the dmz.
>
> The ip address on the outside interface is 200.1.1.132. =A0The ip
> address on the dmz interface is 192.168.20.1.
>
> To test I have one host, 200.1.1.131 connected to the outside
> interface and a second host, 192.168.20.134 connected to the dmz
> interface. =A0I am running a utility called Attacker on the host in the
> dmz that is listening on port 110. =A0To test I just telnet from the
> outside host to port 110 on the host in the dmz. =A0So far I have been
> unsuccessful.
>
> Here are my access-list and its grouping to the outside interface and
> my static NAT statement =A0Am I missing something? =A0Do I have to add
> 200.1.1.134 to the outside interface as a virtual ip address like some
> firewalls or does the static nat accomplish this?
>
> access-list OutsideToDmz extended permit tcp any host 200.1.1.134 eq
> pop3
>
> access-group OutsideToDmz in interface outside
>
> static (outside,dmz) 192.168.20.134 200.1.1.134 netmask
> 255.255.255.255
>
> Any suggestions will be greatly appreciated.
>
> Thanks

I think it is static(dmz,outside) 192.168,20.134 200.1.1.234 netmask
255.255.255.255

Posted by mcaissie on June 18, 2008, 9:55 am
If you were  Registered and logged in, you could reply and use other advanced thread options

> I am trying to learn how to configure an ASA5505. I have written one
> access-list and one static NAT statement but I cannot get packets from
> outside to the host on the dmz.
>
> The ip address on the outside interface is 200.1.1.132. The ip
> address on the dmz interface is 192.168.20.1.
>
> To test I have one host, 200.1.1.131 connected to the outside
> interface and a second host, 192.168.20.134 connected to the dmz
> interface. I am running a utility called Attacker on the host in the
> dmz that is listening on port 110. To test I just telnet from the
> outside host to port 110 on the host in the dmz. So far I have been
> unsuccessful.
>
> Here are my access-list and its grouping to the outside interface and
> my static NAT statement Am I missing something? Do I have to add
> 200.1.1.134 to the outside interface as a virtual ip address like some
> firewalls or does the static nat accomplish this?
>
> access-list OutsideToDmz extended permit tcp any host 200.1.1.134 eq
> pop3
>
> access-group OutsideToDmz in interface outside
>
> static (outside,dmz) 192.168.20.134 200.1.1.134 netmask
> 255.255.255.255
>
> Any suggestions will be greatly appreciated.
>
> Thanks

>>I think it is static(dmz,outside) 192.168,20.134 200.1.1.234 netmask
>>255.255.255.255


Actually it's

static (dmz,outside) 200.1.1.234 192.168.20.134 netmask 255.255.255.255

static (real,fake) fake real netmask 255.255.255.255




Posted by tman on June 18, 2008, 12:26 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
>
>
>
>
>
>
> > I am trying to learn how to configure an ASA5505. I have written one
> > access-list and one static NAT statement but I cannot get packets from
> > outside to the host on the dmz.
>
> > The ip address on the outside interface is 200.1.1.132. The ip
> > address on the dmz interface is 192.168.20.1.
>
> > To test I have one host, 200.1.1.131 connected to the outside
> > interface and a second host, 192.168.20.134 connected to the dmz
> > interface. I am running a utility called Attacker on the host in the
> > dmz that is listening on port 110. To test I just telnet from the
> > outside host to port 110 on the host in the dmz. So far I have been
> > unsuccessful.
>
> > Here are my access-list and its grouping to the outside interface and
> > my static NAT statement Am I missing something? Do I have to add
> > 200.1.1.134 to the outside interface as a virtual ip address like some
> > firewalls or does the static nat accomplish this?
>
> > access-list OutsideToDmz extended permit tcp any host 200.1.1.134 eq
> > pop3
>
> > access-group OutsideToDmz in interface outside
>
> > static (outside,dmz) 192.168.20.134 200.1.1.134 netmask
> > 255.255.255.255
>
> > Any suggestions will be greatly appreciated.
>
> > Thanks
> >>I think it is static(dmz,outside) 192.168,20.134 200.1.1.234 netmask
> >>255.255.255.255
>
> Actually it's
>
> static (dmz,outside) 200.1.1.234 192.168.20.134 netmask 255.255.255.255
>
> static (real,fake) fake real netmask 255.255.255.255- Hide quoted text -
>
> - Show quoted text -

Thanks. That finally worked. Jeeesh! These docs are difficult to
interpret. They seem to always use weird examples rather than
straight forward basic ones.

Similar ThreadsPosted
static nat and access-list September 7, 2005, 11:31 am
Changing access list on virtual-access interface? August 25, 2004, 1:38 pm
access-list addition blocking access to web server !?! June 23, 2005, 10:49 pm
Cisco Access Concentrator 3005 Access List July 13, 2006, 3:27 pm
Pix Static Entry for Translation LIst March 13, 2006, 12:31 pm
Access-List: Blocking all access by mistake November 29, 2004, 12:44 pm
Have traffic access net from dmz with access-list applied September 15, 2006, 4:26 pm
Configuring a 760 for internet access February 10, 2006, 2:23 pm
Configuring Access for L2TP and PPTP Clients on PIX 506 E February 2, 2006, 6:44 am
Problem Configuring Access Mode on an Interface on a Catalyst 3500XL May 9, 2008, 2:35 pm

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