Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

1. Scope of the work

                       To disable router mode and enable brigdemode in BPIR4 Router. It means, by default device will be in router mode. Once changed to bridge mode, Private WIFI will stop its broadcasting,  Ethernet Client should get public IP address (in erouter series)  and Wireless client will lose its connection to private WIFI.

...

3.  High level Code Flow Design       

...

1 During boot-up

Gliffy Diagram
macroIdccc84db4-b55c-4a04-ae75-7656c6ac283b
displayNameCode flow for Bridge mode during bootup.
nameFlow-diagram
pagePin4
             

...

  • brlan0 will lose IP address
  • A new bridge is created lan0(interface link llan0) which will have 10.0.0.1 ip address
  • Private WiFi should stops broadcasting
  • Ethernet (lan) clients should get Public IP address(i,e in erouter ip series)
  • Verify whether the admin UI page is accessible by using 10.0.0.1 ip in ethernet client device 
  • Changing from bridgemode to router mode and verify basic functionalities are working fine like Private WiFi should be broadcasted, able to get ip & internet access for wifi and lan clients and admin UI also accessible in connected clients. 

8.

...

BPI  Test Results

8.1. Router → Bridge-Static 

  1. Changing the LanMode from router to bridge-static mode

         

        

         2 2. A new bridge is created net0(interface link lnet0) which will have 10.0.0.1 ip address

Image Modified         

   

                   4 3.Ethernet (lan) clients should get Public IP address(i,e in erouter ip series)

                   5. Verify whether the admin UI page is accessible by using 10.0.0.1 ip in ethernet client device 

            Facing issues with Admin Ui page for connected client device.

            Tracked under below jira.
        6 4. brlan0 shouldn't have  IP address

...