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

  dRag0nMa: could i use parent proxy depending on what the target ip from allow?  26.08.2010 11:49:59
 could ACL finish this job?
e.g. to go to 1.2.3.4, dont use parent proxy
for others, use parent proxy.
   3APA3A: Re: could i use parent proxy depending on what the target ip from allow?  31.08.2010 8:46:24
  Yes, you can. 'parent' command extends last 'allow' command, that is, it will only redirect connections matching to 'allow'.
    dRag0nMa: Re: could i use parent proxy depending on what the target ip from allow?  01.09.2010 12:47:35
   thx 3APA3A, i 'guess' it can from doc howto.
but only wanna confirm, does it only extend 'LAST' allow?
     3APA3A: Re: could i use parent proxy depending on what the target ip from allow?  01.09.2010 15:19:19
    Yes, it onhly extends last commands.
if you have
allow 1
allow 2
parent
parent will only work for 2.
      dRag0nMa: Re: could i use parent proxy depending on what the target ip from allow?  02.09.2010 7:28:27
     can i use it this way?
-----------
allow 1
allow 2
parent 1   <--this will onlyextend allow2, confirmed
allow 3
parent 2   <--could this extend allow3 or it will fail?
proxy
----------------------
       3APA3A: Re: could i use parent proxy depending on what the target ip from allow?  02.09.2010 10:56:26
      it works as expected, that is parent 1 for allow 2 and parent 2 for allow 3.
        dRag0nMa: Re: could i use parent proxy depending on what the target ip from allow?  02.09.2010 12:24:56
       c000000l, thx 3APA3A!
  kalo: Failed to create service : No error  17.08.2010 4:51:34
 I am on Vista Home 32 bit. I have made sure 3proxy.cgf is in same directory as 3proxy.exe I have run cmd as administrator, and typed

3proxy --install ...
full text
   3APA3A: Re: Failed to create service : No error  17.08.2010 10:00:41
  Check if 3proxy service exists. If it does and 3proxy doesn't start - fix .cfg file.
For IP addresses see
http://3proxy.ru/faqe.asp#INTEXT
  Joe Schmoe: random http error 400 bad request  11.08.2010 7:00:24
 When I'm surfing i will get completely random http error code 400 bad request. All i have to do @@ #*! refresh and it loads up fine, but I'd like to fix this problem. Any advice?
   3APA3A: Re: random http error 400 bad request  17.08.2010 9:57:21
  Which version of 3proxy do you use and what do you have in logs for 400 error?
  pburgh: 508 Error  19.07.2010 21:01:54
 I am trying to use 3proxy to route the internet connection through a wireless card that is in use on a machine with IP A.B.C.D.  So I have the configuration of internal A.B.C.D.  The connection works from machines with IP's that begin A.B.C.  For other machines, connection works only if the wireless card is turned off.  If wireless card is on, it fails with error code 0508. I found this explanation of HTTP error 508:

"10.5.9 TOP   508 Cross Server Binding Forbidden ...
full text
   3APA3A: Re: 508 Error  17.08.2010 9:56:47
  3proxy error codes have nothing to deal with HTTP error codes. In you case you most probably have issue with 2 default gateways. You should resolve it by removing default gateway from one of interfaces and adding static routes ifrequires.
  Leandro: Limit users connection  25.07.2010 12:39:57
 How i can limit 2 connections for user..
Or do for if user are using other people cant use the same user?
  Altu Faltu: SSL proxy for Google Talk  09.07.2010 17:24:05
 Is this expected to work or am I missing something?

auth iponly
allow *
proxy -p8083

I see following in log:
100709132320.832 8083 00000 - 127.0.0.1:1569 0.0.0.0:0 0 0 0 CONNECT talk.google.com:443 HTTP/1.1
   Altu Faltu: Re: SSL proxy for Google Talk  09.07.2010 17:46:21
  ... and Pidgin says: SSL Connection Failed
    3APA3A: Re: SSL proxy for Google Talk  15.07.2010 12:07:48
   It's very strange log entry.  What is 3proxy version?
     3APA3A: Re: SSL proxy for Google Talk  15.07.2010 12:18:02
    well - anyway it's not log entry in default log format, what is logformat?
      Altu Faltu: Re: SSL proxy for Google Talk  15.07.2010 18:49:59
     3proxy tiny proxy server 3proxy-0.6.1 (091211143921)

What I'm trying to do is this: ...
full text
       Altu Faltu: Re: SSL proxy for Google Talk  15.07.2010 20:02:11
      If I set wwwgate:80 as proxy in Pidgin, that works.
