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

Port Forwarding

Status
Not open for further replies.

tec34980

Technical User
Joined
Jan 3, 2006
Messages
1
Location
US
Hey , thanks to who ever reads this and answers. I need to configure a 827 Cisco router for users to access there desktop systems from home using PC AnyWhere. Having trouble with syntax placement. Just finished CCNA 1-4 and I don't beleive we covered this. I could get a very big "ATA BOY" for this if I get it right...LOL
 
To set up a port forwarding rule, you will need something like the following:

int e0
ip nat inside
int dialer0
ip nat outside

ip nat inside source static tcp 192.168.1.1 5631 interface dialer0 5631
ip nat inside source static udp 192.168.1.1 5632 interface dialer0 5632

where 192.168.1.1 is the internal PC Anywhere host, dialer0 is the WAN (Internet-facing) interface on the 827.

I've assumed you're using a fairly current version of PC Anywhere that uses the ports above (TCP 5631 and UDP 5632). I've also assumed you've only got one public IP address available and want to set up port forwarding on the WAN interface IP address.

Link below outlines what ports various versions of PC Anywhere uses. Check your version and make adjustments if necessary to the ports I've forwarded if they don't match.


Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top