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!

DSL Router 1

Status
Not open for further replies.

MRJRT

Technical User
Joined
Nov 1, 2003
Messages
3
Location
US
How to use PCAnywhere with my friend who is useing DSL router? I have a cable modem, I can,t get his IP address. he can connect to me using PCA because he can getmy IP.Can anyone help?
 
ip nat inside source static udp 192.168.1.9 5634 66.xx.xxx.xxx 5634 extendable
ip nat inside source static tcp 192.168.1.9 5633 66.xx.xxx.xxx 5633 extendable
ip nat inside source static udp 192.168.1.8 5632 66.xx.xxx.xxx 5632 extendable
ip nat inside source static tcp 192.168.1.8 5631 66.xx.xxx.xxx 5631 extendable

access-list 101 permit tcp any host 66.xx.xxx.xxx eq 5631
access-list 101 permit udp any host 66.xx.xxx.xxx eq 5632
access-list 101 permit tcp any host 66.xx.xxx.xxx eq 5633
access-list 101 permit udp any host 66.xx.xxx.xxx eq 5634


Maybe this will help you
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top