hi,

> Hi,
> 
> I am using VMware11 but I want to create a new eth1 so that I can use with 
> the bridge, because when I use eth0 I could not connect to the internet 
> again. Please if I want to add another eth on VMware, am I to use host-only 
> or NAT or bridge or custom. 

i don't know.
on vmware fusion you can add a port with gui or edit *.vmx file directly.
other versions of vmware might be similar.

> Second, I also want to know if the ip to be used by ryu is 127.0.0.1:6633 or 
> the IP of the eth1 when I set it.

either ways should work if you run OVS and ryu within the same node.

> Third, please let me know the right command to use to add bridge and switch 
> and help me check if the one written below is used and if the tcp is 
> 127.0.0.1 or the tcp of eth1 or eth0
> 
> sudo ovs-vsctl add-br 0

sudo ovs-vsctl add-br br0

> sudo ovs-vsctl add-port br0 eth0(or eth1 (pls let me know)

eth1
as you seem to want to keep using eth0 for other purpose. (internet)

> sudo ovs-vsctl set bridge br0 protocols=OpenFlow13
> 
> sudo ovs-vsctl set-controller br0 tcp:127.0.0.1:6633 (or eth0 or eth1 IP and 
> port)

127.0.0.1 or eth0 address.

YAMAMOTO Takashi

> 
> 
> 
> 
> 
> 
> Thanks so much for your past fast response, it is highly appreciated, and 
> thank you in advance as well

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to