Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > PAT/NAT ACL configuration question

Reply
Thread Tools

PAT/NAT ACL configuration question

 
 
pbass83
Guest
Posts: n/a
 
      05-06-2008
Hi everyone,
I setup a PAT overload on a 2611 router to allow some workstations
internet access. I also want to setup a static NAT for a web/ftp
server. Is it possible to do both simultaneously without opening up
everything?
pete
 
Reply With Quote
 
 
 
 
News Reader
Guest
Posts: n/a
 
      05-06-2008
pbass83 wrote:
> Hi everyone,
> I setup a PAT overload on a 2611 router to allow some workstations
> internet access. I also want to setup a static NAT for a web/ftp
> server. Is it possible to do both simultaneously without opening up
> everything?
> pete


Absolutely.

The following is not a complete configuration; just some ACLs:

ip access-list extended nat-src
remark --- Inside source addresses dynamically translated via PAT
overload.
permit ip 192.168.1.0 0.0.0.255 any

ip nat inside source list nat-src interface Ethernet1 overload

ip nat inside source static tcp 192.168.1.50 21 interface Ethernet1 21
ip nat inside source static tcp 192.168.1.50 80 interface Ethernet1 80

Typically, you'd use an ACL on the inside interface to address outbound
traffic, with inspection to facilitate the return path.

Likewise, you'd use an ACL on the outside interface to address inbound
traffic (i.e.: to your server), with inspection to facilitate the return
path.

Best Regards,
News Reader
 
Reply With Quote
 
 
 
 
pbass83
Guest
Posts: n/a
 
      05-17-2008
On May 6, 7:39 pm, News Reader <u...@domain.null> wrote:
> pbass83 wrote:
> > Hi everyone,
> > I setup a PAT overload on a 2611 router to allow some workstations
> > internet access. I also want to setup a static NAT for a web/ftp
> > server. Is it possible to do both simultaneously without opening up
> > everything?
> > pete

>
> Absolutely.
>
> The following is not a complete configuration; just some ACLs:
>
> ip access-list extended nat-src
> remark --- Inside source addresses dynamically translated via PAT
> overload.
> permit ip 192.168.1.0 0.0.0.255 any
>
> ip nat inside source list nat-src interface Ethernet1 overload
>
> ip nat inside source static tcp 192.168.1.50 21 interface Ethernet1 21
> ip nat inside source static tcp 192.168.1.50 80 interface Ethernet1 80
>
> Typically, you'd use an ACL on the inside interface to address outbound
> traffic, with inspection to facilitate the return path.
>
> Likewise, you'd use an ACL on the outside interface to address inbound
> traffic (i.e.: to your server), with inspection to facilitate the return
> path.
>
> Best Regards,
> News Reader


News Reader,
Thanks very much for the advice. I

pete
 
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
Dhcp Relay Agent And Acl On Sw 3750, DHCP Relay Agent and ACL on Sw 3750 Vimokh Cisco 3 09-06-2006 02:16 AM
Cisco IOS ACL Configuration Stokes Cisco 4 05-09-2006 11:40 PM
PEAP Configuration Woes - PEAP configuration help jester Cisco 1 12-20-2005 02:04 PM
PIX - Can extended ACL's be used as crypto ACL's on a PIX Shad T Cisco 0 06-29-2004 06:27 PM
Complex configuration using Bridge IRB, NAT, VPN, ACL on cisco router(long) Alexandre Cisco 0 10-17-2003 11:03 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