Re: [Ryu-devel] Setting up firewall across 3 linear connected switches

2017-01-04 Thread Adebayo Adedayo
ecify 0 for table ID, no modification is necessary. Because rest_router and rest_firewall using the default value 0 for table id. For details on OFPFlowMod please see below. http://ryu.readthedocs.io/en/latest/ofproto_v1_3_ref.html#modify-state-messages Regards, Muraoka On 2017年01月05日 02:37, Adeb

Re: [Ryu-devel] Firewall bringing "invalid parameter"

2017-01-04 Thread Adebayo Adedayo
x:~# Error message "Invalid rule parameter." was output. From the above, i think that this problem is an error in the FlowMod send part. Have you changed the contents of ryu/lib/ofctl_v1_X.py? Please install the latest version of Ryu and try again. Regards, Muraoka On 2017?01?05? 06:

[Ryu-devel] Firewall bringing "invalid parameter"

2017-01-04 Thread Adebayo Adedayo
Hi All, Please I need help in using firewall because the setting up is working fine when I use the command without “actions” and “priority”, but it’s bringing invalid rule parameter when I use actions and priority. Please help in looking at these. Thank you root@ade-VirtualBox:~# curl -X PUT h

[Ryu-devel] Setting up firewall across 3 linear connected switches

2016-12-19 Thread Adebayo Adedayo
Hi Team, Please I need how to set up connection and configuration of 3 linear switches to run firewall application. I set up mininet with 3 linear switches and 2 hosts each. Please how is it possible to set address on the switches in order for them to communicate. I have tried to run the ryu.app

[Ryu-devel] Setting up firewall across 3 linear connected switches

2016-12-19 Thread Adebayo Adedayo
Hi All, Please I need how to set up connection and configuration of 3 linear switches to run firewall application. I set up mininet with 3 linear switches and 2 hosts each. Please how is it possible to set address on the switches in order for them to communicate. I have tried to run the “ryu.app

[Ryu-devel] VLAN Tree topology configuration

2016-06-30 Thread Adebayo Adedayo
Hi all, I am trying to setup a mininet with tree topology and also create VLANs on the switches(routers in this place) using rest_router.py . I am having problem in setting the default route from one router passing through the connecting router to the other, because it is displayed on the wire

[Ryu-devel] Virtual Box Host-only IPv4 not showing on VM

2015-09-18 Thread Adebayo Adedayo
Hi All, I am using Ryu on windows host with Virtual Box. I have the Linux guest with Ryu and mininet running on VBox. When I execute Ipconfig from windows it show my VBox Host only as 192.168.56.1 but I am not seeing it when I run ifconfig on Linux host, I am seeinginet addr:10.0.2.15 on Linux.

Re: [Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-24 Thread Adebayo Adedayo
here is a way around this. Thanks so much From: Yusuke Iwase Sent: ‎Tuesday‎, ‎March‎ ‎24‎, ‎2015 ‎4‎:‎12‎ ‎AM To: Adebayo Adedayo, ryu-devel@lists.sourceforge.net Hi Adebayo, Wireshark on the default Ubuntu 14.04 repository is old and does not support OpenFlow. As far as I

Re: [Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-24 Thread Adebayo Adedayo
hark this way in order to perform live capture, you may want to be aware that there is a better way documented at /usr/share/doc/wireshark-common/README.Debian I will like if there is a way around this. Thanks so much From: Yusuke Iwase Sent: ‎Tuesday‎, ‎March‎ ‎24‎, ‎2015 ‎4‎:‎12‎ ‎

[Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-23 Thread Adebayo Adedayo
Hi, I need help in making wireshark work on my system. I tried to use wireshark on Ubuntu 14.04 but the wireshark is not showing Openflow. I even tried to dump flow using the command sudo ovs-ofctl dump-flows s1 -O OpenFlow13 but nothing is showing. I have tried using the ofdissector option

Re: [Ryu-devel] ovs-vsctl add-br br0 problem

2015-03-18 Thread Adebayo Adedayo
Hi, From: YAMAMOTO Takashi Sent: ‎Wednesday‎, ‎March‎ ‎18‎, ‎2015 ‎2‎:‎15‎ ‎PM To: Adebayo Adedayo Cc: ryu-devel@lists.sourceforge.net hi, 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

[Ryu-devel] I couldn't find Ethernet adapter

2015-03-18 Thread Adebayo Adedayo
Hi, Please I need help in locating Ethernet adapter on my VMware. I am running Ubuntu 14.04, when I issued the sudo -i gedit /etc/network/interfaces to see the available nwtwork for editing, I can only see the lo which is the loopback. Please I need help in resolving this Thank you so much

[Ryu-devel] ovs-vsctl add-br br0 problem

2015-03-18 Thread Adebayo Adedayo
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. Second, I also want to know if the ip

[Ryu-devel] ovs-vsctl add-br br0 problem

2015-03-18 Thread Adebayo Adedayo
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. Second, I also want to know if the ip

[Ryu-devel] Openvswitch problem and mininet and ryu installation

2015-03-13 Thread Adebayo Adedayo
Hi, I have installed openvswitch but there is a problem with the openvswitch-datapath-dkms Pls what can i do to solve this. Second the ovs-vswitchd --version is only showing openflow 1.0 how will i gat support for 1.3 and how will i configure it to work with ryu successfully, I am using vmwar

[Ryu-devel] Installing openvswitch that support openflow13

2015-03-13 Thread Adebayo Adedayo
Hi I have installed openvswitch but there is a problem with the openvswitch-datapath-dkms Pls what can i do to solve this. Second the ovs-vswitchd --version is only showing openflow 1.0 how will i gat support for 1.3 and how will i configure it to work with ryu successfully, I am using vmware

[Ryu-devel] Problem with nbeesrc compiler

2015-03-13 Thread Adebayo Adedayo
Hi, I am having problem with my ryu and with the nbeesrc not compiling and giving a long error and with the specific summary of the error below. make[2]: *** [nbpflcompiler/CMakeFiles/nbpflcompiler.dir/parser.cpp.o] Error 1 make[1]: *** [nbpflcompiler/CMakeFiles/nbpflcompiler.dir/all] Error 2 ma

[Ryu-devel] Ryu not working on ubuntu 14.04

2015-02-13 Thread Adebayo Adedayo
Hi All, I need help for my Ryu to work. I install it on my Ubuntu 14.04 and when I start the ryu-manager I got some some errors. The error is pasted below. Traceback (most recent call last): File "/usr/local/bin/ryu-manager", line 5, in from pkg_resources import load_entry_point