Dante on Ubuntu 18.04.2 LTS
Multi tool use
i've been trying to use Dante on Ubuntu 18.04.2 LTS.
After installing i try to configure it with nano /etc/danted.conf
and i get `# $Id: sockd.conf,v 1.52.10.2.2.2 2017/01/31 07:16:25 karls Exp $
#
A sample danted.conf
#
#
The config file is divided into three parts;
1) server settings
2) rules
3) routes
#
The recommended order is:
Server settings:
logoutput
internal
external
socksmethod
clientmethod
users
compatibility
extension
timeout
srchost
#
Rules:
client block/pass
from to
libwrap2222
log
#
block/pass
from to
socksmethod
command
libwrap
log
protocol
proxyprotocol
#
Routes:
the server will log both via syslog, to stdout and to /var/log/sockd.log
logoutput: syslog stdout /var/log/sockd.log
logoutput: stderr
The server will bind to the address 10.1.1.1, port 1080 and will only
accept connections going to that address.
internal: 10.1.1.1 port = 1080
all outgoing connections from the server will use the IP address
195.168.1.1
external: 192.168.1.1
list over acceptable authentication methods, order of preference.
An authentication method not set here will never be selected.
#
If the socksmethod field is not set in a rule, the global
socksmethod is filled in for that rule.
#
methods for socks-rules.
socksmethod: username none #rfc931
methods for client-rules.
clientmethod: none
or if you want to allow rfc931 (ident) too
socksmethod: username rfc931 none
or for PAM authentication
socksmethod: pam
#
User identities, an important section.
#
when doing something that can require privilege, it will use the
userid:
user.privileged: proxy
when running as usual, it will use the unprivileged userid of:
user.unprivileged: nobody
If you are not using libwrap, no need for the below line, so leave
it commented.
If you compiled with libwrap support, what userid should it use
when executing your libwrap commands? "libwrap".
user.libwrap: libwrap
user.libwrap: nobody
#
Some options to help clients with compatibility:
`
Can you please help me with this or give me an alternative to Dante? many thanks
networking server proxy socks5
New contributor
add a comment |
i've been trying to use Dante on Ubuntu 18.04.2 LTS.
After installing i try to configure it with nano /etc/danted.conf
and i get `# $Id: sockd.conf,v 1.52.10.2.2.2 2017/01/31 07:16:25 karls Exp $
#
A sample danted.conf
#
#
The config file is divided into three parts;
1) server settings
2) rules
3) routes
#
The recommended order is:
Server settings:
logoutput
internal
external
socksmethod
clientmethod
users
compatibility
extension
timeout
srchost
#
Rules:
client block/pass
from to
libwrap2222
log
#
block/pass
from to
socksmethod
command
libwrap
log
protocol
proxyprotocol
#
Routes:
the server will log both via syslog, to stdout and to /var/log/sockd.log
logoutput: syslog stdout /var/log/sockd.log
logoutput: stderr
The server will bind to the address 10.1.1.1, port 1080 and will only
accept connections going to that address.
internal: 10.1.1.1 port = 1080
all outgoing connections from the server will use the IP address
195.168.1.1
external: 192.168.1.1
list over acceptable authentication methods, order of preference.
An authentication method not set here will never be selected.
#
If the socksmethod field is not set in a rule, the global
socksmethod is filled in for that rule.
#
methods for socks-rules.
socksmethod: username none #rfc931
methods for client-rules.
clientmethod: none
or if you want to allow rfc931 (ident) too
socksmethod: username rfc931 none
or for PAM authentication
socksmethod: pam
#
User identities, an important section.
#
when doing something that can require privilege, it will use the
userid:
user.privileged: proxy
when running as usual, it will use the unprivileged userid of:
user.unprivileged: nobody
If you are not using libwrap, no need for the below line, so leave
it commented.
If you compiled with libwrap support, what userid should it use
when executing your libwrap commands? "libwrap".
user.libwrap: libwrap
user.libwrap: nobody
#
Some options to help clients with compatibility:
`
Can you please help me with this or give me an alternative to Dante? many thanks
networking server proxy socks5
New contributor
add a comment |
i've been trying to use Dante on Ubuntu 18.04.2 LTS.
After installing i try to configure it with nano /etc/danted.conf
and i get `# $Id: sockd.conf,v 1.52.10.2.2.2 2017/01/31 07:16:25 karls Exp $
#
A sample danted.conf
#
#
The config file is divided into three parts;
1) server settings
2) rules
3) routes
#
The recommended order is:
Server settings:
logoutput
internal
external
socksmethod
clientmethod
users
compatibility
extension
timeout
srchost
#
Rules:
client block/pass
from to
libwrap2222
log
#
block/pass
from to
socksmethod
command
libwrap
log
protocol
proxyprotocol
#
Routes:
the server will log both via syslog, to stdout and to /var/log/sockd.log
logoutput: syslog stdout /var/log/sockd.log
logoutput: stderr
The server will bind to the address 10.1.1.1, port 1080 and will only
accept connections going to that address.
internal: 10.1.1.1 port = 1080
all outgoing connections from the server will use the IP address
195.168.1.1
external: 192.168.1.1
list over acceptable authentication methods, order of preference.
An authentication method not set here will never be selected.
#
If the socksmethod field is not set in a rule, the global
socksmethod is filled in for that rule.
#
methods for socks-rules.
socksmethod: username none #rfc931
methods for client-rules.
clientmethod: none
or if you want to allow rfc931 (ident) too
socksmethod: username rfc931 none
or for PAM authentication
socksmethod: pam
#
User identities, an important section.
#
when doing something that can require privilege, it will use the
userid:
user.privileged: proxy
when running as usual, it will use the unprivileged userid of:
user.unprivileged: nobody
If you are not using libwrap, no need for the below line, so leave
it commented.
If you compiled with libwrap support, what userid should it use
when executing your libwrap commands? "libwrap".
user.libwrap: libwrap
user.libwrap: nobody
#
Some options to help clients with compatibility:
`
Can you please help me with this or give me an alternative to Dante? many thanks
networking server proxy socks5
New contributor
i've been trying to use Dante on Ubuntu 18.04.2 LTS.
After installing i try to configure it with nano /etc/danted.conf
and i get `# $Id: sockd.conf,v 1.52.10.2.2.2 2017/01/31 07:16:25 karls Exp $
#
A sample danted.conf
#
#
The config file is divided into three parts;
1) server settings
2) rules
3) routes
#
The recommended order is:
Server settings:
logoutput
internal
external
socksmethod
clientmethod
users
compatibility
extension
timeout
srchost
#
Rules:
client block/pass
from to
libwrap2222
log
#
block/pass
from to
socksmethod
command
libwrap
log
protocol
proxyprotocol
#
Routes:
the server will log both via syslog, to stdout and to /var/log/sockd.log
logoutput: syslog stdout /var/log/sockd.log
logoutput: stderr
The server will bind to the address 10.1.1.1, port 1080 and will only
accept connections going to that address.
internal: 10.1.1.1 port = 1080
all outgoing connections from the server will use the IP address
195.168.1.1
external: 192.168.1.1
list over acceptable authentication methods, order of preference.
An authentication method not set here will never be selected.
#
If the socksmethod field is not set in a rule, the global
socksmethod is filled in for that rule.
#
methods for socks-rules.
socksmethod: username none #rfc931
methods for client-rules.
clientmethod: none
or if you want to allow rfc931 (ident) too
socksmethod: username rfc931 none
or for PAM authentication
socksmethod: pam
#
User identities, an important section.
#
when doing something that can require privilege, it will use the
userid:
user.privileged: proxy
when running as usual, it will use the unprivileged userid of:
user.unprivileged: nobody
If you are not using libwrap, no need for the below line, so leave
it commented.
If you compiled with libwrap support, what userid should it use
when executing your libwrap commands? "libwrap".
user.libwrap: libwrap
user.libwrap: nobody
#
Some options to help clients with compatibility:
`
Can you please help me with this or give me an alternative to Dante? many thanks
networking server proxy socks5
networking server proxy socks5
New contributor
New contributor
New contributor
asked 8 hours ago
lorenzo lorenzo
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
lorenzo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1122826%2fdante-on-ubuntu-18-04-2-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
lorenzo is a new contributor. Be nice, and check out our Code of Conduct.
lorenzo is a new contributor. Be nice, and check out our Code of Conduct.
lorenzo is a new contributor. Be nice, and check out our Code of Conduct.
lorenzo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1122826%2fdante-on-ubuntu-18-04-2-lts%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
m,fLGJQmK15IDTl9M,ACSyChUmRkYIzA,lIg1zZV,tLKwRULvnkS,iA3LVbk7mp c6FiMj