Update 'README.md'
lines 102 - 104: these three commands should run every boot. -Amos
This commit is contained in:
parent
e741340a00
commit
72b35ad87e
@ -99,6 +99,10 @@ well. The recommended IP is .10. for example, if your default gateway is
|
|||||||
`192.168.1.1`, the WireGaurd node should be `192.168.1.10`, if the gateway is
|
`192.168.1.1`, the WireGaurd node should be `192.168.1.10`, if the gateway is
|
||||||
`172.16.0.1`, the WireGuard node should be `172.16.0.10`.
|
`172.16.0.1`, the WireGuard node should be `172.16.0.10`.
|
||||||
|
|
||||||
|
ip link add dev wg0 type wireguard
|
||||||
|
wg setconf wg0 myconfig.conf
|
||||||
|
ip link set up dev wg0
|
||||||
|
|
||||||
|
|
||||||
## Default Gateway
|
## Default Gateway
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user