disable emm in mgcamd

In mg_cfg, in the AU section, disable A: to { 00 }
 
hi llew would you know how i could see my newcs web page from outside my network as i can login to it from my 192.168 page when im in my own house but when im in my mums i cant,any help would be great.
 
hi i have looked at the link you gave me but im still haveing trouble opening my newcs web page from another house with my external ip address.can i ask have you been able to do this yourself any little help would be great, i have done alot of things myself regarding the server and not need to ask for help but i have just came accross this stumbling block and hoped someone would be kind enough to help,kind regards.
 
Can't help with that mate, I just do local network stuff.
 
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.
 
Back
Top