Remotely administration

I have a flowpoint router in front of my domino server. While out on the road, I would like a way to remotely administer the server so that I can add and delete users, as well as change their passwords. Does anyone know what I need to do to the router to make this happen?

Thanks in advance

Please email rriccardi@centaurisystems.com

Subject: remotely administration

port 1352 would need to be open (not blocked).

Subject: RE: remotely administration

If you have a linux server with SSH open outside the firewall, you could use port forwarding and use Port 1352. On your host computer, you would tell it to connect to a domino server on localhost instead of 192.168.x.x (or other name,etc.)

Subject: RE: remotely administration

ok this is interesting (Since windows 2000 is the platform – but no stress here).

If this was a linux server, then YES you can use ssh and view the server’s console. A lot of administrator launch domino within a ‘screen’ session. This allows them to see the console live when then connect to the server remotely as in the case of SSH.

So yes if you are on your local computer you can connect to the domino server via ssh dominoservernameORip and after the authenication you should be able to see the console. Of cousrse this does not help on adding local users.

HTH – Cheers