Hi @scudno1,
The page you are looking at deals with opening ports directly, using port forwarding of the required port number to the Dreambox LAN IP. This is set-up in your home (where the Dreambox lives) router admin pages, firewall rules, inbound services.
For the NewCS http interface you would forward incoming requests on port 8080 to be handled by the Dreambox LAN IP, in my case 192.168.0.24.
In the Firefox address bar at the remote location you would enter:
Code:
http://your.home.dyndns:8080
However, this direct method is not to be recommended as it is a security threat to your Dreambox and, possibly, to your whole network!
Although I have used the direct method, my password has been hacked and my Dreambox has had Asian IPs logged-in to it!! I would only recommend using Dropbear/SSH with RSA Key authentication and password authentication disabled. This is the only (relatively) safe way to communicate with a Dreambox remotely.
I am using Dropbear/SSH with my DM7000S and can do just about everything I used to with directly opened ports. However, with just the single port, that I use for SSH, open (forwarded) and RSA Key authentication, I have not seen any Asian or other IPs anywhere near my Dreambox.
The following thread deals with setting up SSH on an Enigma 2 box and there is a link to my Enigma 1 SSH setup:
http://www.satellites.co.uk/forums/...800-rsa-key-authentication.html?daysprune=365
Hope this helps?
Best wishes, John.