You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to turn off routing table modification by wg-quick - this can be done by entering Table=off in the configuration file (it also supports other options than off).
From man wg-quick:
• Table — Controls the routing table to which routes are added. There are two special values: `off' disables the creation of routes altogether, and `auto' (the default) adds routes to the default table and enables special handling of
default routes.
Currently this is not configurable in the Puppet module. I am allowing all IPs over the tunnel but do not want wireguard to enter any default routes over it.
The systemd provider equivalent would, I believe, be RouteTable=off under [WireGuardPeer] in the netdev file.
The text was updated successfully, but these errors were encountered:
I would like to turn off routing table modification by wg-quick - this can be done by entering
Table=off
in the configuration file (it also supports other options than off).From
man wg-quick
:Currently this is not configurable in the Puppet module. I am allowing all IPs over the tunnel but do not want wireguard to enter any default routes over it.
The systemd provider equivalent would, I believe, be
RouteTable=off
under[WireGuardPeer]
in thenetdev
file.The text was updated successfully, but these errors were encountered: