Всем доброго дня... нашел на офф. сайте tibia.com клиент под linux, запускаю, не конектиться. У меня весь инет через Proxy, пробовал через proxychains
вот что пишет
>>>proxychains ./Tibia
>>>ProxyChains-3.1 (http://proxychains.sf.net)
>>>Cannot load symbol 'connect' (null)
помогите, хочеться по инету порубиться, а ни как... если есть предложения, с радостью выслушаю... заранее спасибо
Tibia(Linux client)+proxy (не могу заставить работать вместе)
Модератор: Модераторы разделов
-
EvilLittlePenguin
- Сообщения: 53
- ОС: Zenwalk,Debian Lenny
Re: Tibia(Linux client)+proxy
А какой тип цепочки?Strict?Dynamic?
mehrunez ~ $ uname -a
Linux nekpas2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64 GNU/Linux
Linux nekpas2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64 GNU/Linux
-
sanychlxg
- Сообщения: 13
- ОС: Mandriva 2009.1
Re: Tibia(Linux client)+proxy
Strict - в proxychains
тот же kopete (kde4.2.2 Mandriva 2009.1) работает замечательно
тот же kopete (kde4.2.2 Mandriva 2009.1) работает замечательно
-
EvilLittlePenguin
- Сообщения: 53
- ОС: Zenwalk,Debian Lenny
Re: Tibia(Linux client)+proxy
Если прокся в списке одна то поменяйте на dynamic-у меня такой баг тоже иногда бывает.
mehrunez ~ $ uname -a
Linux nekpas2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64 GNU/Linux
Linux nekpas2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64 GNU/Linux
-
sanychlxg
- Сообщения: 13
- ОС: Mandriva 2009.1
Re: Tibia(Linux client)+proxy
поменял на dinamic - результат тот же(((
вот конфиг
# 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]
http 192.168.2.222 8080 login pass
вот конфиг
# 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]
http 192.168.2.222 8080 login pass