Skip to content

Commit 42ac2f5

Browse files
committed
tailscale-on-pfsense: Grammar
1 parent b779fb2 commit 42ac2f5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/posts/tailscale-on-pfsense.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To let other devices on our tailnet to route traffic as they were on the pfSense
8383
1. In the pfSense, navigate to *VPN > Tailscale > Settings > Routing*
8484
2. Check *Advertise Exit Node*
8585
3. Click *Save*
86-
4. In the Tailscale backend, click the three dots by the pfSense machine and click *Edit route settings...*
86+
4. In the Tailscale backend, click the three dots by pfSense and click *Edit route settings...*
8787
5. Check *Use as exit node*
8888

8989
Now any other device on the tailnet can route their traffic through pfSense by selecting pfSense in their *Use exit node* menu.
@@ -98,7 +98,7 @@ Here we need to decide what subnet to route to, in this example my LAN is `192.1
9898

9999
1. In pfSense, navigate to *VPN > Tailscale > Settings > Routing*
100100
2. Under *Advertised Routes*, add subnet (`192.168.0.0/24`) and press *Save*
101-
3. In the Tailscale backend, click the three dots on pfSense and click *Edit route settings...*
101+
3. In the Tailscale backend, click the three dots by pfSense and click *Edit route settings...*
102102
4. Under *Subnet routes*, check the newly added subnet
103103

104104
You should now be able to access the LAN behind pfSense from any device on your tailnet.
@@ -109,10 +109,9 @@ You should now be able to access the LAN behind pfSense from any device on your
109109
IP addresses aren't always fun to use, especially when pfSense has a nice DNS server with records for all local hosts via the DHCP reservations.
110110
To be able to access the hosts on the internal subnet behind pfSense via their hostname we need to tell Tailscale to use pfSense's DNS server.
111111

112-
1. On the Tailscale backend, navigate to *DNS > Nameservers*
112+
1. On the Tailscale backend, navigate to [*DNS > Nameservers*](https://login.tailscale.com/admin/dns)
113113
2. Press *Add nameserver > Custom...*
114-
3. Under *Nameserver*
115-
1. Enter the internal IP address of the pfSense box (or where the internal DNS server is hosted)
114+
1. Under *Nameserver*, enter the internal IP address of the pfSense box (or where the internal DNS server is hosted)
116115
2. Enable Split DNS by checking *Restrict to domain*
117116
3. Enter the domain name suffix, e.g. `example.com` to be able access a host with `server.example.com` as hostname. This way only the internal records are resolved by pfSense.
118117

0 commit comments

Comments
 (0)