diff options
-rw-r--r-- | arfnet2.html | 35 | ||||
-rw-r--r-- | arfnet2.md | 32 | ||||
-rw-r--r-- | arfnet2.pdf | bin | 141218 -> 141353 bytes |
3 files changed, 45 insertions, 22 deletions
diff --git a/arfnet2.html b/arfnet2.html index 41f794e..3f81ab9 100644 --- a/arfnet2.html +++ b/arfnet2.html @@ -182,6 +182,12 @@ ISP ===| ONT |---| DELL switch |-----| TP-Link switch | <h3 id="physical-and-logical-networks">Physical and Logical Networks</h3> <table> + <colgroup> + <col style="width: 26%" /> + <col style="width: 26%" /> + <col style="width: 21%" /> + <col style="width: 26%" /> + </colgroup> <thead> <tr class="header"> <th>name</th> @@ -212,7 +218,7 @@ ISP ===| ONT |---| DELL switch |-----| TP-Link switch | <tr class="even"> <td>VPN</td> <td></td> - <td>10.5.0.0/24</td> + <td>192.168.6.0/24 <br> 2600:70ff:f039:5::/64</td> <td>Wireguard clients</td> </tr> </tbody> @@ -226,20 +232,28 @@ ISP ===| ONT |---| DELL switch |-----| TP-Link switch | </ul></li> <li>WAN_STATIC in <ul> - <li>allow from * to {services} –> NAT rules</li> + <li>allow v4 from * to {services} –> NAT rules</li> </ul></li> <li>DMZ in <ul> - <li>deny from DMZ net to LAN net</li> - <li>allow from DMZ net to firewall</li> - <li>allow from DMZ net to * gw WAN_STATIC</li> + <li>deny v4 to LAN net</li> + <li>allow v4 to firewall</li> + <li>allow v4 to * gw WAN_STATIC</li> + <li>allow v6 to * gw HE_TUNNELV6</li> </ul></li> <li>LAN in <ul> - <li>allow ICMP from LAN net to firewall</li> - <li>allow IP DNS from LAN net to firewall</li> - <li>allow from LAN net to DMZ net</li> - <li>allow from LAN net to * gw WAN_CGNAT</li> + <li>allow v4 ICMP to firewall</li> + <li>allow v4 IP DNS to firewall</li> + <li>allow v4 to DMZ net</li> + <li>allow v4 to * gw WAN_CGNAT</li> + <li>allow v6 to * gw HE_TUNNELV6</li> + </ul></li> + <li>Wireguard in + <ul> + <li>allow v4+6 to DMZ net</li> + <li>allow v4 to * gw WAN_CGNAT</li> + <li>allow v6 to * gw HE_TUNNELV6</li> </ul></li> </ul> <h3 id="ipv4-nat-rules">IPv4 NAT Rules</h3> @@ -654,10 +668,11 @@ ISP ===| ONT |---| DELL switch |-----| TP-Link switch | </tr> </tbody> </table> - <h3 id="wazuh-dmz.10">wazuh DMZ.10</h3> + <h3 id="wazuh-dmz.10---secure">wazuh DMZ.10 -> secure*</h3> <ul> <li>SSH</li> <li>wazuh</li> + <li>password manager server*</li> </ul> <h3 id="game-dmz.11">game DMZ.11</h3> <ul> @@ -105,25 +105,32 @@ Management | WAN | 2 | | | | DMZ | 4 | 192.168.4.0/24 <br> 2600:70ff:f039:4::/64 | Services | | LAN | 5 | 192.168.5.0/24 <br> 2600:70ff:f039:5::/64 | Clients | -| VPN | | 10.5.0.0/24 | Wireguard clients | +| VPN | | 192.168.6.0/24 <br> 2600:70ff:f039:5::/64 | Wireguard clients | ## Firewall ### Interface Rules - - WAN_CGNAT in + - WAN\_CGNAT in - deny * - - WAN_STATIC in - - allow from * to {services} --> NAT rules + - WAN\_STATIC in + - allow v4 from * to {services} --> NAT rules - DMZ in - - deny from DMZ net to LAN net - - allow from DMZ net to firewall - - allow from DMZ net to * gw WAN_STATIC + - deny v4 to LAN net + - allow v4 to firewall + - allow v4 to * gw WAN\_STATIC + - allow v6 to * gw HE_TUNNELV6 - LAN in - - allow ICMP from LAN net to firewall - - allow IP DNS from LAN net to firewall - - allow from LAN net to DMZ net - - allow from LAN net to * gw WAN_CGNAT + - allow v4 ICMP to firewall + - allow v4 IP DNS to firewall + - allow v4 to DMZ net + - allow v4 to * gw WAN\_CGNAT + - allow v6 to * gw HE_TUNNELV6 + - Wireguard in + - allow v4+6 to DMZ net + - allow v4 to * gw WAN\_CGNAT + - allow v6 to * gw HE_TUNNELV6 + ### IPv4 NAT Rules @@ -260,10 +267,11 @@ RAID attached here (with the grey stuff) (local only) | | | | | status.yero.dev | http://yerovps.lan:3001 | | -### wazuh DMZ.10 +### wazuh DMZ.10 -> secure* - SSH - wazuh + - password manager server* ### game DMZ.11 diff --git a/arfnet2.pdf b/arfnet2.pdf Binary files differindex 7a11383..e2b5203 100644 --- a/arfnet2.pdf +++ b/arfnet2.pdf |