<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Juli,<div>Now we successfully ran WanProxy to transmit file according to the configuration file we showed you in the previous email. We are moving forward to measure the performance and try to connect WanProxy with our SDN controller. The current issue is how should we measure the performance gain with WanProxy? The major matrices we are considering include avg/max throughput, maximum packet delay and packet drop rate. We are wondering if there is measurement tools associated with WanProxy. </div><div><br></div><div>Another minor issue is just to make sure during the file transmission, there is no output into the console at the client/server side. Is it correct?</div><div><br></div><div>Thank you so much for your help.    </div><div><br></div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: STHeiti; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="font-size: 17px; ">Yichao(Roger) Shen</div><div style="font-size: 17px; "><br></div><div style="font-size: 17px; ">ECE Department</div><div style="font-size: 17px; ">University of California, San Diego</div><div style="font-size: 17px; "><br></div><div style="font-size: 17px; "><a href="mailto:yis013@ucsd.edu">yis013@ucsd.edu</a></div><div><br></div></span><br class="Apple-interchange-newline">
</div>

<br><div><div>On Feb 23, 2013, at 8:46 AM, Juli Mallett <<a href="mailto:juli@clockworksquid.com">juli@clockworksquid.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Can you verify that server can connect to 192.168.122.30 port 80 when<br>you're running netcat?  The error you posted would seem to indicate<br>that it can't, although you ought to be getting that error earlier<br>than then, if so.  But I guess Linux could be deferring the connect<br>for some reason, assuming you're using Linux; I'm not sure.<br><br>On Sat, Feb 23, 2013 at 1:50 AM, Boxiang Pan <<a href="mailto:aquarypbx@gmail.com">aquarypbx@gmail.com</a>> wrote:<br><blockquote type="cite">Hi, Juli,<br><br>We're still stuck on getting it run. I changed the if0.host in server.conf<br>to its ip "192.168.122.20", and also changed if0.host in client.conf to its<br>ip "192.168.122.10" . I used "nc -l 80 > received.file " on intranet<br>(192.168.122.30) , when I typed in "nc 192.168.122.10 3300 < send.file" ,<br>I always got   ERR: void ProxyConnector::splice_complete(Event): Unexpected<br>event: <Error>/32 [Broken pipe]   on the client and<br>ERR: void ProxyConnector::splice_complete(Event): Unexpected event:<br><Error>/111 [Connection refused]    on the server.<br><br>I've been stuck on this for a few days, but still don't know how to fix<br>this. Could you please take a look when you get a chance? We really<br>appreciate your help. This is a very critical step in our project, so we<br>really want to get it running soon. Thank you!<br><br>our server.conf:<br><br>create codec codec0<br>set codec0.codec XCodec<br>activate codec0<br><br>create interface if0<br>set if0.family IPv4<br>set if0.host "192.168.122.20"<br>set if0.port "3301"<br>activate if0<br><br>create peer peer0<br>set peer0.family IPv4<br>set peer0.host "192.168.122.30"<br>set peer0.port "80"<br>activate peer0<br><br>create proxy proxy0<br>set proxy0.interface if0<br>set proxy0.interface_codec codec0<br>set proxy0.peer peer0<br>set proxy0.peer_codec None<br>activate proxy0<br><br>our client.conf:<br>create codec codec0<br>set codec0.codec XCodec<br>activate codec0<br><br>create interface if0<br>set if0.family IPv4<br>set if0.host "192.168.122.10"<br>set if0.port "3300"<br>activate if0<br><br>create peer peer0<br>set peer0.family IPv4<br>set peer0.host "192.168.122.20"<br>set peer0.port "3301"<br>activate peer0<br><br>create proxy proxy0<br>set proxy0.interface if0<br>set proxy0.interface_codec None<br>set proxy0.peer peer0<br>set proxy0.peer_codec codec0<br>activate proxy0<br><br><br><blockquote type="cite"><br>--<br></blockquote><br><br>Boxiang Pan<br><br>Department of Electrical and Computer Engineering<br>University of California, San Diego<br>Tel: 858-999-7655<br><br><br></blockquote><br><br>On Sat, Feb 23, 2013 at 1:50 AM, Boxiang Pan <<a href="mailto:aquarypbx@gmail.com">aquarypbx@gmail.com</a>> wrote:<br><blockquote type="cite">Hi, Juli,<br><br>We're still stuck on getting it run. I changed the if0.host in server.conf<br>to its ip "192.168.122.20", and also changed if0.host in client.conf to its<br>ip "192.168.122.10" . I used "nc -l 80 > received.file " on intranet<br>(192.168.122.30) , when I typed in "nc 192.168.122.10 3300 < send.file" ,<br>I always got   ERR: void ProxyConnector::splice_complete(Event): Unexpected<br>event: <Error>/32 [Broken pipe]   on the client and<br>ERR: void ProxyConnector::splice_complete(Event): Unexpected event:<br><Error>/111 [Connection refused]    on the server.<br><br>I've been stuck on this for a few days, but still don't know how to fix<br>this. Could you please take a look when you get a chance? We really<br>appreciate your help. This is a very critical step in our project, so we<br>really want to get it running soon. Thank you!<br><br>our server.conf:<br><br>create codec codec0<br>set codec0.codec XCodec<br>activate codec0<br><br>create interface if0<br>set if0.family IPv4<br>set if0.host "192.168.122.20"<br>set if0.port "3301"<br>activate if0<br><br>create peer peer0<br>set peer0.family IPv4<br>set peer0.host "192.168.122.30"<br>set peer0.port "80"<br>activate peer0<br><br>create proxy proxy0<br>set proxy0.interface if0<br>set proxy0.interface_codec codec0<br>set proxy0.peer peer0<br>set proxy0.peer_codec None<br>activate proxy0<br><br>our client.conf:<br>create codec codec0<br>set codec0.codec XCodec<br>activate codec0<br><br>create interface if0<br>set if0.family IPv4<br>set if0.host "192.168.122.10"<br>set if0.port "3300"<br>activate if0<br><br>create peer peer0<br>set peer0.family IPv4<br>set peer0.host "192.168.122.20"<br>set peer0.port "3301"<br>activate peer0<br><br>create proxy proxy0<br>set proxy0.interface if0<br>set proxy0.interface_codec None<br>set proxy0.peer peer0<br>set proxy0.peer_codec codec0<br>activate proxy0<br><br><br><blockquote type="cite"><br>--<br></blockquote><br><br>Boxiang Pan<br><br>Department of Electrical and Computer Engineering<br>University of California, San Diego<br>Tel: 858-999-7655<br><br><br></blockquote></blockquote></div><br></div></body></html>