I tried using connect instead of http in parent line but no help!
        Altu Faltu: Re: SSL proxy for Google Talk  18.07.2010 8:17:18
       I fixed the issue by changing second instance of #ifndef WITHMAIN in proxy.c to #if 0. That is, disabling that code for 3proxy either.

Looks like that code was used for proxy authorization. Is there any side effect of disabling that? Note that it was disabled for standalone proxy.exe.
       Altu Faltu: Re: SSL proxy for Google Talk  17.07.2010 9:23:03
      I found that if I run standalone executables, it works.

That is, for home (direct internet connection): ...
full text
  vinkens: auto disconnet socks5  06.07.2010 6:37:33
 i tried antinat anted,and 3proxy this time.
envrionment:
china->hongkong socks5 server(3proxy 0.61 ubuntu8.04 server)->world of warcraft taiwan ...
full text
   3APA3A: Re: auto disconnet socks5  15.07.2010 12:06:20
  Try to play with "timeouts" command.
    vinkens: Re: auto disconnet socks5  17.07.2010 8:44:36
   i already trid that before. same issue.
3proxy.cfg  
timeouts x x x x x   increase or decrease ...
full text
  Altu Faltu: Transparent proxy  10.07.2010 8:26:29
 It seems that 0.6.1 introduces transparent proxy... How do I use it?
   3APA3A: Re: Transparent proxy  15.07.2010 12:15:30
  I'm not sure what do you mean by "transparent proxy". 3proxy supports transparent HTTP request instead of proxy style request (requests to HTTP server and HTTP proxy are slightly different), so, if you have some way to redirect HTTP traffic to 3proxy, e.g. with ipchains or ipfw - it will work, but 3proxy will not intercept traffic by itself.
    Altu Faltu: Re: Transparent proxy  15.07.2010 19:56:48
   Thanks. Got it.
  pburgh: Set up on LAN  13.07.2010 16:26:51
 I have 3proxy installed on one computer on our LAN and I am trying to access it from another computer on the LAN.  I have it configured this way:
internal 127.0.0.1
proxy ...
full text
   Altu Faltu: Re: Set up on LAN  14.07.2010 17:23:05
  127.0.0.1 is equivalent to 'self'. So, you can use the proxy from the same machine.

To use proxy from different machine, find out IP of your main machine (other than 127.0.0.1) and use that IP instead.
  vinkens: dose the config reload auto?  05.07.2010 18:23:48
 i mean, i change the passwd file. but need to restart 3proxy to use it.
how to do that without restart?  plese write some command because i' not good at english or russia.     and countin number.  what's the number means?  thx guys.
   vinkens: Re: dose the config reload auto?  06.07.2010 6:05:14
  thx, it's work!  i use monitor. change reload instance almost. :)
   vinkens: Re: dose the config reload auto?  05.07.2010 19:45:21
  kill -10 3proxy id  right?
    3APA3A: Re: dose the config reload auto?  05.07.2010 20:55:04
   kill -USR1
numeric value depends upon system.
In you case better solution is to use 'monitor' configuration command
monitor /path/to/configuration/file
monitors given file for changes and automatically re-reads configuration.
     vinkens: Re: dose the config reload auto?  06.07.2010 6:06:36
    post wrong place -.- shoude be here. thx 3APA3A.
it's work!  i use monitor. change reload instance almost. :)
  Dre: VirtualPC  04.07.2010 8:27:18
 Hi,

I have VirtualPC running on Windows7 that uses Shared NAT to access the internet. I was wondering if it were possible with 3Proxy to have all HTTP/HTTPS request made by VirtualPC go through a proxy. Any ideas would be greatly appreciated.
   3APA3A: Re: VirtualPC  05.07.2010 20:55:50
  It's only possible by setting client software inside virtual machines, because https traffic can not be transporently redirected.
  quake: https sites - gmail, google chrome dont work with 3proxy  14.06.2010 20:08:30
 Hello, I am using 3proxy at work on single computer with internet access to enable internet on other computers. The problem is, that i cannot connect ot https sites like gmail.com, google chrome extension etc. I am using google chrome, opera and firefox, and none of them is working. My config is:
users user:CL:pass
daemon ...
full text
   3APA3A: Re: https sites - gmail, google chrome dont work with 3proxy  22.06.2010 13:44:54
  Either you didn't specified proxy for https, or may be you have some software which attempts to intercept and decode https traffic (e.g. Kaspersky Antivirus with non-default setting).
  Denis Fayruzov: 3proxy errors 401 & 421  21.06.2010 12:08:22
 Hi, I had 3proxy run as SOCKS proxy for several day, but yesterday saw strange errors:
