Setting up Dante on Ubuntu Server 12.04 Announcing the arrival of Valued Associate #679: Cesar...
Is the IBM 5153 color display compatible with the Tandy 1000 16 color modes?
Dynamic filling of a region of a polar plot
Putting class ranking in CV, but against dept guidelines
Amount of permutations on an NxNxN Rubik's Cube
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
One-one communication
A term for a woman complaining about things/begging in a cute/childish way
Is there hard evidence that the grant peer review system performs significantly better than random?
Lagrange four-squares theorem --- deterministic complexity
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Output Devanagari (Hindi) from raw unicode using luatex
How would a mousetrap for use in space work?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
Why is it faster to reheat something than it is to cook it?
How can I set the aperture on my DSLR when it's attached to a telescope instead of a lens?
Is there any word for a place full of confusion?
If the probability of a dog barking one or more times in a given hour is 84%, then what is the probability of a dog barking in 30 minutes?
What is best way to wire a ceiling receptacle in this situation?
Maximum summed subsequences with non-adjacent items
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
What is the meaning of 'breadth' in breadth first search?
How to compare two different files line by line in unix?
Google .dev domain strangely redirects to https
Did any compiler fully use 80-bit floating point?
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♦ 4 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♦ 4 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♦ 4 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♦ 4 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