Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Firewalls
[Top] [All Lists]

Re: Pix external inteface and multiple IP address - is it possible?

Subject: Re: Pix external inteface and multiple IP address - is it possible?
Date: Tue, 14 Mar 2006 15:58:25 -0500
It depends how you want the PIX to "listen" on the IPs.  You can only assign 
one IP address to the external interface, but you can have the PIX "listen" 
on other IP address and statically translate them or map them to an internal 
device such as a server.  For instance:

**Set the outside IP**
ip address outside 192.168.100.1 255.255.255.240

**Set up static translations for the PIX to "listen" on other IPs**
The first entry tells the PIX to "listen" on 192.168.100.2 and when it 
receives data on that IP, translate and send the data to the internal IP of 
10.0.10.25
The same goes for the second entry only listening on 192.168.100.3
static (inside,outside) 192.168.100.2 10.0.10.25 netmask 255.255.255.255 0 0
static (inside,outside) 192.168.100.3 10.0.10.25 netmask 255.255.255.255 0 0

Hope this helps!
Aaron


----- Original Message ----- 
From: "Ade" <adrian.bradshaw@gmail.com>
To: <firewalls@securityfocus.com>
Sent: Tuesday, March 14, 2006 2:49 PM
Subject: Pix external inteface and multiple IP address - is it possible?


This may seem like a silly question, but can the external interface of
a PIX (515) have more than one IP address ?

A company Ive been contracted, have a range of IPs and want some
listening on one port and some on another, but do you think I can find
how to assign multiple IPs to the external intrerface?

I have found some forum posts that say its not possible - but surely
that  cant be true?

Thanks, Adrian

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
<Prev in Thread] Current Thread [Next in Thread>