Thank you, I discovery my problem. It's in setting.

I changed my setting.

root@OpenWrt:~# ovs-vsctl show
49865fb7-e3c1-4c43-9c61-1a3517cef73f
    Bridge "br0"
        Controller "tcp:172.21.211.17:6633"
        Port "eth0.2"
            Interface "eth0.2"
        Port "br0"
            Interface "br0"
                type: internal
    ovs_version: "2.8.1"

/etc/config/network  -- change
config interface 'wan'
    option ifname 'eth0.2' --> 'br0'
    option proto 'dhcp'

/etc/config/firewall -- Default
config forwarding
    option src        lan
    option dest        wan


root@OpenWrt:~# brctl show
bridge name    bridge id        STP enabled    interfaces
br-lan        7fff.f09fc2d06abc    no        eth0.1
                            wlan0

It worked for example 13 switch in this way, and another example did
not, but it certainly was on account of wrong programmer.



Em seg, 13 de ago de 2018 às 06:04, IWAMOTO Toshihiro <iwam...@valinux.co.jp>
escreveu:

> On Fri, 10 Aug 2018 00:45:05 +0900,
> Thomas William wrote:
> >
> > [1  <multipart/alternative (7bit)>]
> > [1.1  <text/plain; UTF-8 (7bit)>]
> > Is it normal for my internet to stop working when I start the controller
> ?
> > HPSERVER achieves connectivity normally, but as soon as I start the
> > controller it loses its connectivity, and even the AP can no longer
> connect
> > to the outside network. When I stop the controller the internet comes
> > back. Will
> > I have to create rules in the internet controller to work?
> >
>
> I sometimes had a issue which network connectivity is lost when the ovs
> start script is run. I guess that was a broken ovs state.
>
> But I have no idea if the existence of a controller makes difference.
> I think ovs-ofctl dump-flows to check the differnce in the flow table
> for analysis.
>
> --
> IWAMOTO Toshihiro
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to