192.168.163.196 - - [20/Jun/2010:15:47:53 +0400] "CONNECT 198.20.8.241:443" 00000 815154
192.168.163.199 - - [20/Jun/2010:16:07:09 +0400] "UNKNOWN 0.0.0.0:0" 00401 0 ...
full text
   3APA3A: Re: 3proxy errors 401 & 421  22.06.2010 13:42:39
  There are wrong SOCKS requests from 192.168.163.199 address. Most probably proxy type is incorrectly selected in some software.
  karabas: choosing external interface based on user name  27.05.2010 23:05:03
 I have machine with several outgoing network interfaces and would like 3proxy to select outgoing interface based on the authenticated user.

So I created the following config: ...
full text
   3APA3A: Re: choosing external interface based on user name  03.06.2010 16:45:58
  Try to use "tcp" instead of "http" as a parent type.
    karabas: Re: choosing external interface based on user name  04.06.2010 21:52:20
   That worked. Thanks!

Is there a way to configure the same thing but rather than using external interface the 3proxy would select one of the downstream proxies based on the username. Again it seems to work for http but not for https.
     3APA3A: Re: choosing external interface based on user name  04.06.2010 22:52:06
    This time "http" should work for both http and https. Send your logs and configuration if it doesn't.
  Jason: Occasional Error 400  28.04.2010 19:35:00
 I have been using 3proxy for months and occasionally, the proxy will give me a Error 400 bad request. If I repeat the request (hitting reload) it usually works. If I disable the proxy in the browser, I never get the error. I am mainly using the proxy for its DNS cache because my domain DNS is slow.

Thanks.
   3APA3A: Re: Occasional Error 400  29.04.2010 16:31:49
  What do you have in logs then it happens?
    Jason: Re: Occasional Error 400  04.05.2010 21:58:57
   I got an error 400, while trying to connect to the first URL listed.
1272995461.601  PROXY.3128 00522 - 127.0.0.1:4111 87.238.50.188:80 949 0 0 GET_http://bugreports.qt.nokia.com/secure/BrowseProject.jspa_HTTP/1.1
1272995462.007  PROXY.3128 00522 - 127.0.0.1:4103 87.238.50.188:80 847 0 0 GET_http://bugreports.qt.nokia.com/favicon.ico_HTTP/1.1 ...
full text
     3APA3A: Re: Occasional Error 400  04.05.2010 23:41:10
    proxy fails to retrieve data from remote server. Most common problem is antiviral software.
    3APA3A: Re: Occasional Error 400  29.04.2010 16:32:52
   If DNS is really slow you may want to increase DNS request timeout, see "timeouts" command.
  None: Port restrictions  12.04.2010 4:23:53
 Hello,

I want my socks proxy to connect only some specific ports but not others. For example 3278 and 6123. (targetportlist?) I tried some stuff but couldn't managed it :/ .. Here is my current config: ...
full text
   3APA3A: Re: Port restrictions  23.04.2010 10:23:54
  see allow / deny commands.
e.g.
auth iponly
allow * * * 3278,6123
deny *
socks
    None: Re: Port restrictions  28.04.2010 23:51:15
   thank you very much I solved my problem.
I just understood the format "allow * * * *"
So I used:

allow user * * 3278,6123
deny *

thank you :)
   None: Re: Port restrictions  19.04.2010 0:16:01
  anyone? :/
    Dennis von Bannisseht: Re: Port restrictions  19.04.2010 18:11:04
   Try putting this in 3proxy.cfg:

socks -i<local ip> -l 3278 <target ip> <target port>
socks -i<local ip> -l 6123 <target ip> <target port>
     3APA3A: Re: Port restrictions  23.04.2010 10:25:13
    this config is both invalid and not suitable to solve the task in question.
     None: Re: Port restrictions  21.04.2010 2:07:42
    Hmm.. Isnt -l is for logging? I tried several things again couldn't succeed damn..
      Dennis von Bannisseht: Re: Port restrictions  22.04.2010 23:57:51
     You'r right. Try to implement socks to proxy to localhost. Next to that implement tcppm to proxy from localhost to any other host and port.
  Dennis von Bannisseht: Udppm - UDP proxy  15.04.2010 18:30:02
 Hi,

