Speed Up WAN Link..Ideas needed

Ali Jawad alijawad1 at gmail.com
Sat Dec 17 05:44:36 PST 2011


Right now using latest trunk for server, and latest tgz for client  I am
getting this error

[root at CentOS54 programs]# /usr/sbin/wanproxy -c  /etc/wanproxy.conf
1324129297.168662 [/wanproxy] INFO: WANProxy 0.7.2
1324129297.169621 [/wanproxy] INFO: Copyright (c) 2008-2011 WANProxy.org.
1324129297.170510 [/wanproxy] INFO: All rights reserved.
1324129297.171419 [/wanproxy/config] INFO: Configuring WANProxy.
1324129297.173140 [/io/system] INFO: Starting IO system.
1324129297.173861 [/event/thread] INFO: Starting event thread.
1324129319.092574 [/wanproxy/proxy/proxy0/connector] INFO: Connect failed:
<Error>/0 [Success]
1324129319.895308 [/wanproxy/proxy/proxy0/connector] INFO: Connect failed:
<Error>/0 [Success]
1324129320.699028 [/wanproxy/proxy/proxy0/connector] INFO: Connect failed:
<Error>/0 [Success]
1324129321.499178 [/wanproxy/proxy/proxy0/connector] INFO: Connect failed:
<Error>/0 [Success]


On Sat, Dec 17, 2011 at 4:33 PM, Ali Jawad <alijawad1 at gmail.com> wrote:

