Networking Forums

Networking Forums > Computer Networking > Linux Networking > Socks.conf with two socks servers?

Reply
Thread Tools Display Modes

Socks.conf with two socks servers?

 
 
Bernd Nies
Guest
Posts: n/a

 
      12-04-2007, 12:34 PM
Hi,

We have a setup with Linux hosts on two locations and use dante socks
1.19 to connect to the internet for protocols other than HTTP and FTP.
The following socks.conf route is working:

route {
from: 0.0.0.0/0
to: 0.0.0.0/0
via: 10.0.0.16 port = 1080
protocol: tcp udp
proxyprotocol: socks_v4
method: none
}

What I would like to have is a socks.conf that configures the socks
client to use the nearest socks server, depending on the network. I
tried this without luck:

route {
from: 192.168.1.0/24
to: 0.0.0.0/0
via: 10.0.0.16 port = 1080
protocol: tcp udp
proxyprotocol: socks_v4
method: none
}

route {
from: 192.168.94.0/24
to: 0.0.0.0/0
via: 192.168.94.18 port = 1080
protocol: tcp udp
proxyprotocol: socks_v4
method: none
}

The error debug output says:

Dec 4 14:32:28 adnws001 ftp: Rconnect(): unsupported address family
'10', fallback to system connect()

I did not find such an example in the dante socks distribution or with
Google.

Thanks in advance for help

Regards,
Bernd
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hummingbird socks to Ubuntu Socks Brian S. Paskin Linux Networking 0 02-17-2011 04:53 PM
Please, how to Privoxy -> tor -> other socks ? BM Linux Networking 0 05-28-2005 07:26 PM
SOCKS Filter RG Windows Networking 0 12-31-2003 05:44 PM
How to communicate with SOCKS Lukas Kasprowicz Linux Networking 2 10-03-2003 11:30 PM
Socks Proxy? Nick Dixon Broadband 11 08-16-2003 10:00 PM



1 2 3 4 5 6 7 8 9 10 11