1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-23 07:43:29 +01:00

Updated vyos (markdown)

This commit is contained in:
DN42 Wiki (BURBLE-MNT) 2020-07-17 14:21:02 +00:00
parent 2eff545c79
commit 3748949086

View File

@ -85,11 +85,11 @@ set interfaces wireguard wg92 firewall local name 'Tunnels_Local_v4'
set interfaces wireguard wg92 peer location1 address '123.243.141.39'
#Best to allow everything here - This is why we have a firewall
set interfaces wireguard wg92 peer de2 allowed-ips '0.0.0.0/0'
set interfaces wireguard wg92 peer location1 allowed-ips '0.0.0.0/0'
#First Peer's Endpoint Port and Public Key
set interfaces wireguard wg92 peer de2 port '12345'
set interfaces wireguard wg92 peer de2 pubkey '=kjhfkasdhjdsfasdefghjklfghjkl/'
set interfaces wireguard wg92 peer location1 port '12345'
set interfaces wireguard wg92 peer location1 pubkey '=kjhfkasdhjdsfasdefghjklfghjkl/'
#Port Your Endpoint Listens On
set interfaces wireguard wg92 port '12345'