Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > PIX access-lists and static NAT

Reply
Thread Tools

PIX access-lists and static NAT

 
 
thefunnel@aol.com
Guest
Posts: n/a
 
      10-15-2007
Hi,

I would like to secure an inbound access-list on a PIX 525 running
software version 8.

Hosts on the outside will connect to 3 servers on the inside for WWW.

This will involve an explicit access rule and NAT.

The servers are named and grouped:

name 192.168.1.1 SERVER1
name 192.168.1.2 SERVER2
name 192.168.1.3 SERVER3

object-group network SERVERS
network-object host SERVER1
network-object host SERVER2
network-object host SERVER3

Static NAT is used to map the outside 10.x.x.x addresses to 192.x.x.x.
on the inside:

static (inside,outside) 10.10.10.1 SERVER1 netmask 255.255.255.255
static (inside,outside) 10.10.10.2 SERVER2 netmask 255.255.255.255
static (inside,outside) 10.10.10.3 SERVER3 netmask 255.255.255.255

I have then created an access-list to permit access to the SERVERS
network-group:

access-list outside_access_in extended permit tcp any object-group
SERVERS eq http

For some reason when external users connect to the outside 10.x.x.x
they are not permitted. I'm guessing this because the access-list
mentions the INSIDE names - not the OUTSIDE NAT addresses. I suppose
my question is what order is the traffic processed? NAT or access-
list?

Should my network group really contain the OUTSIDE NAT addresses of
the servers?

Many thanks,

Paul

 
Reply With Quote
 
 
 
 
mcaissie
Guest
Posts: n/a
 
      10-15-2007

<> wrote in message
news: oups.com...
> Hi,
>
> I would like to secure an inbound access-list on a PIX 525 running
> software version 8.
>
> Hosts on the outside will connect to 3 servers on the inside for WWW.
>
> This will involve an explicit access rule and NAT.
>
> The servers are named and grouped:
>
> name 192.168.1.1 SERVER1
> name 192.168.1.2 SERVER2
> name 192.168.1.3 SERVER3
>
> object-group network SERVERS
> network-object host SERVER1
> network-object host SERVER2
> network-object host SERVER3
>
> Static NAT is used to map the outside 10.x.x.x addresses to 192.x.x.x.
> on the inside:
>
> static (inside,outside) 10.10.10.1 SERVER1 netmask 255.255.255.255
> static (inside,outside) 10.10.10.2 SERVER2 netmask 255.255.255.255
> static (inside,outside) 10.10.10.3 SERVER3 netmask 255.255.255.255
>
> I have then created an access-list to permit access to the SERVERS
> network-group:
>
> access-list outside_access_in extended permit tcp any object-group
> SERVERS eq http
>
> For some reason when external users connect to the outside 10.x.x.x
> they are not permitted. I'm guessing this because the access-list
> mentions the INSIDE names - not the OUTSIDE NAT addresses. I suppose
> my question is what order is the traffic processed? NAT or access-
> list?
>
> Should my network group really contain the OUTSIDE NAT addresses of
> the servers?
>
> Many thanks,
>
> Paul
>





The access-group is processed before the NAT , so yes your network group
should contain the translated addresses.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
policy nat and static NAt wtpandar Cisco 0 09-12-2006 01:53 AM
acl+Static nat+Dynamic Nat yadap Cisco 0 08-31-2006 06:50 AM
IPSec tunnels + NAT overload + NAT static alpertech@yahoo.ca Cisco 1 01-20-2006 02:52 PM
NAT overload with some static NAT's and a block public IP's Ronald de Leeuw Cisco 2 07-03-2005 05:45 PM
NAT exemption versus Static NAT. Where is the difference? Anonymous Poster Cisco 0 04-26-2004 04:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57