wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* Missing route table configuration on "Quick Start" section
@ 2021-07-16 12:53 Rémi Lapeyre
  0 siblings, 0 replies; only message in thread
From: Rémi Lapeyre @ 2021-07-16 12:53 UTC (permalink / raw)
  To: WireGuard mailing list

Hi, in the “Command-line Interface” paragraph of the “Quick Start” section at https://www.wireguard.com/quickstart/#command-line-interface it seems to me like the list of commands given: 

# ip link add dev wg0 type wireguard
# ip address add dev wg0 192.168.2.1/24
# ip address add dev wg0 192.168.2.1 peer 192.168.2.2
# wg setconf wg0 myconfig.conf
# wg set wg0 listen-port 51820 private-key /path/to/private-key peer ABCDEF... allowed-ips 192.168.88.0/24 endpoint 209.202.254.14:8172
# ip link set up dev wg0


is missing the route table configuration with “ip rule add …”. Those are given just a bit later in the GIF that shows 'wg-quick’ working but I’m not sure whether configuring the wireguard interface with the command given will actually work.

Cheers,
Rémi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-08 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 12:53 Missing route table configuration on "Quick Start" section Rémi Lapeyre

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).