wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* wg-quick: syntax error, unexpected saddr
@ 2020-01-02  5:25 Eddie
  2020-01-02  6:22 ` Edward Vielmetti
  2020-01-02 20:10 ` Jason A. Donenfeld
  0 siblings, 2 replies; 14+ messages in thread
From: Eddie @ 2020-01-02  5:25 UTC (permalink / raw)
  To: WireGuard mailing list

First time running wireguard as a native client on my Slackware 14.2 
system throws this:

root@The-Tardis:~# wg-quick up wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 192.168.150.14/32 dev wg0
[#] ip link set mtu 1420 up dev wg0
[#] wg set wg0 fwmark 51820
[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
[#] ip -4 rule add not fwmark 51820 table 51820
[#] ip -4 rule add table main suppress_prefixlength 0
[#] sysctl -q net.ipv4.conf.all.src_valid_mark=1
[#] nft -f /dev/fd/63
/dev/fd/63:5:76-80: Error: syntax error, unexpected saddr

Fairly simple config to connect to my VPS:

[Interface]
Address = 192.168.150.14/32
PrivateKey = <Not the key you're looking for>

[Peer]
PublicKey = <Just being overly paranoid>
Endpoint = www.xxx.yyy.zzz:51820
AllowedIPs = 0.0.0.0/0

Not sure what additional information you need collected at this point.

I'm able to connect outbound successfully using NordVPN's version of 
wireguard, but that doesn't use wg-quick, which is where the issue is.

Cheers.
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-01-03 20:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02  5:25 wg-quick: syntax error, unexpected saddr Eddie
2020-01-02  6:22 ` Edward Vielmetti
2020-01-02  7:34   ` Eddie
2020-01-02  8:04     ` Eddie
2020-01-02 20:07       ` Eddie
2020-01-02 20:10 ` Jason A. Donenfeld
2020-01-02 20:43   ` Eddie
2020-01-03 15:38     ` Jason A. Donenfeld
2020-01-03 16:07       ` Jason A. Donenfeld
2020-01-03 16:22         ` Jason A. Donenfeld
     [not found]           ` <PU1PR03MB3175D92D59E6C47D12822411D7230@PU1PR03MB3175.apcprd03.prod.outlook.com>
2020-01-03 17:14             ` Jason A. Donenfeld
2020-01-03 20:33               ` Eddie
2020-01-03 20:29           ` Eddie
2020-01-03 20:31         ` Eddie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).