Поставил перед собой цель создать анонимную цепь.
OpenVPN подключается посредством сервиса
www.vpngate.netTor находиться на 127.0.0.1 9050 (localhost)
proxychains.conf имеет следующую конфигурацию
# proxychains.conf VER 3.1
#
# HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS.
#
# 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_chain
#
# 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 EINTR is returned to the app
#
#strict_chain
#
# 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 EINTR is returned to the app
#
#random_chain
#
# Random - Each connection will be done via random proxy
# (or proxy chain, see chain_len) from the list.
# this option is good to test your IDS :)
# Make sense only if random_chain
#chain_len = 2
# Quiet mode (no output from library)
#quiet_mode
# Proxy DNS requests - no leak for DNS data
#proxy_dns
# Some timeouts in milliseconds
tcp_read_time_out 15000
tcp_connect_time_out 8000
# ProxyList format
# type host port [user pass]
# (values separated by 'tab' or 'blank')
#
#
# Examples:
#
# socks5 192.168.67.78 1080 lamer 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 )
#
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks5 127.0.0.1 9050
http 94.181.34.64 80
http 85.143.164.100 81
http 85.143.24.70 80
http 89.22.132.32 8080
http 109.172.106.3 9999
http 176.100.108.214 80
http 193.232.184.141 8080
http 94.230.35.108 80
http 77.43.143.77 8080
Для создания туннеля использую команду
sudo proxychains firefox 2ip.ru
в результате получаю отказ при создание туннеля
Поставил перед собой цель создать анонимную цепь.
OpenVPN подключается посредством сервиса http://www.vpngate.net
Tor находиться на 127.0.0.1 9050 (localhost)
proxychains.conf имеет следующую конфигурацию
[code]
# proxychains.conf VER 3.1
#
# HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS.
#
# 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_chain
#
# 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 EINTR is returned to the app
#
#strict_chain
#
# 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 EINTR is returned to the app
#
#random_chain
#
# Random - Each connection will be done via random proxy
# (or proxy chain, see chain_len) from the list.
# this option is good to test your IDS :)
# Make sense only if random_chain
#chain_len = 2
# Quiet mode (no output from library)
#quiet_mode
# Proxy DNS requests - no leak for DNS data
#proxy_dns
# Some timeouts in milliseconds
tcp_read_time_out 15000
tcp_connect_time_out 8000
# ProxyList format
# type host port [user pass]
# (values separated by 'tab' or 'blank')
#
#
# Examples:
#
# socks5 192.168.67.78 1080 lamer 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 )
#
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks5 127.0.0.1 9050
http 94.181.34.64 80
http 85.143.164.100 81
http 85.143.24.70 80
http 89.22.132.32 8080
http 109.172.106.3 9999
http 176.100.108.214 80
http 193.232.184.141 8080
http 94.230.35.108 80
http 77.43.143.77 8080
Для создания туннеля использую команду
sudo proxychains firefox 2ip.ru
в результате получаю отказ при создание туннеля
new@new0:~$ sudo proxychains firefox 2ip.ru
ProxyChains-3.1 (http://proxychains.sf.net)
(firefox:12831): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class was initialised
(firefox:12831): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised
(firefox:12831): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::display after class was initialised
(firefox:12831): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::default-icon after class was initialised
1455485052771 addons.xpi WARN Bootstrap state is invalid (missing add-ons: /home/new/.mozilla/firefox/07cvcgj2.default/extensions/firefox-hotfix@mozilla.org.xpi)
|D-chain|-<>-127.0.0.1:9050-<>-94.181.34.64:80-<>-85.143.164.100:81-<>-85.143.24.70:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-94.181.34.64:80-<--timeout
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-89.22.132.32:8080-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-109.172.106.3:9999-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-176.100.108.214:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-193.232.184.141:8080-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-94.230.35.108:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-77.43.143.77:8080-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-109.172.51.147:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-213.85.92.10:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-212.46.199.10:8080-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-94.231.116.134:8080-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-93.158.193.75:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-94.229.247.57:8080-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-85.236.25.18:9090-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<>-212.33.246.38:3128-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-178.63.151.224:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-52.27.10.252:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-205.251.219.79:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-130.158.6.78:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.148.98.19:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-81.176.69.151:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-94.23.207.7:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-104.16.40.2:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-52.27.159.60:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-205.251.219.118:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-81.176.69.151:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-130.158.6.78:80-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.148.230.222:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-104.16.41.2:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-52.88.155.162:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-205.251.219.141:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.191.89.57:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-52.88.155.162:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.69.148.247:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-205.251.219.141:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-205.251.219.203:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.191.89.57:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.191.113.255:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-104.16.40.2:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.69.148.247:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-50.112.173.244:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-205.251.219.203:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-205.251.219.9:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-54.191.113.255:443-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-85.143.164.100:81-<><>-52.25.78.214:443-<--denied
Я использовал все возможные варианции решения проблемы которые знал, а именно это.
- Отключение VPN и создание туннеля только для TOR socks5 127.0.0.1 9050. Получилось успешно 2ip.ru увидел тор, запуск через firefox
- Подключение VPN и создание туннеля только для TOR socks5 127.0.0.1 9050. Получилось успешно 2ip.ru увидел тор, запуск через firefox
- Подключение VPN и создание туннеля только для TOR socks5 127.0.0.1 9050 и списка проксей указанных в файле конфигурации. Не вышло, все прокси отклонены, но перед этим я их прочекал все прокси и запускал их через firefox
- Возникло подозрение, что проблема в Firefox. Использовал консольный браузер lynx, все отлично с VPN, без VPN в сочетание с тор, но стоит прописать прокси, возникает ошибка.
proxychains на вид прост, но на деле оказался проблемным лично для меня, не могу найти решение проблемы, может я что то упустил?
proxychains не так важен, главное создать цепочку vpn+tor+proxy и что бы на конце был именно прокси.
Если не знаете как помочь, подскажите софт для решения проблемы или тыкните в темы где уже есть ответ.
P.S Просьба не тыкать поиском, уже все пересмотрел.