[openflow-discuss] How to drop packets from one host

2013-04-19 Thread Varun Moruse
Hello,I have deployed openflow stanford reference design module  on UBUNTU 11.10I have used NOx controller  on UBUNTU 12.04I have connected two windows 7 hosts.The basic ping command is working successfully and it is showing the flows also.I want to to block one of the host's  packets(flows ) i

[openflow-discuss] how to generate Traffic in a mininet topology

2013-04-19 Thread Chandana Pathapatti
ANyone knows how to generate Traffic in a mininet topology running on VM with openflow 1.0 running. The controller is a load balancer. Hence we want to simulate network traffic, with or without using a web browser. -- Regards, Chandana http://www.sahajmarg.org/sm/why-meditate _

Re: [openflow-discuss] Is it possible to open a browser inside Virtual box and mininet topology?

2013-04-19 Thread Eric Chou
You can install Firefox and use 'sudo firefox &' to launch Firefox, assuming you have set up X forwarding. For mininet, so far I just installed and use Lynx. A quick check is to use Python simple web server: mininet> h1 python -m SimpleHTTPServer 80 & mininet> xterm h2 Then in h2 use 'lynx htt

[openflow-discuss] Is it possible to open a browser inside Virtual box and mininet topology?

2013-04-19 Thread Chandana Pathapatti
Hello, Is it possible to open a browser inside Virtual box and mininet topology? -- Regards, Chandana http://www.sahajmarg.org/sm/why-meditate ___ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/li

Re: [openflow-discuss] Benchmarking Mininet

2013-04-19 Thread Bob Lantz
[removing floodlight-dev, adding mininet-discuss] Scalability and performance is definitely something I that I believe can be improved quite a bit, so I encourage more performance analysis and also contributions to improve the startup speed and overall performance of all of the components. If

Re: [openflow-discuss] Benchmarking Mininet

2013-04-19 Thread Bob Lantz
Volkan, Have you tried --switch user also? OVS doesn't start up as quickly, although it has better forwarding performance. Also the 1:1 switch:host ratio is probably a bit high for most real networks at least. ;-) -Bob On Apr 19, 2013, at 4:10 AM, Volkan YAZICI wrote: > For those who are in

[openflow-discuss] Web Client(browser) and web browser implementation using POX controller

2013-04-19 Thread Chandana Pathapatti
Hello, I and my team have designed a load-balancer form a learning switch code, given in the open flow tutorial. Now, we have created a web Server and Client code. WE tried to run the Server on putty and tried the client to be the browser, then it works. If we try the Server running on the xter

Re: [openflow-discuss] Load Balance Controller

2013-04-19 Thread Marcelo da Silva Conterato
Dear Ron Thanks for the feedback, I will verify your tip, actually I'm testing the implementation is to be done in NS-3. He already boasts two implementation, one Drop_Controller and Learning_Controller. Thank you! Atenciosamente Marcelo da Silva Conterato Profº Faculdade SENAC Porto Alegre

[openflow-discuss] Load Balance Controller

2013-04-19 Thread Marcelo da Silva Conterato
Dear, good afternoon, I am conducting research to implement a Load Balance with OpenFlow Controller simulator NS-3. The atmosphere is simple, consisting of a client and two servers, where it will perform load balancing, sending a stream of data to each server, simulating a Round Robin. I'm hav

Re: [openflow-discuss] wrt54gl connection reset by peer

2013-04-19 Thread Daisuke Kotani
Hi, I heard that Trema team had also tried to solve a similar issue (interoperability between Trema and OpenWRT), and they says that one workaround is to add --inactivity-probe=90 to the ofprotocol command-line on the switch. A modified version of /lib/openflow/ofprotocol.sh in OpenWRT can be

Re: [openflow-discuss] wrt54gl connection reset by peer

2013-04-19 Thread Andrew Ferguson
hi Adria, unfortunately, yes, this problem has been seen before on the Pantou firmware. I don't know that anyone has determined a root cause. there are a couple workarounds: 1) have your controller send periodic ECHO_REQUEST's to the switch, rather than wait for the switch to send them. for ex

Re: [openflow-discuss] wrt54gl connection reset by peer

2013-04-19 Thread adria sole
I have done logread -f in telnet of the openwrt: result is: ... Jan 1 02:25:38 OpenWrt daemon.err ofprotocol: 00657|rconn|ERR|tcp: 192.168.1.20:6633: no response to inactivity probe after 15 seconds, disconnecting Jan 1 02:25:38 OpenWrt user.info sysinit: Jan 01 02:25:38|00657|rconn|ERR|tcp:192.

[openflow-discuss] wrt54gl connection reset by peer

2013-04-19 Thread adria sole
Hi, I have some trouble with linksys wrt54gl, I have installed pantou firmware ( http://www.openflow.org/wk/index.php/Pantou_:_OpenFlow_1.0_for_OpenWRT), and nox (https://github.com/noxrepo/nox) branch verity. I have established openflow dialog, but after 2 request/reply messages my router sends a

[openflow-discuss] Benchmarking Mininet

2013-04-19 Thread Volkan YAZICI
For those who are interested in, I put together a small mininet benchmark that measures the memory usage and the start+shutdown time for a linear topology composed of 1, 32, 64, 96, 128, ..., 1024 switch+host pairs. Results are accessible from http://vy.github.io/blog/post/2013/04/19/benchmarking-m