Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > PIX 501, NAT/PAT capable of utilizing several public IPs?

Reply
Thread Tools

PIX 501, NAT/PAT capable of utilizing several public IPs?

 
 
Jordan Peterson
Guest
Posts: n/a
 
      09-17-2004
We recently purchased a PIX 501 with software version 6.3(3). Our ISP
has given us a /29 (x.x.x.16 where .169 is the gateway and .170
through .174 are available to us. We'd like to run web servers whose
public IPs are .170, .171, and .172 for now. We want to block all
ports by default (except 80 and maybe a few others) and protect them
as much as possible because two of the servers run IIS.

Other newsgroup posts have noted that the PIX can't have "secondary"
IP addresses assigned to its outside interface. But is there a way to
accomplish what we want using NAT or PAT on the PIX? Or would we need
a Cisco router (or Linux or BSD box) as our ingress point to be able
to use several of our public IPs?
 
Reply With Quote
 
 
 
 
mcaissie
Guest
Posts: n/a
 
      09-17-2004
> Other newsgroup posts have noted that the PIX can't have "secondary"
> IP addresses assigned to its outside interface.


it's through in a sense but it doesn't block you to accomplish what you
need.

You can just apply one IP on the outside interface using
ip address outside x.x.x.170 255.255.255.248

but you can use the remaining 171 to 174 to make static translations with
your
internal servers

static (inside,outside) x.x.x.171 [internal ip] netmask 255.255.255.255 0 0

Then you can permit whatever traffic you want through acls - for example
access-list acl_out permit tcp any host x.x.x.171 eq www

So in a certain way , x.x.x.171 will become like a secondary on your
outside

"Jordan Peterson" <> wrote in message
news: om...
> We recently purchased a PIX 501 with software version 6.3(3). Our ISP
> has given us a /29 (x.x.x.16 where .169 is the gateway and .170
> through .174 are available to us. We'd like to run web servers whose
> public IPs are .170, .171, and .172 for now. We want to block all
> ports by default (except 80 and maybe a few others) and protect them
> as much as possible because two of the servers run IIS.
>
> Other newsgroup posts have noted that the PIX can't have "secondary"
> IP addresses assigned to its outside interface. But is there a way to
> accomplish what we want using NAT or PAT on the PIX? Or would we need
> a Cisco router (or Linux or BSD box) as our ingress point to be able
> to use several of our public IPs?



 
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
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd loyola MCSE 4 11-15-2006 02:40 AM
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd loyola Microsoft Certification 3 11-14-2006 05:18 PM
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd loyola MCSD 3 11-14-2006 05:18 PM
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd realexxams@yahoo.com Microsoft Certification 0 05-10-2006 02:35 PM
microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb Charles A. Lackman ASP .Net 1 12-08-2004 07:08 PM



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