wireguard: incorrect syntax

This commit is contained in:
srividya0208 2023-12-21 06:01:57 -05:00
parent 8fe5bc54af
commit 3e346a419a

View File

@ -131,10 +131,10 @@ traffic.
set interfaces wireguard wg01 peer to-wg01 allowed-ips '192.168.1.0/24'
set interfaces wireguard wg01 peer to-wg01 address '192.0.2.2'
set interfaces wireguard wg01 peer to-wg01 port '51820'
set interfaces wireguard wg01 peer to-wg01 public-key 'EKY0dxRrSD98QHjfHOK13mZ5PJ7hnddRZt5woB3szyw='
set interfaces wireguard wg01 peer to-wg01 pubkey 'EKY0dxRrSD98QHjfHOK13mZ5PJ7hnddRZt5woB3szyw='
set interfaces wireguard wg01 port '51820'
set protocols static route 192.168.1.0/24 interface wg01
set protocols static interface-route 192.168.1.0/24 next-hop-interface wg01
*******************
Firewall Exceptions