QUOTE
rt001:/media# proxychains nmap -sP 203.23.125.1-254
Proxy Chains ver 1.8 running nmap
Starting nmap 3.81 (
http://www.insecure.org/nmap/ ) at 2005-07-05 13:57 CST
caught SIGINT signal, cleaning up
Proxy Chains
QUOTE
rt001:/media# cat /etc/proxychains.conf
# proxychains.conf VER 1.8
#
# HTTP, SOCKS4, SOCKS5 tunneling proxifier.
#
# The option below identifies how the ProxyList is treated.
# only one option should be uncommented at time,
# otherwise the last appearing option will be accepted
#
# Dynamic - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# at least one proxy must be online to play in chain
# (dead proxies are skipped)
# otherwise ECONNREFUSED is returned to the app
#
# Strict - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# all proxies must be online to play in chain
# otherwise ECONNREFUSED is returned to the app
#
# Random - Each connection will be done via single random proxy from the list
# this option is good for scans
#DynamicChain
#StrictChain
RandomChain
#Some timeouts in milliseconds
#
tcp_read_time_out 15000
tcp_connect_time_out 10000
[ProxyList]
# ProxyList format
# type host port [user pass]
# (values separated by 'Tab')
#
#
# Examples:
#
# socks5 192.168.67.78 1080 lammer secret
# http 192.168.89.3 8080 justu hidden
# socks4 192.168.1.49 1080
# http 192.168.39.93 8080
#
#
# proxy types: http, socks4, socks5
# ( auth types supported: "basic"-http "user/pass"-socks )
#
# the list below may be out of date, they all are public proxies
#http 192.115.8.xxx 80
#http 199.106.xxx.3 80
#http 195.8.0.xxx 80
#http 203.xxx.0.13 80
#socks4 80.xxx.146.16 1080
#socks4 211.xxx.10.133 1080
#socks4 194.165.xxx.34 1080
#socks4 201.11.xxx.xxx 1080
#socks4 202.83.xxx.xxx 1080
#socks5 61.182.xxx.183 1080
socks5 222.76.xxx.129 1080
#socks5 219.xxx.xxx.153 1080
#socks4 219.xxx.xxx.153 1080
#socks5 61.178.xxx.xxx 1080
Thats how i do it, use proxychains.... Sorry didnt put in a great answer, but the above examples are probably what your looking for...