Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-17 Thread ホンパンニャー
Hi, Yeah, I meant that packet. Hmm How about the ping message ? Do you have any clues why ping message form 10.0.0.1 to 10.0.0.2 (Unreachable) are different from the one from 10.0.0.2 to 10.0.0.1 ( time out ) ? Best Regards, Hong Panha On Thu, Nov 17, 2016 at 5:04 PM, Iwase Yusuke wrote: > >

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-17 Thread Iwase Yusuke
On 2016年11月17日 16:18, ホンパンニャー wrote: > Hi, > > Thanks for the response. > > Could you explain me a bit about the Ryu-manager log ? Why > dst='239.255.255.250' > instead of dst='10.0.0.2 ' ? Do you mean this packet? >>> [FW][INFO] dpid=0001: Blocked packet = >>> ethernet(dst='01:00:5

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-16 Thread ホンパンニャー
Hi, Thanks for the response. Could you explain me a bit about the Ryu-manager log ? Why dst='239.255.255.250' instead of dst='10.0.0.2 ' ? Just now i noticed if I ping from 10.0.0.1 to 10.0.0.2, the ping message will look like this: ping 10.0.0.2 PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. >

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-16 Thread Iwase Yusuke
Hi, On 2016年11月17日 14:32, ホンパンニャー wrote: > Hi, > > Sorry for the inconvenience. > > 1. The rest_firewall is fixed. Thank you for testing my patch! I will post the patch later. > > 2. I did the experiment again today. The flow status remains the same. Only > the first and the last flow's "packe

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-16 Thread ホンパンニャー
Hi, Sorry for the inconvenience. 1. The rest_firewall is fixed. 2. I did the experiment again today. The flow status remains the same. Only the first and the last flow's "packet_count" are increased. -- Below is the output of the ping : hongpanha$ ping -c 4 10.0.0.1 PING 10.0.0.1 (10.0.0.1): 5

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-15 Thread Iwase Yusuke
Hi, On 2016年11月14日 15:46, ホンパンニャー wrote: > Hi, > > Sorry for the late reply. > > I have done as you suggested to the the output:normal again. I ran both > rest_firewall and ofctl_rest through ryu-manager and did the command as you > advised. But i still couldn't ping one another between my two PC

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-13 Thread ホンパンニャー
Hi, Sorry for the late reply. I have done as you suggested to the the output:normal again. I ran both rest_firewall and ofctl_rest through ryu-manager and did the command as you advised. But i still couldn't ping one another between my two PCs. Below is the output of the flow before ping: {

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-10 Thread Iwase Yusuke
Hi, On 2016年11月10日 14:22, ホンパンニャー wrote: > Hi, > > Thanks for responding. > > I have tried to test the output:normal by running ofctl_rest.py as you > suggested. After running that i did the following command. > > # Delete all flow entries from the switch dpid=1 > $ curl -X DELETE http://localhos

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-09 Thread ホンパンニャー
Hi, Thanks for responding. I have tried to test the output:normal by running ofctl_rest.py as you suggested. After running that i did the following command. # Delete all flow entries from the switch dpid=1 $ curl -X DELETE http://localhost:8080/stats/flowentry/clear/1 # Add flow entry with outp

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-08 Thread Iwase Yusuke
Hi, Sorry for the delay. I have no environment for running DPDK-enabled Lagopus, and it takes times to investigate why... (I know KVM can be available, but have not tried yet...) For pointing the cause, could you test your Lagopus whether output:normal action works well or not? e.g.) If you use

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-10-25 Thread ホンパンニャー
Hi, Today, I already reinstalled Lagopus 0.2.6 on my environment with Hybrid enable following QUICKSTART.md. $ cd lagopus $ ./configure --with-dpdk-dir=${RTE_SDK} --enable-hybrid=yes $ make $ sudo make install After the installation, Lagopus works well with "simple_switch_13.py",

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-08-18 Thread ホンパンニャー
Hi, Thanks for your responding. I will try to reinstall Lagopus with DPDK support ("./configure --enable-hybrid=yes") and I will let you know again if it works or not. Once again thanks. Best Regards, Panha On Thu, Aug 18, 2016 at 10:19 AM, Iwase Yusuke wrote: > Hi, > > Sorry, I don't know m

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-08-17 Thread Iwase Yusuke
Hi, Sorry, I don't know much about Lagopus, but I think you need to reinstall Lagopus with "--enable-hybrid=yes" configure option. e.g.) According to the QUICKSTART.md and "./configure --help" page, $ cd lagopus $ ./configure --enable-hybrid=yes $ make $ sudo make install On m

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-08-14 Thread ホンパンニャー
Hi Iwase, I am sorry to disturb you again. I have read the Lagopus issues page that you suggested last time and i totally have the same problem. However, i don't know how to specify "--enable-hybrid" to Lagopus switch. I did ask them and they said that i have to specify it through configure comma

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-08-02 Thread University
Hi, Thanks for responding. I am figuring out how to specify "--enable-hybrid" in lagopus configure now. I will let you know if it's work. Regards, Panha Sent from my iPhone > On Aug 3, 2016, at 12:04 PM, Iwase Yusuke wrote: > > Hi, > > According to the issues page on Lagopus GitHub, >

Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-08-02 Thread Iwase Yusuke
Hi, According to the issues page on Lagopus GitHub, you need to specify '--enable-hybrid' in configure, I guess. https://github.com/lagopus/lagopus/issues/76 Thanks, Iwase On 2016年08月02日 17:25, Hong Panha wrote: > Hi everyone, > > > I am trying run rest_firewall.py with ryu-manager, it’s not