SOCKS proxy server Dante

Setup debian kind of OS with graphic interface on VirtualBox.

1. Installation

Install dante server on Debian/Ubuntu linux

# apt-get install dante-server

Rename danted.conf to danted.conf.orig
Create new file

/etc/danted.conf

logoutput: /var/log/dante.log
internal: eth0 port = 1080
internal: lo port = 1080
external: eth0
method: username none #rfc931

client pass {
  from: 0.0.0.0/0 to: 0.0.0.0/0
  log: connect disconnect iooperation
}
pass {
  from: 0.0.0.0/0 to: 0.0.0.0/0
  command: connect udpassociate
  log: connect disconnect iooperation
}
block {
  from: 0.0.0.0/0 to: 0.0.0.0/0
  log: connect error
}

# /etc/init.d/danted start

Check that 1080 port is used by dante server.

2. Setup iceweasel(firefox) on linux

Install firefox kind of internet browser on same linux.

# apt-get install iceweasel

Run iceweasel and setup proxy on and change proxy IP in browser:

Options->Advanced->Network->Settings->Set Manual Proxy Configuration and SOCKS Host = YouServeIP port 1080

Once again check possibilities to go to Internet sites.

 

3. Setup you windows web-brouser

On the windows web browser setup SOCKS proxy server to you dante server.

Setup Firefox browser in you host Windows

Options->Advanced->Network->Settings->Set Manual Proxy Configuration and SOCKS Host = YouServeIP port 1080
Select SOCKS v4

If have no firefox try setup some other web brouser!

Once again check possibilities to go to Internet sites.

Show result to teacher.