Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CISCO PIX 501

Status
Not open for further replies.

RishMaster

IS-IT--Management
Jan 16, 2002
10
0
0
CA
I have a CISCO PIX 501 and I want to take 1 external ip address and route it into private dhcp addresses. I also want to take my second IP address and pass it through to my web/ftp server. How do I do this? Can it be done without port forwarding?
 
HI.

I think it can be done like this:

** Outbound traffic using "outside" interface ip **
global 1 interface
nat 1 0 0

** Inbound traffic **
static (inside,outside) x.x.x.x 10.0.0.1
access-list fromoutside permit tcp any host x.x.x.x eq www
access-list fromoutside permit tcp any host x.x.x.x eq ftp
access-group fromoutside in interface outside

Bye

Yizhar Hurwitz
 
Thanks Yizhar. But I have TWO external IPs. One I want to pass through to the server, and the other I want to NAT for the internal network via DHCP.

Rishi.
 
I am so lost... :( I don't understand too much about how to configure Cisco PIX's. What are the line commands I'd use from start to finish?

Thank you so much.
 
Thanks. I haven't loaded the PDM onto my PIX because I do not have the file.

Can you mail it to me at rishi@interbaun.com?

Rishi.
 
Yes, I have read the manuals and mine did not come with one. Can you send it? Just email it to: rishi@interbaun.com.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top