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

Default Telnet Port

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bazinga
    Experienced Member
    • Aug 2011
    • 418

    Default Telnet Port

    Hi

    I have noob friend in another town with 2 dm800 on the same network and I need to give him support using telnet, I know telnet over WAN is possible but becuase there is 2 dm800 on the same network, so Im not sure How I would telnet to both boxes on the same network? or how can find out the default telnet port for dm800.
    DM800HD Clone Satellite
    VU+ Duo Genuine
    SlingBox Pro HD / Sling Player - Fibrelink

    Oh Enigma2, You're my favourite linux based operating system.
  • gauloises1
    Senior Member
    • May 2012
    • 148

    #2
    Re: Default Telnet Port

    i dont know if is possible but try first to connect via teamviewer and then start telnet into your friend's pc

    Comment

    • duhoki
      Experienced Board Member
      • Aug 2011
      • 876

      #3
      Re: Default Telnet Port

      You need to ask you friend to setup port forwarding on his router like this:

      yourFriendIP.com:123 will send you to an internal ip and internal port on his nettwork. Tell him to go in to his router and do the portforwarfing.If problem just ask an i will be happy to help you out on it.

      Comment

      • maiklorey
        Newbie
        • Dec 2012
        • 1

        #4
        Re: Default Telnet Port

        The default telnet port is 23. If you want to connect to one of the dm's of your friend, you should know their ip adresses.

        You could proceed as proposed above:
        1. Connect to your friends pc using teamviewer
        2. Find out the IP adress of the box you want to connect to
        3. Open cmd line
        4. type: telnet 192.x.x.x to connect to the box

        Comment

        • digicon
          Experienced Board Member
          • Jun 2011
          • 971

          #5
          Re: Default Telnet Port

          As posted the default Telnet port is 23 but this can be changed and can be accessed outside the network by port forwarding in your friends router as normal.

          Comment

          • rizwan
            Experienced Board Member
            • Sep 2010
            • 844

            #6
            Re: Default Telnet Port

            Do you consider that port forwarding is safe ? Or can't be hacked ?
            Vu+ Solo2
            Dream Box 800HD,
            Neotion 3000, Skystar2, PTCL IPTV
            HP LCD W2338h
            Samsung LED 40 C5000

            Comment

            • gianni253
              Experienced Board Member
              • Nov 2012
              • 903

              #7
              Re: Default Telnet Port

              Port forwarding is ok but telnet is highly unsafe (uses unencrypted protocol).
              If if just want telnet you have to change listen port on one of the two boxes and then set up the two rules of port forwarding on the router.

              My advice is to use SSH:
              Install dropbear on your boxes - or simply on the remote router, if it is supported (DD-Wrt, OpenWrt etc.) - and use a ssh client on your side (winscp, tunnelier, etc.).
              Much safer and versatile, you will have total control, even using web interface.

              Comment

              • duhoki
                Experienced Board Member
                • Aug 2011
                • 876

                #8
                Re: Default Telnet Port

                If you are awear of security of wan telnet and port forwarding, i will advice you to just remote controll(team viewer) on a computer that is on the network you want to preform telnet on.

                Comment

                • Bazinga
                  Experienced Member
                  • Aug 2011
                  • 418

                  #9
                  Re: Default Telnet Port

                  port forwarding is done,

                  but normally I would telnet without a port number,
                  if I telnet to a wan IP with port number, is it done in this format

                  telnet 123.123.123:1235
                  telnet wan-iport

                  because I tried but doesn't work.
                  DM800HD Clone Satellite
                  VU+ Duo Genuine
                  SlingBox Pro HD / Sling Player - Fibrelink

                  Oh Enigma2, You're my favourite linux based operating system.

                  Comment

                  • gianni253
                    Experienced Board Member
                    • Nov 2012
                    • 903

                    #10
                    Re: Default Telnet Port

                    Originally posted by Bazinga
                    port forwarding is done,

                    but normally I would telnet without a port number,
                    if I telnet to a wan IP with port number, is it done in this format

                    telnet 123.123.123:1235
                    telnet wan-iport

                    because I tried but doesn't work.
                    telnet myhost.***.com
                    is equivalent to:
                    telnet myhost.***.com 23
                    because default port for telnet is 23

                    If you want to telnet on port 49159:
                    telnet myhost.***.com 49159

                    For the second box you'd better use a port in the interval 49152-65535 (non assigned ports). Not mandatory, but more "aesthetic".

                    Comment

                    • Bazinga
                      Experienced Member
                      • Aug 2011
                      • 418

                      #11
                      Re: Default Telnet Port

                      Originally posted by gianni253
                      telnet myhost.***.com
                      is equivalent to:
                      telnet myhost.***.com 23
                      because default port for telnet is 23

                      If you want to telnet on port 49159:
                      telnet myhost.***.com 49159

                      For the second box you'd better use a port in the interval 49152-65535 (non assigned ports). Not mandatory, but more "aesthetic".
                      so just to clarify, when I telnet, I don't need to put the colon symbol ( : ) between the ip/host and port number?, just space?
                      DM800HD Clone Satellite
                      VU+ Duo Genuine
                      SlingBox Pro HD / Sling Player - Fibrelink

                      Oh Enigma2, You're my favourite linux based operating system.

                      Comment

                      • gianni253
                        Experienced Board Member
                        • Nov 2012
                        • 903

                        #12
                        Re: Default Telnet Port

                        Originally posted by Bazinga
                        so just to clarify, when I telnet, I don't need to put the colon symbol ( : ) between the ip/host and port number?, just space?
                        Exactly, no colon symbol, just space.

                        Comment

                        • Bazinga
                          Experienced Member
                          • Aug 2011
                          • 418

                          #13
                          Re: Default Telnet Port

                          and finally I know some basic telnet commands, but is there a full list of commands I could use for the dreambox?

                          and also does such a software exist with graphical user interface with pre-programmed telnet commands for dreambox?
                          DM800HD Clone Satellite
                          VU+ Duo Genuine
                          SlingBox Pro HD / Sling Player - Fibrelink

                          Oh Enigma2, You're my favourite linux based operating system.

                          Comment

                          • gianni253
                            Experienced Board Member
                            • Nov 2012
                            • 903

                            #14
                            Re: Default Telnet Port

                            I attach for you a small pdf with busybox commands.
                            It should be at least 95% compatible with your busybox implementation.
                            Attached Files

                            Comment

                            • coolwar
                              Board Senior Member
                              • Jun 2010
                              • 242

                              #15
                              Re: Default Telnet Port

                              Do you consider that port forwarding is safe ?

                              Comment

                              Working...