The DSL Router we have at CP is a Comtrend ADSL2+ router. CT-5621T. Internet light on extreme right end of router goes red about every third morning and I have to unplug it and plug it back in to get it to go back green.
To change settings on router go to the IP address of the router in firefox and use root and 12345 as username and PW.
To change port settings, go to Advanced setup --> NAT --> virtual servers.
I opened port 873 to allow deltacopy (rsync) server on Blackhawk to be able to receive packets.
-------------------------------------------------------------------------------
To makle sure rsync was running, I typed:
netstat -ano | find "LIST"
That shows the ports that are being listened to and the -o shows the process ID of the program that is doing the listening. Then I went to the Windows task manager to see which process had the ID that was listening on port 873. PIDs are not shown by default in the task manager. Go to the view tab in Task Manager and choose PID as one of the columns to display.
No comments:
Post a Comment