Unable to bring up wireguard interface

Hello,

I am playing with a couple instances of VyOS 1.3 (latest from 16 April 2020) but am having issues bringing up a wireguard tunel between two nodes. I am able to bring up a connection from my laptop into one of the nodes running in GNS3 but I am not seeing any wireguard traffic between the two vyos nodes.

On VyOS1:
set interfaces wireguard wg01 address ‘10.1.1.9/29’
set interfaces wireguard wg01 pubkey ******
set interfaces wireguard wg01 peer to-vyos2 address ‘10.1.2.2’
set interfaces wireguard wg01 peer to-vyos2 allowed-ips ‘10.1.1.16/29’
set interfaces wireguard wg01 peer to-vyos2 port ‘51820’

On VyOS2:
set interfaces wireguard wg01 address ‘10.1.1.17/29’
set interfaces wireguard wg01 pubkey ******
set interfaces wireguard wg01 peer to-vyos1 address ‘10.1.1.1’
set interfaces wireguard wg01 peer to-vyos1 allowed-ips ‘10.1.1.9/29’
set interfaces wireguard wg01 peer to-vyos1 port ‘51820’

I have followed the documentation to set it up but nothing. checking the status of the interfaces on both nodes shows the configured peer but no endpoint.
I feel like I am missing something obvious but at this point I have no idea what that is.

Thanks in advance.

Figured out the issue.

My allowed-ips where incorrect

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.