> If I go to the programs/wanproxy and just make there I get
>
> cc1plus: warnings being treated as errors
> ../../io/socket/simple_server.h: In instantiation of
> ‘SimpleServer<TCPServer>’:
> proxy_listener.h:10:   instantiated from here
> ../../io/socket/simple_server.h:12: warning: ‘class
> SimpleServer<TCPServer>’ has virtual functions but non-virtual destructor
> proxy_listener.h:10: warning: ‘class ProxyListener’ has virtual functions
> but non-virtual destructor
> make: *** [proxy_listener.o] Error 1
>
>
> On Fri, Dec 16, 2011 at 3:21 PM, Juli Mallett <juli at clockworksquid.com>wrote:
>
>> Hi Ali,
>>
>> The problems you encountered should be fixed in Subversion.  Can you
>> please provide the errors you encountered?  Most commonly, the problem
>> is missing libuuid-dev or similar package, at least on Linux systems.
>>
>> Thanks!
>> Juli.
>>
>> On Wed, Dec 14, 2011 at 06:56, Ali Jawad <alijawad1 at gmail.com> wrote:
>> > Hi
>> > I tried to install latest src code but did only run in to problems
>> > during compiling, but 0.7.2 did not face any issues, did you face
>> > problems with websites opening during that error ?
>> > Regards
>> >
>> > On Wed, Dec 14, 2011 at 3:39 PM, Diego Woitasen <diego at woitasen.com.ar>
>> wrote:
>> >> On Tue, Dec 13, 2011 at 6:17 PM, Juli Mallett <juli at clockworksquid.com>
>> wrote:
>> >>> Hi Ali,
>> >>>
>> >>> On Tue, Dec 13, 2011 at 13:08, Ali Jawad <alijawad1 at gmail.com> wrote:
>> >>>> and on the client I am getting
>> >>>>
>> >>>> 1323524646.018556 [/wanproxy/proxy/proxy0/connector] ERR: void
>> >>>> ProxyConnector::splice_complete(Event): Unexpected event: <Error>/32
>> >>>> [Broken pipe]
>> >>>> 1323524690.407944 [/assert] EMERG: void
>> >>>> PipeProducer::produce(Buffer*): Halting: Assertion (!output_eos_)
>> >>>> failed at ../../io/pipe/pipe_producer.cc:109 in function void
>> >>>> PipeProducer::produce(Buffer*).
>> >>>> Aborted
>> >>>
>> >>> Thanks.  Several other users have reported this, but I have not been
>> >>> able to reproduce it.  I will redouble my efforts to reproduce.
>> >>>
>> >>>> On Tue, Dec 13, 2011 at 3:06 AM, Ali Jawad <alijawad1 at gmail.com>
>> wrote:
>> >>>>> Hi
>> >>>>> Browsers are FF 4.x and 3.x on Windows and Linux, I also tried IE8,
>> >>>>> the config is the same one given in the examples, the OS is CentOS
>> 5.6
>> >>>>> 64bit.
>> >>>>> Regards
>> >>>>>
>> >>>>> On Mon, Dec 12, 2011 at 12:48 AM, Juli Mallett <
>> juli at clockworksquid.com> wrote:
>> >>>>>> Thanks for the feedback.  I don't think I will need access, but I
>> may
>> >>>>>> need more configuration information to reproduce.  What OS is
>> WANProxy
>> >>>>>> running on?  Can you send your configuration?  What browser is the
>> >>>>>> client?
>> >>>>>>
>> >>>>>> Thanks!
>> >>>>>>
>> >>>>>> On Sun, Dec 11, 2011 at 13:44, Ali Jawad <alijawad1 at gmail.com>
>> wrote:
>> >>>>>>> Hi
>> >>>>>>> Thanks for the help so far, I might be able to give you access to
>> >>>>>>> check it out if needed, as for now no IPV6, sites like cnn
>> youtube etc
>> >>>>>>> Regards
>> >>>>>>>
>> >>>>>>> On Mon, Dec 12, 2011 at 12:34 AM, Juli Mallett <
>> juli at clockworksquid.com> wrote:
>> >>>>>>>> This seems very strange.  Which sites?  Do you have IPv6
>> connectivity?
>> >>>>>>>>  If you don't have IPv6 connectivity, I wonder if that might be
>> the
>> >>>>>>>> problem, and we might need some way to tell WANProxy to use IPv4
>> only.
>> >>>>>>>>  If you have specific examples that likely will make it easier
>> for me
>> >>>>>>>> to reproduce and fix.
>> >>>>>>>>
>> >>>>>>>> Thanks & sorry to hear about your difficulty,
>> >>>>>>>> Juli.
>> >>>>>>>>
>> >>>>>>>> On Sun, Dec 11, 2011 at 12:04, Ali Jawad <alijawad1 at gmail.com>
>> wrote:
>> >>>>>>>>> Hi
>> >>>>>>>>> I completed the setup, but some sites open and some not, some
>> sites
>> >>>>>>>>> need to be reloaded a few times for it to work, I.e. CSS does
>> not load
>> >>>>>>>>> etc.
>> >>>>>>>>> Any ideas ?
>> >>>>>>>>> Regards
>> >>>>>>>>>
>> >>>>>>>>> On Mon, Dec 5, 2011 at 12:27 AM, Juli Mallett <
>> juli at clockworksquid.com> wrote:
>> >>>>>>>>>> Hi Ali,
>> >>>>>>>>>>
>> >>>>>>>>>> If you already have the SOCKS example configured, then you
>> should be
>> >>>>>>>>>> able to use your browser or operating system's proxy
>> configuration to
>> >>>>>>>>>> tell it to use SOCKS for HTTP or FTP or whatever protocols you
>> need.
>> >>>>>>>>>> If you have trouble finding this and tell us what OS and
>> browser or
>> >>>>>>>>>> other software you're using I'm sure one of us can help you
>> get the
>> >>>>>>>>>> information you need!
>> >>>>>>>>>>
>> >>>>>>>>>> Thanks,
>> >>>>>>>>>> Juli.
>> >>>>>>>>>>
>> >>>>>>>>>> On Sun, Dec 4, 2011 at 03:26, Ali Jawad <alijawad1 at gmail.com>
>> wrote:
>> >>>>>>>>>>> Hi
>> >>>>>>>>>>> I did setup wanproxy in client/server mode as per the
>> Proxying over a
>> >>>>>>>>>>> WAN using SOCKS example in http://wanproxy.org/examples.shtml. Here
>> >>>>>>>>>>> is the issue
>> >>>>>>>>>>>
>> >>>>>>>>>>> I do have a server in Asia which is the client and a server
>> in the USA
>> >>>>>>>>>>> which is the wanproxy server, I want traffic for browsing to
>> pass
>> >>>>>>>>>>> through the wanproxy link and from there on fetch the sites I
>> need in
>> >>>>>>>>>>> the states and send them back after that through the WAN link
>> to the
>> >>>>>>>>>>> client server which sends them to the browser of the client
>> in my LAN.
>> >>>>>>>>>>>
>> >>>>>>>>>>> Is this something WAN proxy does ? Do I need to do additional
>> stuff ?
>> >>>>>>>>>>> Such as setting up SQUID on wanproxy server or client server
>> ? Is any
>> >>>>>>>>>>> ip forwarding needed ? What configuration should I use on the
>> browsers
>> >>>>>>>>>>> ?
>> >>>>>>>>>>>
>> >>>>>>>>>>> I am sorry for the long list of questions, but I am sure it
>> will come
>> >>>>>>>>>>> in handy for people who research the topic online "once
>> answered that
>> >>>>>>>>>>> is :)"
>> >>>>>>>>>>>
>> >>>>>>>>>>> Thanks !
>> >>>>>>>>>>> _______________________________________________
>> >>>>>>>>>>> wanproxy mailing list
>> >>>>>>>>>>> wanproxy at lists.wanproxy.org
>> >>>>>>>>>>> http://lists.wanproxy.org/listinfo.cgi/wanproxy-wanproxy.org
>> >>> _______________________________________________
>> >>> wanproxy mailing list
>> >>> wanproxy at lists.wanproxy.org
>> >>> http://lists.wanproxy.org/listinfo.cgi/wanproxy-wanproxy.org
>> >>
>> >> Hi,
>> >>  I had that error with the 0.7.2 release. I'm using the latest code
>> >> from subversion and I haven't seen the error again.
>> >>
>> >> Regards,
>> >>  Diego
>> >>
>> >> --
>> >> Diego Woitasen
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wanproxy.org/pipermail/wanproxy-wanproxy.org/attachments/20111217/d99c0f41/attachment-0004.htm>


More information about the wanproxy mailing list