Hi ,
 
I'm quite new to Mininet, Opneflow and POX, and hope anycan help me.

In the OpenFlow Tutorial, when create the topology in Mininet using the command 
below:

sudo mn --topo single,3 --mac --switch ovsk --controller remote

and using POX as controller, and after modified the file 
pox/misc/of_tutorial.py to act_like_switch, I have two questions:

1) How can all hosts (h1,h2,h3) ping each other. (h1 can ping h2 only if 
manually use this command
$ dpctl add-flow tcp:127.0.0.1:6634 in_port=1,idle_timeout=120,actions=output:2
$ dpctl add-flow tcp:127.0.0.1:6634 in_port=2,idle_timeout=120,actions=output:1)


-2) Is there a way to connect any of the hosts to the Internet, or how can I 
run a script from any host when I use Xterm from Mininet.

Best,

Najem
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to