Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:user-guide:network:dmz-based-bridge-mode [2018/02/20 19:59] – ↷ Page moved from docs:user-guide:dmz-based-bridge-mode to docs:user-guide:network:dmz-based-bridge-mode bobafetthotmaildocs:guide-user:network:wan:dmz-based-bridge-mode [2019/03/31 21:23] tmomas
Line 1: Line 1:
-===== Poor Man's Bridge Mode =====+====== Poor Man's Bridge Mode ======
 When you don't have hardware that can do true bridging due to various reasons (many 3G/4G and quite a few DSL or fibre lines don't allow this, especially if there is also VoiP telephone lines involved), you can still do a poor man's bridge mode to have most services that need to be on the Internet facing router to work.\\ When you don't have hardware that can do true bridging due to various reasons (many 3G/4G and quite a few DSL or fibre lines don't allow this, especially if there is also VoiP telephone lines involved), you can still do a poor man's bridge mode to have most services that need to be on the Internet facing router to work.\\
 Dynamic DNS services are (currently) an exception to this as the LEDE router will only know the internal IP of the gateway, but not your true public IP given by the ISP. There are command line tools (bind-dig but also others) in LEDE repository that can allow the LEDE router to get the public IP given by the ISP (with the command dig +short myip.opendns.com @resolver1.opendns.com ), but for now the Dynamic DNS package isn't set to use them.  Dynamic DNS services are (currently) an exception to this as the LEDE router will only know the internal IP of the gateway, but not your true public IP given by the ISP. There are command line tools (bind-dig but also others) in LEDE repository that can allow the LEDE router to get the public IP given by the ISP (with the command dig +short myip.opendns.com @resolver1.opendns.com ), but for now the Dynamic DNS package isn't set to use them. 
Line 31: Line 31:
  
 This tutorial above follows the steps defined by Steven Frosty in [[http://forum.vividwireless.com.au/forum/faqs-lte/faq-lte-bridge-mode-supported|FAQ -- LTE -- is Bridge Mode supported]] This tutorial above follows the steps defined by Steven Frosty in [[http://forum.vividwireless.com.au/forum/faqs-lte/faq-lte-bridge-mode-supported|FAQ -- LTE -- is Bridge Mode supported]]
 +
 +Firewall bridge mode support in OpenWrt is provided by the [[packages:pkgdata:kmod-br-netfilter|kmod-br-netfilter]] module.
  
 The following is an example UCI configuration in a LEDE device configured as detailed above. The following is an example UCI configuration in a LEDE device configured as detailed above.
  • Last modified: 2021/07/24 05:38
  • by someothertime