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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple inside IP's on one Outside IP

Status
Not open for further replies.

AJ1982

Technical User
Jun 13, 2001
644
GB
Hello,

Not sure what the exact terminology is im looking for, but my nice and simple home netgear router lets me fwd the port numbers to different internal IP addresses.

eg - ftp - box1
www - box2

However, with the PIX, it seems I can only fwd to one IP address on my inside network and then setup ACL's to restrict traffic.

Is there a way to allow the same Public IP to fwd different port numbers to different internal IP's. Eg - because our NTP and TFTP servers are different.

Thanks
AJ

===

Fatman Superstar (Andrew James)

CCNA,
(CCNA Cisco Academy Instructor Trained)
 

Brilliant. Just putting two and two together.

Cheers

AJ

===

Fatman Superstar (Andrew James)

CCNA,
(CCNA Cisco Academy Instructor Trained)
 
Can I redirect the trafic in such a manner if I have 2, 3 or 4 ftp or web servers and one public IP available?

static (inside,outside) tcp 172.18.124.99 ftp 10.1.1.3
static (inside,outside) tcp 172.18.124.99 ftp 10.1.1.4
static (inside,outside) tcp 172.18.124.99 ftp 10.1.1.5

Would this work?
 
Yes

static (inside,outside) tcp x.x.x.x 1021 x.x.x.x 21

Ta

AJ

===

Fatman Superstar (Andrew James)

CCNA,
(CCNA Cisco Academy Instructor Trained)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top