IfState: Difference between revisions

Felbinger (talk | contribs)
m ifstate: remove "advertisement"
Felbinger (talk | contribs)
m reword heading to simplify readability
Line 85: Line 85:
}</syntaxhighlight>
}</syntaxhighlight>


==== to separate provider network from grt with igp ====
==== 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.