Skip to main content

It'sBelow is my Dante'sDante SOCKS Proxy server configuration that I connect to without any authentication:

internal: eth0 port = 53200
internal: 127.0.0.1 port = 53200
external: eth0

clientmethod: none
method: none
user.privileged: root

client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error # connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
log: error # connect disconnect
}

I have set up a user group with many users in linux andwith many members. I want members of thatthis group to be able to connect to the proxy server through authentication using authentication (via proxifier). How

How can I useenforce user authentication over dantewith Dante ?

It's my Dante's configuration that I connect without any authentication:

internal: eth0 port = 53200
internal: 127.0.0.1 port = 53200
external: eth0

clientmethod: none
method: none
user.privileged: root

client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error # connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
log: error # connect disconnect
}

I have a group with many users in linux and I want members of that group to be able to connect to proxy server through authentication using proxifier. How can I use authentication over dante ?

Below is my Dante SOCKS Proxy server configuration that I connect to without any authentication:

internal: eth0 port = 53200
internal: 127.0.0.1 port = 53200
external: eth0

clientmethod: none
method: none
user.privileged: root

client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error # connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
log: error # connect disconnect
}

I have set up a user group in linux with many members. I want members of this group to be able to connect to the proxy server using authentication (via proxifier).

How can I enforce user authentication with Dante ?

Source Link
user12461
user12461

User authentication over Dante proxy server

It's my Dante's configuration that I connect without any authentication:

internal: eth0 port = 53200
internal: 127.0.0.1 port = 53200
external: eth0

clientmethod: none
method: none
user.privileged: root

client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error # connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
log: error # connect disconnect
}

I have a group with many users in linux and I want members of that group to be able to connect to proxy server through authentication using proxifier. How can I use authentication over dante ?