You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| | | - 10.44.0.0/16- 10.10.0.0/16 | only to the networks in the allowed list because the netmask will route the whole `10.0.0.0/8` but wireguard allows only those two subnets |
167
-
| any | 0.0.0.0 | *omitted* | **any** |
168
-
| | | - 172.16.0.0/24- 10.44.0.0/16- 10.10.0.0/16 | to any network that is in the list of allowed IPs because the netmask will route any traffic but wireguard allows only its own list |
| 172.16.0.100 | 255.255.255.0| `- 172.16.0.0/24`{{< break >}}`- 192.168.0.0/24`{{< break >}} *`- any other`* | only to `172.16.0.0/24` because `192.168.0.0/24` and any other network will be outside of `172.16.0.0/24` |
164
+
| 172.16.0.100 | 255.255.255.0| `- 192.168.0.0/24` | **none** because `192.168.0.0/24` is not part of `172.16.0.0/24` |
| 10.44.0.100 | 255.0.0.0| `- 10.44.0.0/16`{{< break >}}`- 10.10.0.0/16` | only to the networks in the allowed list because the netmask will route the whole `10.0.0.0/8` but wireguard allows only those two subnets |
167
+
| any | 0.0.0.0 | *omitted* | **any** |
168
+
| any| 0.0.0.0| `- 172.16.0.0/24`{{< break >}}`- 10.44.0.0/16`{{< break >}}`- 10.10.0.0/16` | to any network that is in the list of allowed IPs because the netmask will route any traffic but wireguard allows only its own list |
169
169
170
170
> [!NOTE]
171
171
> Setting the `netmask` to `0.0.0.0` has the effect of routing
0 commit comments