docs: subnets

This commit is contained in:
Tine 2024-11-03 16:02:09 +01:00
parent 0f8112dced
commit 4acd244f08
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -17,7 +17,8 @@ __network.tjo.cloud__ establishes Tailscale VPN connection between other network
# Subnets
| Host | IPv4 | IPv6 |
|---------|---------------|-----------------------|
|------------|---------------|-----------------------|
| _reserved_ | 10.0.0.0/20 | fd9b:5314:0:0000::/52 |
| batuu | 10.0.16.0/20 | fd9b:5314:0:1000::/52 |
| jakku | 10.0.32.0/20 | fd9b:5314:0:2000::/52 |
| nevaroo | 10.0.48.0/20 | fd9b:5314:0:3000::/52 |
@ -45,4 +46,11 @@ __network.tjo.cloud__ establishes Tailscale VPN connection between other network
### 4. Manually configure Tailscale.
Ref: https://tailscale.com/kb/1097/install-opnsense
### 5. Done!
```
opnsense-code ports
cd /usr/ports/security/tailscale
make install
tailscale up --accept-routes --advertise-routes=$(ipv4_subnet),$(ipv6_subnet) --accept-dns=false
```
### 5. Configure `NAT`, `DHCP`.