WiFi/DWR-BE7200G: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
{|class="wikitable"
{|class="wikitable"
|-
|-
!scope="col"| Name               !!scope="col"| CIDR             !!scope="col"| MEMO             !!scope="col"| Status
!scope='col'| Name
!scope='col'| CIDR
!scope='col'| MEMO
!scope='col'| Status
|-
|-
| '''Home'''                    || <code>10.19.80.1/22</code>   || Block » DHCP                  ||style='text-align:center'| 🟢
!scope='row' style='text-align:left'| Home
| <code>10.19.80.1/22</code>       || Block » DHCP                  ||style='text-align:center'| 🟢
|-
|-
| '''Mesh'''                    || <code>10.19.80.1/24</code>   || Block » Mesh                  ||style='text-align:center'| 🟡
!scope='row' style='text-align:left'| Mesh
| <code>10.19.80.1/24</code>       || Block » Mesh                  ||style='text-align:center'| 🟡
|-
|-
| '''LAN'''                      || <code>10.19.81.1/24</code>   || Block » Servers              ||style='text-align:center'| 🟠
!scope='row' style='text-align:left'| LAN
| <code>10.19.81.1/24</code>       || Block » Servers              ||style='text-align:center'| 🟠
|-
|-
| '''WLAN'''                    || <code>10.20.82.1/24</code>   || Block » Servers              ||style='text-align:center'| 🟡
!scope='row' style='text-align:left'| WLAN
| <code>10.20.82.1/24</code>       || Block » Servers              ||style='text-align:center'| 🟡
|-
|-
| '''Device'''                  || <code>10.20.83.1/24</code>   || Block » Laptop, Mobile, & IoT ||style='text-align:center'| 🟢
!scope='row' style='text-align:left'| Device
| <code>10.20.83.1/24</code>       || Block » Laptop, Mobile, & IoT ||style='text-align:center'| 🟢
|}
|}
|valign='top' style='width:50%'|
|valign='top' style='width:50%'|

Latest revision as of 18:56, 22 February 2026

Name CIDR MEMO Status
Home 10.19.80.1/22 Block » DHCP 🟢
Mesh 10.19.80.1/24 Block » Mesh 🟡
LAN 10.19.81.1/24 Block » Servers 🟠
WLAN 10.20.82.1/24 Block » Servers 🟡
Device 10.20.83.1/24 Block » Laptop, Mobile, & IoT 🟢

Diagram

Topology

@startuml
'!theme plain

' Styling for Transparency and Layout
skinparam backgroundColor    transparent
skinparam DefaultFontName    Helvetica
skinparam componentStyle     rectangle
skinparam shadowing          false


title Resilient Dual-WAN Topology\n(Fiber + 5G Failover)

cloud "Fiber ISP"                                                                   as ISP
cloud "Mobile ISP\n(4G / 5G)"                                                       as Mobile

node "TP-Link AX73\nBridge / DMZ Mode\nMgmt: 192.168.100.1/24"                      as AX73
node "DWR-BE7200G\nMain Router\nLAN: 10.19.80.1/22\nWAN1: Fiber\nWAN2: 5G Failover" as DWR
node "Pi-hole\nDHCP + DNS\nIP: 10.19.80.53/22\nGW: 10.19.80.1"                      as PI
node "Switch / LAN Segment\nSubnet: 10.19.80.0/22"                                  as SW

node "Clients Group A\n<b>Subnet :</b> 10.19.80.1/24\n<b>Gateway:</b> 10.19.80.1"   as CA
node "Clients Group B\n<b>Subnet :</b> 10.19.81.1/24\n<b>Gateway:</b> 10.19.80.1"   as CB
node "Clients Group C\n<b>Subnet :</b> 10.19.82.1/24\n<b>Gateway:</b> 10.19.80.1"   as CC
node "Clients Group D\n<b>Subnet :</b> 10.19.83.1/24\n<b>Gateway:</b> 10.19.80.1"   as CD

ISP    --> AX73 : Fiber
AX73   --> DWR  : Ethernet WAN1
Mobile --> DWR  : 5G WAN2 (Backup)
DWR    --> SW   : LAN

CA     --> PI
SW     --> CA
SW     --> CB
SW     --> CC
SW     --> CD

note right of DWR
<b>Primary  Route:</b> Fiber → AX73 → ISP
<b>Failover Route:</b> 5G → Mobile ISP
<b>Health   Check:</b> Ping 1.1.1.1
Auto-switch on failure
end note

note right of PI
<b>DHCP Range:</b> 10.19.81.1 - 10.19.83.254
<b>Gateway:</b> 10.19.80.1
<b>DNS:</b> 10.19.80.53
end note

@enduml

References

References