diff options
author | Dante Catalfamo | 2020-08-29 01:57:11 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-08-29 01:57:11 -0400 |
commit | 6bfd37e043b4fb3fc19c82eefdafd2a16ab00623 (patch) | |
tree | 30a5c6c332b50ab8c3604078ee7069e01bdaf624 /content/posts/openbsd-vpn-gateway/index.org | |
parent | 6cf1437f8fe6a7d35f284fc067a6a2e8ae3c05f4 (diff) | |
download | blog-6bfd37e043b4fb3fc19c82eefdafd2a16ab00623.tar.gz blog-6bfd37e043b4fb3fc19c82eefdafd2a16ab00623.tar.bz2 blog-6bfd37e043b4fb3fc19c82eefdafd2a16ab00623.zip |
vpn-gateway: routes -> route command
Diffstat (limited to 'content/posts/openbsd-vpn-gateway/index.org')
-rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index c55b21a..2f34c7b 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -410,7 +410,7 @@ gateway. The method to do this varies depending on OS, and situation. Most tutorials online covering setting a static IP will also mention how to set the gateway. It's also possible to set a - custom gateway on machines using DHCP with the =routes= command and + custom gateway on machines using DHCP with the =route= command and various config options, but I won't go through that here to keep this section somewhat brief. |