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 2500 port forwarding for shoutcast

Status
Not open for further replies.

clarkdo

MIS
Jun 27, 2002
13
0
0
US
I have a cisco 2500 - IOS version 12.0(5)

how do I forward ports 8000 and 8001 for shoutcast?
 
A little vague, but I think this is what you want:

Code:
ip nat inside source static tcp 192.168.1.10 8000 64.64.64.10 8000 extendable

ip nat inside source static tcp 192.168.1.10 8001 64.64.64.10 8001 extendable


Maybe someone here knows a better way... I'd like to know if this is the proper way, or is there a way to specify a range? ie.- 8000-8001
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top