IfState: Difference between revisions
m ifstate: remove "advertisement" |
m reword heading to simplify readability |
||
| Line 85: | Line 85: | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
==== to separate provider network from | ==== to separate provider network from GRT ==== | ||
Another practical application could involve setting up a VPN gateway on a virtual server hosted by a provider. Imagine you’re using a WireGuard tunnel (<code>wg0</code>) to connect to a network that provides internet access, alongside a client peer WireGuard endpoint (<code>wg1</code>) that allows your personal devices to connect. | Another practical application could involve setting up a VPN gateway on a virtual server hosted by a provider. Imagine you’re using a WireGuard tunnel (<code>wg0</code>) to connect to a network that provides internet access, alongside a client peer WireGuard endpoint (<code>wg1</code>) that allows your personal devices to connect. | ||