Setting up Dante on Ubuntu Server 12.04 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How to open ports for outside traffic?Ubuntu 12.04 and bind9 not responding to queriesUbuntu 12.04 LXC nat prerouting not workingHow access openssh-server with external IP address from outside the Local Area NetworkUnable to access remotely (LAMP issue)CMS not accessible on home server 14.04Why does remote SSH connection time out?How to connect ubuntu server to websiteSSH over VPN on Ubuntu Client Does not use Tun0Setting Up OpenVPN Communication Error

Is multiple magic items in one inherently imbalanced?

What does Turing mean by this statement?

Amount of permutations on an NxNxN Rubik's Cube

The test team as an enemy of development? And how can this be avoided?

Can the Flaming Sphere spell be rammed into multiple Tiny creatures that are in the same 5-foot square?

Prove that BD bisects angle ABC

What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?

An adverb for when you're not exaggerating

Most bit efficient text communication method?

Is there any word for a place full of confusion?

How much damage would a cupful of neutron star matter do to the Earth?

Strange behavior of Object.defineProperty() in JavaScript

Do wooden building fires get hotter than 600°C?

Should a wizard buy fine inks every time he want to copy spells into his spellbook?

Sum letters are not two different

Time evolution of a Gaussian wave packet, why convert to k-space?

How long can equipment go unused before powering up runs the risk of damage?

preposition before coffee

Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode

Would it be easier to apply for a UK visa if there is a host family to sponsor for you in going there?

What would you call this weird metallic apparatus that allows you to lift people?

Trademark violation for app?

What are the discoveries that have been possible with the rejection of positivism?

What is best way to wire a ceiling receptacle in this situation?



Setting up Dante on Ubuntu Server 12.04



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How to open ports for outside traffic?Ubuntu 12.04 and bind9 not responding to queriesUbuntu 12.04 LXC nat prerouting not workingHow access openssh-server with external IP address from outside the Local Area NetworkUnable to access remotely (LAMP issue)CMS not accessible on home server 14.04Why does remote SSH connection time out?How to connect ubuntu server to websiteSSH over VPN on Ubuntu Client Does not use Tun0Setting Up OpenVPN Communication Error



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I'm trying to set up and configure socks5 server that requires authentication.



I've got dante to run on ubuntu and set up configuration to be able to connect without authentication first:



internal: eth0 port = 1080
external: eth0
method: username none
user.privileged: root
client pass
from: 0.0.0.0/0 to: 0.0.0.0/0

pass
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp



after this I've started dante by



/etc/init.d/danted start


netstat -n -a shows:



tcp 0 0 10.135.9.111:1080 0.0.0.0:* LISTEN


However, I can't connect to it from the outside.



What's wrong?










share|improve this question














