docs: subnets
This commit is contained in:
parent
0f8112dced
commit
4acd244f08
1 changed files with 26 additions and 18 deletions
12
README.md
12
README.md
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue