Friday, 2024-03-29, 5:03 PM
Welcome Guest

Sec_rity without U

Main | Run Socks5 on Server Dante | Blackhawk - Forum | Registration | Login | RSS
[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum » Operating Systems » LINUX » Run Socks5 on Server Dante | Blackhawk (Run Socks5 on Server Dante)
Run Socks5 on Server Dante | Blackhawk
blackhawkDate: Tuesday, 2012-02-14, 1:01 PM | Message # 1
Private
Group: Checked
Messages: 15
Awards: 0
Reputation: 0
Status: Offline
How to access the restricted sites which ISP blocked for you?
Simply follow me :

If you are using Debian.
1.Install Dante Server
yum install dante-server

2.Open the configuration file: / etc / sockd.conf
code:
logoutput: / var / log / sockd.log
internal: eth0 port = 1080
external: eth1

clientmethod: none
method: username none

# User.privileged: sockd

# User.notprivileged: sockd

# User.libwrap: sockd

# Compatibility: sameport

compatibility: reuseaddr

# Connecttimeout: 30

client pass {
from: 192.168.0.0/16 to: 0.0.0.0 / 0
log: connect error
}

# Instead of 192.168.0.0/16 to specify its own local network or specific IP network

pass {
from: 0.0.0.0 / 0 to: 0.0.0.0 / 0
method: username
# Log: connect error
}

block {
from: 0.0.0.0 / 0 to: 0.0.0.0 / 0
# Log: connect error
}
# Do not allow the use of socks with foreign IP

3.Create the new user.
(This is what we'll use later for the connection. )

4.Then, in any application where we want to use the socks put this: IP: 192.168.0.0 (need to specify the ip of your server) Port: 1080 We put a tick, use authentication.
 
Forum » Operating Systems » LINUX » Run Socks5 on Server Dante | Blackhawk (Run Socks5 on Server Dante)
  • Page 1 of 1
  • 1
Search: