How to configure the router as pure ADSL bridged modem?
1.1 Using CLI command (1) Restore to Factory setting via – ‘system config restore factory’ CLI command; or – push Reset Button more than 6 seconds (2) Clear existing, unused transports ‘pppoe clear transports’ ‘pppoa clear transports’ ‘rfc1483 clear transports’ ipoa clear transport (3) Setup a new WAN transport as pppoe add transports p1 dialout pvc 1 a1 0 32 pppoa add transports p1 dialout pvc 1 a1 0 32 ‘rfc1483 add transport r1483 a1 0 32 llc bridged’ ipoa add transports i1 pvc a1 0 32 (note: the parameters are depending on your ADSL line configuration) (4) Create an new bridge interface – ‘bridge add interface br1483’ (5) Attach the WAN transport to new bridge interface – ‘bridge attach br1483 r1483’ (6) If everything configured well, you can start the PPPoE client running in PC (7) You can check packet flow by ‘transports list’ to find out the packets counts 1.2 Using Web GUI