Site Tools


media_bridge

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
media_bridge [2024/06/16 21:01] – [Comparing Media Bridge Mode and Wireless Ethernet Bridge Mode] -formatting hogwildmedia_bridge [2025/01/05 01:36] (current) – [Comparing Media Bridge Mode and Wireless Ethernet Bridge Mode] -Formatting hogwild
Line 9: Line 9:
  
   - Go to the [[basic-network|Network]] menu.   - Go to the [[basic-network|Network]] menu.
-  - Scroll down to the section for the wireless module of your choice. For example: "wireless eth2".  +  - Scroll down to the section for whatever wireless module you wish\\ For example: "wireless eth2".  
-  - From the //Wireless Mode// dropdown menu, select //Media Bridge//. After doing this, WAN options will be hidden. \\ Now, configure the settings there as follows: +  - From the //Wireless Mode// dropdown menu, select //Media Bridge//\\ After doing this, WAN options will be hidden. \\ Now, configure the settings there as follows: 
   - Set Wireless Network Mode to: Auto (all possible WiFi protocols).   - Set Wireless Network Mode to: Auto (all possible WiFi protocols).
-  - Set SSID to: Whichever SSID you want to use (prefer one with least interference).+  - Set SSID to whichever SSID you wish (preferably with the least interference).
   - Set Channel to: Whichever WiFi channel you want to use.   - Set Channel to: Whichever WiFi channel you want to use.
   - Set Channel Width to: 20 MHz, 40 MHz or 80 MHz (your choice).   - Set Channel Width to: 20 MHz, 40 MHz or 80 MHz (your choice).
-  - Set Security to: WPAx (Usually WPA2 Personal for home users/small, informal offices).+  - Set Security to: WPAx (Usually WPA2 Personal for home users or small, \\ informal offices).
   - Set Encryption to: AES.   - Set Encryption to: AES.
   - Set Shared Key to: WiFi password you want to use.   - Set Shared Key to: WiFi password you want to use.
Line 29: Line 29:
 Still in the Network menu, under LAN Settings: Still in the Network menu, under LAN Settings:
  
-  * Configure bridge "br0" with an IP Address in the LAN you want to connect to. (For example: 192.168.1.50). + \\ 
-  * Configure the Default Gateway. In our example192.168.1.1 (If main router's address is: 192.168.1.1). + 
-  * Enter a Static DNS value of 192.168.1.1 (if the main router's address is 192.168.1.1). +  * Configure bridge "br0" with an IP Address in the LAN you want \\ to connect to. (For example: "192.168.1.50"). 
-  * Since release 2022.6, if you select “Automatic IP”, the router should obtain IP/Gateway/DNS via DHCP.+  * Configure the Default Gateway. In our example: "192.168.1.1 \\ (If main router's address is: "192.168.1.1"). 
 +  * Enter a Static DNS value of 192.168.1.1 (assuming if the main \\ router's address is 192.168.1.1). 
 +  * Since release 2022.6, selecting “Automatic IP”, will make the router \\ obtain IP/Gateway/DNS via DHCP.
  
  \\  \\
Line 39: Line 41:
 ==== Comparing Media Bridge Mode and Wireless Ethernet Bridge Mode ==== ==== Comparing Media Bridge Mode and Wireless Ethernet Bridge Mode ====
  
- \\ \\  Media Bridge (MB) mode has several advantages over wireless Ethernet Bridge mode:+Media Bridge (MB) mode has several advantages over wireless Ethernet Bridge mode:
  
-  * MB mode will work with SDK7 ARM routers like the AC3200 / R8000  \\ (wireless Ethernet bridge mode is not possible). + \\
-  * MB mode will work with SDK6 MIPS routers like the Asus RT-AC66U, D‑Link DIR‑865L \\ (wireless Ethernet bridge mode is not possible). +
-  * MB mode will work with SDK6 ARM routers like Asus RT-AC68U, or Netgear R7000. \\ (Wireless Ethernet Bridge mode is also possible). +
-  * IPv4 and IPv6 communication will work \\ (Wireless Ethernet Bridge supports only IPv4, except dual-core SDK6 ARM models, which support IPv6).+
  
-\\ Do NOT use Virtual Interfaces, such as Virtual Wireless networks or VLANs when in Media Bridge mode.+  * MB mode will work with SDK7 ARM routers like the AC3200 \\ or the R8000  \\ (wireless Ethernet bridge mode isn't possible). 
 +  * MB mode will work with SDK6 MIPS routers like the Asus RT-AC66U, \\ or the D‑Link DIR‑865L \\ (wireless Ethernet bridge mode isn't possible). 
 +  * MB mode will work with SDK6 ARM routers like Asus RT-AC68U, \\ or Netgear R7000. \\ (Wireless Ethernet Bridge mode is also possible). 
 +  * IPv4 and IPv6 communication will work.  \\ (Wireless Ethernet Bridge supports only IPv4, except \\ dual-core SDK6 ARM models, which support IPv6). 
 + 
 +\\ **Do NOT** use Virtual Interfaces, such as Virtual Wireless networks or VLANs when in Media Bridge mode.
  
  \\  \\
Line 52: Line 56:
 Media Bridge mode (MB) will work for: Media Bridge mode (MB) will work for:
  
-  * SDK6.30 [MIPS RT-AC] (ex. RT-AC66U, D‑Link DIR‑865L)+ \\ 
 + 
 +  * SDK6.30 [MIPS RT-AC] (for example: RT-AC66U, D‑Link DIR‑865L)
   * SDK6.37 (ex. RT-AC68U, R7000)   * SDK6.37 (ex. RT-AC68U, R7000)
   * SDK7 (ex. RT-AC3200, R8000)   * SDK7 (ex. RT-AC3200, R8000)
Line 59: Line 65:
  \\  \\
  
-Wireless Ethernet Bridge (WEB) will work for:+Wireless Ethernet Bridge (WEB) mode will work for: 
 + 
 + \\
  
   * SDK5.10 (ex. WRT54GL, RT-N16)   * SDK5.10 (ex. WRT54GL, RT-N16)
Line 75: Line 83:
 **In case of issues such as connectivity loss:** **In case of issues such as connectivity loss:**
  
-  - Try lowering the Wireless Client connection check time (affects Media Bridge mode, Wireless Client mode and Wireless Ethernet Bridge mode). Currently the default setting is 30 seconds. Try adjusting this to 15 seconds via the command prompt: \\  \\ <code ->+  - Try lowering the Wireless Client connection check time (affects Media Bridge mode, Wireless Client mode and Wireless Ethernet Bridge mode). The default is 30 seconds. Adjust this to 15 seconds via the command prompt: \\  \\ <code ->
 root@FreshTomato-WlClientMode:/tmp/home/root# nvram set sta_chkint=15 root@FreshTomato-WlClientMode:/tmp/home/root# nvram set sta_chkint=15
 root@FreshTomato-WlClientMode:/tmp/home/root# nvram commit root@FreshTomato-WlClientMode:/tmp/home/root# nvram commit
media_bridge.1718568078.txt.gz · Last modified: 2024/06/16 21:01 by hogwild