The following is the output of an attempt to use the 'socksify' command that
came with the dante-client distribution to allow apt-get to punch through my
firewall.
It would be nice if this could work correctly as this and ssh are the two
things that still require the socks4 package on my machine.
Daniel
,----
| inanna:/home/daniel/incoming/t# socksify apt-get install zip-crypt
| Reading Package Lists... Done
| Building Dependency Tree... Done
| The following NEW packages will be installed:
| zip-crypt
| 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
| Need to get 75.7kB of archives. After unpacking 157kB will be used.
| Err ftp://ftp.au.debian.org unstable/non-US/non-free zip-crypt 2.20-2
| Unable to determine the peer name - getpeername (115 Operation now in progress)
| Failed to fetch ftp://ftp.au.debian.org/pub/debian-non-US/dists/unstable/non-US/non-free/binary-i386/zip-crypt_2.20-2.deb
| Unable to determine the peer name - getpeername (115 Operation now in progress)
| E: Unable to fetch some archives, maybe try with --fix-missing?
`----
--- Begin /etc/dante.conf (modified conffile)
#
#
#
#
# neither directly nor proxied via socks.
#
#
route {
from: 0.0.0.0/0 to: 127.0.0.0/8 via: direct
command: connect udpassociate # everything but bind, bind confuses us.
}
route {
from: 0.0.0.0/0 to: 0.0.0.0/0 via: 203.36.211.211 port = 1080
protocol: tcp udp # server supports tcp and udp.
proxyprotocol: socks_v4 socks_v5 # server supports socks v4 and v5.
method: none # we are willing to authenticate via
# method "none", not "username".
}
route {
from: 0.0.0.0/0 to: 0.0.0.0/0 via: 15.16.33.4 port = 1080
protocol: tcp udp # server supports tcp and udp.
proxyprotocol: socks_v4 socks_v5 # server supports socks v4 and v5.
method: none # we are willing to authenticate via
# method "none", not "username".
}
--- End /etc/dante.conf