3proxy free proxy server


security.nnov no pyccku
3proxy Forum
useful links:
  Manual pages
  HowTo (incomplete)
  FAQ
  Security Considerations

RSS/XML subscribtion Only new threads | All messages
RSS/XML subscribtion to forum messages

  Altu Faltu: Function under VPN  13.05.2012 8:20:30
 I have setup 3proxy (latest development binary) to function as proxy to another proxy temporarily setup on my localhost (for test purpose) using following configuration file:

log ...
full text
   3APA3A: Re: Function under VPN  16.05.2012 2:15:58
   100 means 3proxy can not resolve names. If it's possible to resolve names via parent proxy use "fakeresolve" command and connect+ parent type:

log ...
full text
    Altu Faltu: Re: Function under VPN  16.05.2012 20:33:06
   Super! This tool is awesome!!
  Ivan: Balancer not working for me.  14.05.2012 1:10:41
 Hello.

My configuration file: ...
full text
   3APA3A: Re: Balancer not working for me.  16.05.2012 2:21:12
  You use parent weight in a wrong way. If you do not want 3proxy to build proxy chain with multiple hops (probably you don't), add parents with wights exaclty of 1000 in summ. That is, if you have 9 different parents use weight 111 for 8 of them and 112 for 9th.
  bilal: Cant access admin config page  26.04.2012 18:46:46
 Ok here is how my config file is:

writable ...
full text
   3APA3A: Re: Cant access admin config page  01.05.2012 2:29:44
  There was a bug with 'admin' access fixed some time ago. Use latest version.
   bilal: Re: Cant access admin config page  30.04.2012 22:18:52
  anyone?
  Sarek: UDP 3proxy  25.04.2012 21:02:42
 I can get socks5 proxy working but not for UDP.
   3APA3A: Re: UDP 3proxy  26.04.2012 0:07:11
  make sure you have internal/external IP configured, it's required for UDP.
    Sarek: Re: UDP 3proxy  28.04.2012 12:33:22
   Yeah, I read that. Maybe I don't know which interfaces are correct.
I think I set them up correctly, but still doesn't work. Thanks.
     3APA3A: Re: UDP 3proxy  01.05.2012 2:28:33
    what client software do you use? What do you have in logs?
  bilal: how to kill connections of specific ip  24.04.2012 22:01:29
 hello, i want to kill connection of a client connected to my socks5, how would i do that from ssh or any other method? only want to kill one specific ip.
   3APA3A: Re: how to kill connections of specific ip  25.04.2012 2:47:01
  You mat want to use tcpkill or cutter:
http://www.cyberciti.biz/tips/cutting-the-tcpip-network-connection-with-cutte
r.html

http://www.cyberciti.biz/howto/question/linux/kill-tcp-connection-using-linux
-netstat.php
  Volker Englisch: How to do log rotation  23.04.2012 9:52:28
 Hi! I want the 3proxy log been rotated every night. So I set up an entry in newsyslog.conf (FreeBSD system) to manage that. It doesn't work, 3proxy seems to nowhere after a rotation is done. What's the trick? TIA!
   Volker Englisch: Re: How to do log rotation  23.04.2012 9:53:24
  ... it should read "log to nowhere" of course.
    3APA3A: Re: How to do log rotation  25.04.2012 2:38:26
   Do you use syslog logging in 3proxy (log @ident) or standard 3proxy logging (log PathToFile)? Use 'logrotate' command, if you use standard 3proxy logging.
  Ricardo: Thread Count of proxy process  18.04.2012 22:41:25
 I'm using 3proxy to bind to 4 ports/IPs for HTTP browsing using the proxy service. I am using firefox for the browsing.

I have a limitation on the server that means the running of the 3proxy (proxy) process cannot exceed 32 threads. 5 Threads already run (the 4 port/IPs and the master thread). ...
full text
   3APA3A: Re: Thread Count of proxy process  25.04.2012 2:35:18
  I'm not sure about the reason connection is not closed immediately. Try to change this line in proxymain.c:

lg.l_linger = conf.timeouts[STRING_L];

to e.g.

lg.l_linger = 3
  Nitsan Goren: anonymity  17.04.2012 16:56:13
 when i browse to www.whatismyip.com i see the proxy ip but it also detects i'm using a proxy and my comuter ip. is there a way to stay anonymous so the proxy don't pass information about himself being a proxy and about my ip???
   Ricardo: Re: anonymity  19.04.2012 0:38:34
  You need to pass the -a flag in your config.conf for proxy. -a = "anonymous" and doesn't pass any proxy related headers effectively hiding the fact you're using a proxy and also not forwarding your IP
  wangxr: How to specify the ftp passive mode port range in ftppr proxy?  10.04.2012 5:03:20
 ftppr -h192.168.0.1 When I use the configuration above,3Proxy can be used as a ftp proxy.But it will open a random passive port in every connection. I want to known how to let it use a specified passive port range.I didn't find the argument in the manual documents.
   3APA3A: Re: How to specify the ftp passive mode port range in ftppr proxy?  11.04.2012 1:30:06
  No, there is no feature to specify port range. You can use ACL to prevent 3proxy from using some ports, but it will break functionality.
All modern firewalls support tracking data connection ports, see e.g. ip_conntrack_ftp
  Nick Shanzere: A huge Problem   05.04.2012 3:53:16
 Hi ,i'm using  3  diffrent proxy on my freebsd box and some times  just one of them  suffer  fail ! cuz that interface Links unstable more than 10 times in day! links goes up and goes down ... , anyway  i want to know is that possible to  just restart that part of service (part of socks config in 3proxy.cfg) every time ! or i must restart compelete service (with 3proxy.cfg)  i got  2 https and one socks v5 in that cfg , for second solution  can i install one more 3proxy with single service on that box ?!  in this way i got 2 service that one every time is online second one just  need a trigger to restart it!
tnx for your time
   3APA3A: Re: A huge Problem   09.04.2012 3:57:02
  Most probably, you need to restart the service because you have internal interface configured. Do not configure internal interface (do not use "internal" or -i), in this case proxy will not fail in case of interface down. If needed, protect proxy port with firewall settings.
    3APA3A: Re: A huge Problem   09.04.2012 4:00:17
   Also, you can google for "disable media sense", if you disable media sense, interface will not go down in case of network link problem. You needn't media sense, unless you use dynamic routing.
  Sandy Herman: Socks5 to a remote Socks5 with authentication  06.04.2012 14:29:32
 Hello,
I have a Socks5 proxy with authentication.
Many applicaton support socks5 without authentication.
Can I use 3proxy to open a "local socks5 proxy" and map the traffic to the remote proxy using authentication?
Thanks
Sandy
   Sandy Herman: Re: Socks5 to a remote Socks5 with authentication  07.04.2012 13:45:03
  Sorry for disturbing.
It works.
  Soroush: thank you :)  22.02.2012 0:42:42
 Hi
