need some help with running the example

Boxiang Pan aquarypbx at gmail.com
Sat Feb 23 01:50:55 PST 2013


Hi, Juli,

We're still stuck on getting it run. I changed the if0.host in server.conf
to its ip "192.168.122.20", and also changed if0.host in client.conf to its
ip "192.168.122.10" . I used "nc -l 80 > received.file " on intranet
(192.168.122.30) , when I typed in "nc 192.168.122.10 3300 < send.file" ,
I always got   *ERR: void ProxyConnector::splice_complete(Event):
Unexpected event: <Error>/32 [Broken pipe]   *on the client and
*ERR: void ProxyConnector::splice_complete(Event): Unexpected event:
<Error>/111 [Connection refused]*    on the server.

I've been stuck on this for a few days, but still don't know how to fix
this. Could you please take a look when you get a chance? We really
appreciate your help. This is a very critical step in our project, so we
really want to get it running soon. Thank you!
*
*
*our server.conf: *

create codec codec0
set codec0.codec XCodec
activate codec0

create interface if0
set if0.family IPv4
set if0.host "192.168.122.20"
set if0.port "3301"
activate if0

create peer peer0
set peer0.family IPv4
set peer0.host "192.168.122.30"
set peer0.port "80"
activate peer0

create proxy proxy0
set proxy0.interface if0
set proxy0.interface_codec codec0
set proxy0.peer peer0
set proxy0.peer_codec None
activate proxy0

*our client.conf:*
create codec codec0
set codec0.codec XCodec
activate codec0

create interface if0
set if0.family IPv4
set if0.host "192.168.122.10"
set if0.port "3300"
activate if0

create peer peer0
set peer0.family IPv4
set peer0.host "192.168.122.20"
set peer0.port "3301"
activate peer0

create proxy proxy0
set proxy0.interface if0
set proxy0.interface_codec None
set proxy0.peer peer0
set proxy0.peer_codec codec0
activate proxy0



> --
>

Boxiang Pan

Department of Electrical and Computer Engineering
University of California, San Diego
Tel: 858-999-7655
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wanproxy.org/pipermail/wanproxy-wanproxy.org/attachments/20130223/8f725a0e/attachment-0001.htm>


More information about the wanproxy mailing list