bumped to the homepage by Community 9 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    2















    I'm trying to set up and configure socks5 server that requires authentication.



    I've got dante to run on ubuntu and set up configuration to be able to connect without authentication first:



    internal: eth0 port = 1080
    external: eth0
    method: username none
    user.privileged: root
    client pass
    from: 0.0.0.0/0 to: 0.0.0.0/0

    pass
    from: 0.0.0.0/0 to: 0.0.0.0/0
    protocol: tcp udp



    after this I've started dante by



    /etc/init.d/danted start


    netstat -n -a shows:



    tcp 0 0 10.135.9.111:1080 0.0.0.0:* LISTEN


    However, I can't connect to it from the outside.



    What's wrong?










    share|improve this question














    bumped to the homepage by Community 9 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      2












      2








      2








      I'm trying to set up and configure socks5 server that requires authentication.



      I've got dante to run on ubuntu and set up configuration to be able to connect without authentication first:



      internal: eth0 port = 1080
      external: eth0
      method: username none
      user.privileged: root
      client pass
      from: 0.0.0.0/0 to: 0.0.0.0/0

      pass
      from: 0.0.0.0/0 to: 0.0.0.0/0
      protocol: tcp udp



      after this I've started dante by



      /etc/init.d/danted start


      netstat -n -a shows:



      tcp 0 0 10.135.9.111:1080 0.0.0.0:* LISTEN


      However, I can't connect to it from the outside.



      What's wrong?










      share|improve this question














      I'm trying to set up and configure socks5 server that requires authentication.



      I've got dante to run on ubuntu and set up configuration to be able to connect without authentication first:



      internal: eth0 port = 1080
      external: eth0
      method: username none
      user.privileged: root
      client pass
      from: 0.0.0.0/0 to: 0.0.0.0/0

      pass
      from: 0.0.0.0/0 to: 0.0.0.0/0
      protocol: tcp udp



      after this I've started dante by



      /etc/init.d/danted start


      netstat -n -a shows:



      tcp 0 0 10.135.9.111:1080 0.0.0.0:* LISTEN


      However, I can't connect to it from the outside.



      What's wrong?







      server socks5






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 6 '13 at 20:15









      Arsen ZahrayArsen Zahray

      202149




      202149





      bumped to the homepage by Community 9 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 9 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Open the port in the firewall (if you haven't done so already). There is a firewall GUI that you can use to make the necessary changes.






          share|improve this answer




















          • 2





            @user233005 I've edited this to make more clear that it really is an answer. But I recommend that you edit it further to explain exactly what you're recommending. What firewall GUI are you recommending? How should it be used in this case? You can explain this by clicking the edit link below your answer and adding the information to your answer.

            – Eliah Kagan
            Jan 8 '14 at 5:23












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f252122%2fsetting-up-dante-on-ubuntu-server-12-04%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Open the port in the firewall (if you haven't done so already). There is a firewall GUI that you can use to make the necessary changes.






          share|improve this answer




















          • 2





            @user233005 I've edited this to make more clear that it really is an answer. But I recommend that you edit it further to explain exactly what you're recommending. What firewall GUI are you recommending? How should it be used in this case? You can explain this by clicking the edit link below your answer and adding the information to your answer.

            – Eliah Kagan
            Jan 8 '14 at 5:23
















          0














          Open the port in the firewall (if you haven't done so already). There is a firewall GUI that you can use to make the necessary changes.






          share|improve this answer




















          • 2





            @user233005 I've edited this to make more clear that it really is an answer. But I recommend that you edit it further to explain exactly what you're recommending. What firewall GUI are you recommending? How should it be used in this case? You can explain this by clicking the edit link below your answer and adding the information to your answer.

            – Eliah Kagan
            Jan 8 '14 at 5:23














          0












          0








          0







          Open the port in the firewall (if you haven't done so already). There is a firewall GUI that you can use to make the necessary changes.






          share|improve this answer















          Open the port in the firewall (if you haven't done so already). There is a firewall GUI that you can use to make the necessary changes.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 8 '14 at 5:22









          Eliah Kagan

          83.5k22229369




          83.5k22229369










          answered Jan 8 '14 at 4:06









          user233005user233005

          1




          1







          • 2





            @user233005 I've edited this to make more clear that it really is an answer. But I recommend that you edit it further to explain exactly what you're recommending. What firewall GUI are you recommending? How should it be used in this case? You can explain this by clicking the edit link below your answer and adding the information to your answer.

            – Eliah Kagan
            Jan 8 '14 at 5:23













          • 2





            @user233005 I've edited this to make more clear that it really is an answer. But I recommend that you edit it further to explain exactly what you're recommending. What firewall GUI are you recommending? How should it be used in this case? You can explain this by clicking the edit link below your answer and adding the information to your answer.

            – Eliah Kagan
            Jan 8 '14 at 5:23








          2




          2





          @user233005 I've edited this to make more clear that it really is an answer. But I recommend that you edit it further to explain exactly what you're recommending. What firewall GUI are you recommending? How should it be used in this case? You can explain this by clicking the edit link below your answer and adding the information to your answer.

          – Eliah Kagan
          Jan 8 '14 at 5:23






          @user233005 I've edited this to make more clear that it really is an answer. But I recommend that you edit it further to explain exactly what you're recommending. What firewall GUI are you recommending? How should it be used in this case? You can explain this by clicking the edit link below your answer and adding the information to your answer.

          – Eliah Kagan
          Jan 8 '14 at 5:23


















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f252122%2fsetting-up-dante-on-ubuntu-server-12-04%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»