I found that 3proxy can be the best light proxy server , even in hard conditions
I want to say thanks to developers for ur good supporting and good programming.
how can I help for being the best at all?
   3APA3A: Re: thank you :)  19.03.2012 23:04:05
  The best things you can do are:
1. Write an article about your experience with 3proxy and publish it somethere
2. Place a link to 3proxy site
3. Create and maintain 3proxy port for some Linux/Unix distro
  orchid: cann't use http proxy  15.03.2012 10:59:13
 when i try to use http proxy via int expl/firefox, it asks for user&pass repeatedly but fails with 407error.my config:
auth strong
flush
deny * * 127.0.0.1,192.168.1.1
allow john

proxy -p9231 -a -i68.206.xx.yy -e68.206.xx.yy
   3APA3A: Re: cann't use http proxy  17.03.2012 16:02:56
  Try to add -n to "proxy" command.
  tntnt: howto prevent nmap port scan for 3proxy?  15.03.2012 7:30:36
 if 3proxy conf with ip auth,is ok.
but with use auth,use "nmap -sV" can see 3proxy service name and ports,so i need hide for private purpose,pls help me twakes that. thx  :)

PS: i'm try modifie form some src code,but useless :(
  maxkau: opendns problem  11.03.2012 4:51:22
 i can't use 3proxy using Opendns.com dns servers like
nserver 208.67.222.222
nserver 208.67.220.220 ...
full text
   maxkau: Re: opendns problem  11.03.2012 5:31:20
  i forgot to say that i'm using 3proxy-0.7-lite-devel.zip
    maxkau: Re: opendns problem  11.03.2012 15:31:58
   the same problem occurs if using http://www.scrubit.com/ dns servers which i'd like to use:
67.138.54.100
207.225.209.66 ...
full text
     3APA3A: Re: opendns problem  12.03.2012 2:42:36
    What do you have in config and logs?
      maxkau: Re: opendns problem  12.03.2012 12:54:42
     i found the problem.
it's strange... with some dns servers starting with "1" 3proxy is working ok, when using dns servers starting with 2 or other numbers it reports the error.
I found that i had 2 IP addresses in external 192.168.0.100,192.168.0.1 ...
full text
       3APA3A: Re: opendns problem  14.03.2012 4:02:04
      It's impossible to have 2 addresses in external.
  maxkau: dns cache size  12.03.2012 20:57:34
 the dns cache size is measured in "bytes" or "number of records"?
for example a cache of 4096 how many records should contain approximately?
Thanks.
   3APA3A: Re: dns cache size  14.03.2012 4:00:24
  number of records
  reza: socks 5 / 4  09.03.2012 9:16:18
 hi anybody know how to setup socks server on linux for makins socks 5 and 4 ? and active for clients ?
   3APA3A: Re: socks 5 / 4  09.03.2012 13:09:50
  socks supports both SOCKSv4 and SOCKSv5, but SOCKSv4 doesn't support username/password authentication. If you setup authentication in 3proxy only SOCKSv5 works.
  Black_Codec: Blacklist to db  07.03.2012 14:23:53
 There is a way to use a database query for identify if user can access or not to a url?
   3APA3A: Re: Blacklist to db  09.03.2012 13:08:03
  There is no standard way, but it's possible to create your own filter via plugin interface:
http://3proxy.ru/doc/devref.rtf
  Mateusz Kaminski: 3proxy max child  13.02.2012 20:11:25
 Hello,
Is there any way to limit childs of 3proxy number? I found that i can DoS my server opening many connections to reach connection limit, and then whole system cannot work because of this limit. I would like to limit 3proxy server rather then have whole server dos'ed.
   3APA3A: Re: 3proxy max child  15.02.2012 0:10:35
  maxconn limits number of connections. Default value is 100.
  Slon: downloading 3proxy  13.02.2012 16:48:51
 Hello.
I try download 3proxy by command:
wget http://3proxy.ru/0.6.1/3proxy-0.6.1.tgz ...
full text
   3APA3A: Re: downloading 3proxy  15.02.2012 0:09:31
  Make sure you do not have some special chars in the URI, I see no problems with downloading.

Show Threads
Messages
 
Login:* (Register)
Password:*
(private) To:
(reply) Subject:*
Text:

 
About | Terms of use | Privacy Policy
© Securityvulns, 3APA3A, Vladimir Dubrovin






Рейтинг@Mail.ru

Test site!!!