summaryrefslogtreecommitdiffstats
path: root/content/posts/openbsd-vpn-gateway
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/openbsd-vpn-gateway')
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org
index 997f049..cc7452e 100644
--- a/content/posts/openbsd-vpn-gateway/index.org
+++ b/content/posts/openbsd-vpn-gateway/index.org
@@ -422,10 +422,10 @@
** FreeBSD
FreeBSD's [[https://www.freebsd.org/doc/handbook/config-network-setup.html][handbook]] covers this topic very well. The basic steps are
involve adding the following lines to your =/etc/rc.conf=:
- - ~ifconfig_<if>="inet XXX.XXX.XXX.XXX netmask YYY.YYY.YYY.YYY~,
- where =<if>= is the interface, and =X= and =Y= are your IP and
+ - ~ifconfig_[if]="inet XXX.XXX.XXX.XXX netmask YYY.YYY.YYY.YYY~,
+ where =[if]= is the interface, and =X= and =Y= are your IP and
netmask.
- - ~defaultrouter=<gateway_IP>~ where =<gateway_IP= is the gateway's IP
+ - ~defaultrouter=<gateway_IP>~ where =<gateway_IP>= is the gateway's IP.
- ~nameserver ZZZ.ZZZ.ZZZ.ZZZ~ where =Z= is the DNS IP.
** Linux