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;
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
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.
add a comment |
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
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.
add a comment |
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
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
server socks5
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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