Setting up Dante on Ubuntu Server 12.04
.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♦ 10 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♦ 10 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♦ 10 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♦ 10 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