196
Virtual private networks / Re: Multiple WireGuard Instances with Different ports
« on: November 20, 2023, 11:28:39 pm »I created another wireguard instance simulating the wireguard that i had setup with with listen port and client endpoint ports of 123,53 however when looking on the client end seeing under Transfer seeing rx as 0 and tx numbers increasing
With 123,53 you mean that your second wireguard instance is listening on port 123 ?
1. That port is (officialy) assigned to NTP, you could use it but you shouldn't
2. I guess (not 100% sure), wireguard doesn't bind to restricted ports <1024 by default
What if you change 123 to any port you like but greater than 1024 ? Something like 51821 for instance (and creating the according rules)?


.