FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
This plugin is an implementation of wireguard protocol for VPP. It allows one to create secure VPN tunnels. This implementation is based on wireguard-openbsd, using the implementaiton of ipip-tunnel.
The crypto protocols:
OpenSSL:
Usage is very similar to other wireguard implementations.
Create keys:
Create tunnel:
After this we can create wg-device. The UDP port is opened automatically.
Now, we can add a peer configuration:
If you need to add more peers, don't forget to first create another ipip-tunnel. Ping.
To show device and all peer configurations:
Peer can be removed by its public-key.
This removes the associated ipip tunnel as well
### Clear all connections