Update tech_docs/lab/ipv6_lab.md
This commit is contained in:
@@ -3,23 +3,23 @@ graph TD
|
|||||||
%% Host and Bridges
|
%% Host and Bridges
|
||||||
subgraph Host_Machine_LXD
|
subgraph Host_Machine_LXD
|
||||||
H0[LXD Host]
|
H0[LXD Host]
|
||||||
H0 --> B1[br-lan - IPv4/IPv6 LAN]
|
H0 --> B1[br-lan: IPv4/IPv6 LAN]
|
||||||
H0 --> B2[br-wan - Simulated WAN]
|
H0 --> B2[br-wan: Simulated WAN]
|
||||||
end
|
end
|
||||||
|
|
||||||
%% LAN Zone
|
%% LAN Zone
|
||||||
subgraph LAN_Zone
|
subgraph LAN_Zone
|
||||||
B1 --> R1[Router - VyOS/Ubuntu (radvd, DHCPv6, NAT64)]
|
B1 --> R1[Router: VyOS or Ubuntu with radvd/DHCPv6/NAT64]
|
||||||
R1 --> C1[Client1 - IPv6-only]
|
R1 --> C1[Client1: IPv6-only]
|
||||||
R1 --> C2[Client2 - Dual-Stack]
|
R1 --> C2[Client2: Dual-Stack]
|
||||||
R1 --> C3[Client3 - IPv4-only]
|
R1 --> C3[Client3: IPv4-only]
|
||||||
R1 --> S1[WebServer - Dual-Stack NGINX + DNS]
|
R1 --> S1[WebServer: Dual-Stack NGINX + DNS]
|
||||||
end
|
end
|
||||||
|
|
||||||
%% WAN Zone
|
%% WAN Zone
|
||||||
subgraph WAN_Zone
|
subgraph WAN_Zone
|
||||||
B2 --> ISP[ISP Router (simulated)]
|
B2 --> ISP[ISP Router (simulated)]
|
||||||
ISP --> EXT[External IPv6 Service]
|
ISP --> EXT[External IPv6 Service or Tunnel Broker]
|
||||||
end
|
end
|
||||||
|
|
||||||
%% Logical Routing
|
%% Logical Routing
|
||||||
|
|||||||
Reference in New Issue
Block a user