What's new

amtm "***ERROR: WireGuard 'client' doesn't have a LOCAL IP Address! - try 'peer wg11 ip=xxx.xxx.xxx.xxx/32'?" for PiVPN config but not mullvad VPN

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

chengass

New Around Here
Hi all,

Not an expert in networking, so I need some help from y'all.
I am running Wireguard manager from github (here) on my ac86u with merlin + entware at my primary home. I want to set my router as a client and route all traffic to my router at my secondary home. I have set up a wireguard 'server' on a raspberry pi at my secondary home, and tested it with devices it works. However, when I try the Import .conf from my raspberry pi in the wireguard manager on my ac86u, it gives me this error "***ERROR: WireGuard 'client' doesn't have a LOCAL IP Address! - try 'peer wg11 ip=xxx.xxx.xxx.xxx/32'?", but when I import a .conf from mullvad VPN it successfully connects. What am I missing here? Thanks in advance.

My conf from raspberry pi :

Code:
[Interface]
PrivateKey = xxx
Address = 10.187.54.7/24
DNS = 9.9.9.9, 149.112.112.112

[Peer]
PublicKey = xxx
PresharedKey = c2d+GBTdN0qpeKFoQwXWWjUilD9Mz8vp/wD3nwirwiA=
Endpoint = 218.250.20.159:51820
AllowedIPs = 0.0.0.0/0

My conf from mullvad:

Code:
[Interface]
# Device: Brave Gnu
PrivateKey = xxx
Address = 10.67.48.5/32,fc00:bbbb:bbbb:bb01::4:3004/128
DNS = 10.64.0.1

[Peer]
PublicKey = xxx
AllowedIPs = 0.0.0.0/0,::0/0
Endpoint = 146.70.201.66:51820
 
However, when I try the Import .conf from my raspberry pi in the wireguard manager on my ac86u, it gives me this error "***ERROR: WireGuard 'client' doesn't have a LOCAL IP Address! - try 'peer wg11 ip=xxx.xxx.xxx.xxx/32'?",
So, does it import it anyway or do the import completally fail? Looks like a parsing issue (extracting info from the config file).

Check your import by:
Code:
E:Option ==> peer wg11
Check keys, ips, endpoint and se if something is missing or went wrong. Most things could be updated after the import.

https://github.com/ZebMcKayhan/WireguardManager#import-client
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top