cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
953
Views
0
Helpful
2
Replies

Remote administration with VPN

egrellet
Level 1
Level 1

Two sites are connected with a VPN connection (router to router).

I want use PCANYWHERE to administrate a NT Server trought VPN.

Which ports need to be permit to make this remote administration ?

Is there any restriction ?

Thank you for your response.

2 Replies 2

brawlins
Level 1
Level 1

You'll need to allow ports tcp/5631 and udp/5632 inbound where the server resides.

ggtop
Level 1
Level 1

Assuming your VPN is over the Internet, and encrypted , all LAN to LAN traffic would typically be allowed to pass, unless your mapped an ACL.

I set up PC anywhere to work on a router, using an extended access-list on the serial interface (inbound). I know it was UDP, and the port was low.

Simply write an extended access-list, apply it to your serial interface, and log all traffic

access-list 101 permit any any log

Then find the PC Anywhere intiated connection as it pass the access-list. This is the easiest was to find what ports it's using. Also, on Windows based by, connect to a host using PC anywhere.

The go to a command prompt, and type 'netstat -an |more' and you can see this on the PC also.

http://www.ciscoccna.com/cisco/wellknown_ip/ports.htm

good port listing on the url above.