Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mkdocs/docs/getting-started/tailnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To create an auth key:
ionscale auth-key create --tailnet "my-first-tailnet"

# Create an auth key with specific tags
ionscale auth-key create --tailnet "my-first-tailnet" --tags "tag:server"
ionscale auth-key create --tailnet "my-first-tailnet" --tag "tag:server"
```

The tags assigned to the key will determine what network access the device has once connected, based on your ACL rules.
Expand Down Expand Up @@ -151,4 +151,4 @@ ionscale tailnet create --name "tailnet-c"
```

!!! note
Each tailnet is a separate network with its own devices, ACLs, and IAM policies. Devices in different tailnets cannot communicate with each other by default.
Each tailnet is a separate network with its own devices, ACLs, and IAM policies. Devices in different tailnets cannot communicate with each other by default.