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?

My setup:
  --------------------               ----------------------------
| | HPSERVER | | ------> | | ACCESS POINT | | (OpenVswitch and OpenWrt)
  -------------------                 -------------------------
                                                  |
                                                  |
                                       -----------------------------
                                       | | Common Switch | |
                                       ------------------------------
                                                |            |
   -----------------                            |
|                                   --------------------------
  | | Controller ||  -------------------------
--------------------------------- || Internet e DHCP ||

----------------
---------------------------

My settings in AP

Interface eth0.1 is lan and eth0.2 is wan

br-lan    Link encap:Ethernet  HWaddr F0:9F:C2:D0:6A:BC
          inet addr:172.21.210.100  Bcast:172.21.211.255  Mask:255.255.252.0
          inet6 addr: fe80::f29f:c2ff:fed0:6abc/64 Scope:Link
          inet6 addr: fd32:3da9:427a::1/60 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2687 errors:0 dropped:155 overruns:0 frame:0
          TX packets:1079 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:540267 (527.6 KiB)  TX bytes:171997 (167.9 KiB)

br0       Link encap:Ethernet  HWaddr F0:9F:C2:D0:6A:BC
          inet6 addr: fe80::f29f:c2ff:fed0:6abc/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4338 errors:0 dropped:477 overruns:0 frame:0
          TX packets:1551 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:1558940 (1.4 MiB)  TX bytes:325957 (318.3 KiB)

eth0      Link encap:Ethernet  HWaddr F0:9F:C2:D0:6A:BC
          inet6 addr: fe80::f29f:c2ff:fed0:6abc/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8764 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4826 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2756744 (2.6 MiB)  TX bytes:1809031 (1.7 MiB)
          Interrupt:4

eth0.1    Link encap:Ethernet  HWaddr F0:9F:C2:D0:6A:BC
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1699 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2822 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:319453 (311.9 KiB)  TX bytes:1391831 (1.3 MiB)

eth0.2    Link encap:Ethernet  HWaddr F0:9F:C2:D0:6A:BC
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7065 errors:0 dropped:192 overruns:0 frame:0
          TX packets:1993 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2279539 (2.1 MiB)  TX bytes:396794 (387.4 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:1660 (1.6 KiB)  TX bytes:1660 (1.6 KiB)

wlan0     Link encap:Ethernet  HWaddr F0:9F:C2:D1:6A:BC
          inet6 addr: fe80::f29f:c2ff:fed1:6abc/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:282 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1745 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:57304 (55.9 KiB)  TX bytes:518544 (506.3 KiB)


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

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"
------------------------------------------------------------------------------
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