I'd like to run udppm on a Solaris systen, configure it to listen on a listening socket, proxy the udp packages from clients (source) to another listening socket (target) on the same physical system. What will the target application see as the source IP address? 172.0.0.1? Is there a way to configure udppm to change the source address depending on the different client IP's? ...
full text
   3APA3A: Re: Udppm - UDP proxy  23.04.2010 10:22:24
  Target application will see "external" address of the proxy.
  Geometer: Config reloading pause  03.10.2009 6:07:19
 Is it possible to speed up config reloading?  3proxy waits for around 30 seconds or even longer before doing it.
Thanks
   3APA3A: Re: Config reloading pause  04.10.2009 1:12:36
  Config is reloaded once in a second, on some systems (FreeBSD is known) it may take some time to re-open port. 3proxy can do nothing about it. What is exact problem you have?
    Geometer: Re: Config reloading pause  04.10.2009 17:24:58
   Sorry, I was wrong.  It's the configuration update (POSTing to /U) that takes exactly 30 seconds.  Is there anything that can be done to remove the delay, maybe a config setting I'm missing?

Thanks
     Geometer: Re: Config reloading pause  04.10.2009 23:12:00
    And if I timeout the socket early (e. g. after 2 seconds) it will mess up last lines of the config, e. g.

admin -p1111

can become

admin p1111
-p1111

3proxy 0.6
Thanks
      3APA3A: Re: Config reloading pause  05.10.2009 14:42:05
     It's strange, because I see no behaviour like this. Which 3proxy version do you use?
       Arvind: Re: Config reloading pause  30.01.2010 6:10:35
      I am facing the same problem. I am using 0.6
        3APA3A: Re: Config reloading pause  04.02.2010 19:03:29
       Can you describe problem step-by-step? Did you try 6.0.1?
         Arvind: Re: Config reloading pause  15.04.2010 7:25:31
        I am on 0.6.1
I am happy to give you the nature of this problem which is there right from the start but has got unnoticed. please let me know where to send you the creditials of the server so as to let you know the full idea of this problem.
...
full text
          3APA3A: Re: Config reloading pause  23.04.2010 10:21:34
         Please give OS details.
  Florin: 3proxy on Linux working from Linux, Mac OS X, but not from Windows  08.04.2010 0:46:58
 Hey guys.. I have 3proxy installed on a Linux box and it's been running for months, but a few days ago something happened out of the blue and all the connections to that server coming from Windows are not served any more. On Firefox, it says the server is taking too long to respond. In 3proxy's log the requests look mallformed, like:
"100407132049.150 11000 00401 - 208.74.11.123:49248 0.0.0.0:0 0 0 0 UNKNOWN 0.0.0.0:0"
But it works from Linux or Mac OS X.. ...
full text
   Florin: Re: 3proxy on Linux working from Linux, Mac OS X, but not from Windows  08.04.2010 10:55:19
  Update: When I set Firefox on Windows to socks v4, it works.. but I also want to get access to the proxy in a programmatic way, with Java, and I still can't connect from a Windows box with Java.
I tried with 0.6, 0.6.1 and 0.7 devel.Same behavior.
    3APA3A: Re: 3proxy on Linux working from Linux, Mac OS X, but not from Windows  08.04.2010 11:17:49
   Most probably you have antivirus/firewall issue on client host and it blocks outgoing SOCKSv5 request for some reason. Eithre configure it properly or try to use default SOCKS port (1080).
  joh1995: How to open extra ports  03.04.2010 23:05:37
 I want to oepn port 28800 on my 3proxy on iPhone, but I have no idea how to :<
   joh1995: Re: How to open extra ports  03.04.2010 23:09:19
  Im using the proxy started with the "socks" command.
    3APA3A: Re: How to open extra ports  04.04.2010 23:03:34
   socks -p28800
     joh1995: Re: How to open extra ports  05.04.2010 20:24:40
    Meh, I feel stupid to ask so much, but I have no idea about proxies, so is it possible to open a whole array and/or are they TCP UDP?
      3APA3A: Re: How to open extra ports  08.04.2010 11:14:29
     SOCKSv5 supports incoming and outgoing TCP connections and UDP mappings.
     joh1995: Re: How to open extra ports  05.04.2010 19:12:16
    Yay, thanks, Just to make sure I am not doing it wrong, how to open a second port? ;)
      3APA3A: Re: How to open extra ports  08.04.2010 11:13:01
     socks -p28800
socks -p28801
     joh1995: Re: How to open extra ports  05.04.2010 20:40:04
    Maybe I should describe this some more. Im trying to play games through the proxy and ping services (Like simply pinging with CMD).

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

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






Рейтинг@Mail.ru