Results 1 to 3 of 3

Thread: SSH tunneling help?

  1. #1
    Join Date
    Dec 2007
    Beans
    29

    SSH tunneling help?

    Im trying to port forward 10000 for webmin/no-ip.org following the directions in this post:

    http://ubuntuforums.org/showthread.php?t=902762

    i get to the point of the ssh command "ssh user@myserver.no-ip.org -L 10000:localhost:10000" but i get the error:

    bind: Address already in use
    channel_setup_fwd_listener: cannot listen to port: 10000
    Could not request local forwarding.

    then it acts like it logs me back into ubuntu (shows the initial login info).

    I think i have everything else setup correctly, if i could get this port forwarded correctly i should be in business.

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: SSH tunneling help?

    Moved to networking and wireless.

  3. #3
    Join Date
    Feb 2006
    Location
    North Carolina, USA
    Beans
    410
    Distro
    Ubuntu

    Re: SSH tunneling help?

    It seems you're trying to use the same source port and destination port (10000). Maybe you should try the command "ssh user@myserver.no-ip.org -L 10000:localhost:22". This article has some more/different details and instructions that may help you.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •