Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

which PORT i have to use to connect to dm500s Remotely

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gianni253
    Experienced Board Member
    • Nov 2012
    • 903

    #16
    Re: which PORT i have to use to connect to dm500s Remotely

    Telnet is a standard command both in windows and linux.
    Just run it from a command prompt.
    After login you can run the wget command, that is a command that will be executed in the receiver.
    The settings files have already been sent to the receiver via ftp (at least you said so ...)

    Comment

    • vimmers
      Experienced Board Member
      • Jun 2010
      • 1188

      #17
      Re: which PORT i have to use to connect to dm500s Remotely

      and 127.0.0.1 are local not out of the house
      so you need to replace 127.0.0.1 with a dyndns address

      Comment

      • aplok
        Experienced Board Member
        • Jun 2013
        • 1155

        #18
        Re: which PORT i have to use to connect to dm500s Remotely

        with a dyndns address, you need to portforward the telnet port:


        isp -> dyn:12345 -> modem -> modem.router - port forward 12345 -> dboxip:23


        assuming dyn=100.2.3.4
        so that from outside this

        telnet 100.2.3.4 12345

        will be forwarded by the modem-router to your dbox

        Comment

        Working...