Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTP links, with duplicate address on multiple interfaces is not allowed #53

Closed
samip5 opened this issue Nov 1, 2020 · 1 comment
Closed

Comments

@samip5
Copy link

samip5 commented Nov 1, 2020

What is the proper way to do PTP links so that I can use the router's own address with it?

If router has a address of 172.22.114.97, tunnels should be able to be done by doing set interfaces wireguard wg0 address 172.22.114.97/32 for multiple interfaces, but it complains about duplicate address. Is there something that can be done about that?

The error:

[ interfaces wireguard wg422 address 172.22.114.97/32 ]
Use of uninitialized value in concatenation (.) or string at /opt/vyatta/bin/sudo-users/vyatta-interfaces.pl line 362.
Error: duplicate address 172.22.114.97/32 on

[ interfaces wireguard wg424 address 172.22.114.97/32 ]
Use of uninitialized value in concatenation (.) or string at /opt/vyatta/bin/sudo-users/vyatta-interfaces.pl line 362.
Error: duplicate address 172.22.114.97/32 on

Commit failed
@samip5 samip5 changed the title PTP links, with duplicate address on multiple interfaces PTP links, with duplicate address on multiple interfaces is not allowed Nov 1, 2020
@FossoresLP
Copy link
Collaborator

Hi @samip5,
this is not a limitation of WireGuard or this specific package of it but instead of EdgeOS itself.
Closing this since it is nothing we can fix here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants