NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

jeclark2006's avatar
jeclark2006
Aspirant
Apr 28, 2020
Solved

Cannot enable bridge mode on R6220

I searched previous posts on this topic, and the response was not what is desired for a 'bridge' configuration. A WIFI <-> Ethernet bridge is what is desired, where the WIFI is essentially transpa...
  • jeclark2006's avatar
    jeclark2006
    Apr 28, 2020

    I think the confusion lies in the term 'bridge'. I tend to use 'bridge' to mean 'collecting a set of interfaces' into an effective unit, as in the following on a linux system command line.

    brctl addbr br-lan

    brctl addif br-lan eth0 -- wired interface

    brctl addif br-lan wlan0 -- wireless interface
    ... etc...

    For a WDS 'bridge', I'd use the phrase 'WDS bridge', which would be two AP connecting two segments of the network.

    From what I can tell setting up this device, the ETHERNET ports and and the wireless interface are in fact 'bridged' in the first sense, which was not clear from the documentation.


    Initially I was using the WAN port to connect to the rest of the wired network. Upon realizing that the wired interfaces where in fact bridged with the wireless interface, I move the cable connecting to the rest of the network to one of  'lan' ports, disabled DHCP on the AP, and the DHCP clients received their IP config from the DHCP on the wired side of things.

    So problem solved.