Compare commits

...

5 Commits

Author SHA1 Message Date
John Bowdre bb1cbf1bcc changes from main 2023-01-08 13:52:36 -06:00
John Bowdre fd514117ed Merge branch 'main' into drafts 2023-01-08 13:50:59 -06:00
John Bowdre 31e29add7a update post 2022-12-15 10:49:40 -06:00
John Bowdre 1b738d97b4 add tailscale logo 2022-12-14 16:31:48 -06:00
John Bowdre 4008e6cb4f new post: tailscale-on-vmware-photon 2022-12-14 16:05:17 -06:00
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

View File

@ -1,7 +1,7 @@
---
title: "Tailscale on VMware Photon OS" # Title of the blog post.
date: 2022-12-14T10:21:12-06:00 # Date of post creation.
# lastmod: 2022-12-14T10:21:12-06:00 # Date when last modified
lastmod: 2022-12-15T10:21:12-06:00 # Date when last modified
description: "How to manually install Tailscale on VMware's Photon OS - or any other systemd-based platform without official Tailscale packages." # Description used for search engine.
featured: false # Sets if post is a featured post, making appear on the home page side bar.
draft: false # Sets whether to render this page. Draft of true will not be rendered.
@ -11,7 +11,7 @@ usePageBundles: true
# featureImage: "file.png" # Sets featured image on blog post.
# featureImageAlt: 'Description of image' # Alternative text for featured image.
# featureImageCap: 'This is the featured image.' # Caption (optional).
# thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage.
thumbnail: "Tailscale-AppIcon.png" # Sets thumbnail image appearing inside card on homepage.
# shareImage: "share.png" # Designate a separate image for social media sharing.
codeLineNumbers: false # Override global value for showing of line numbers within code block.
series: Tips # Projects, Scripts, vRA8, K8s on vSphere
@ -39,7 +39,7 @@ cd tailscale_1.34.1_arm64/
```shell
sudo install -m 755 tailscale /usr/bin/
sudo install -m 755 tailscaled /usr/sbin/
sudo install -m 644 systemd/tailscaled_defaults /etc/defaults/tailscaled
sudo install -m 644 systemd/tailscaled.defaults /etc/default/tailscaled
sudo install -m 644 systemd/tailscaled.service /usr/lib/systemd/system/
```
4. Start the service: