this is on one of my nodes that I need to link to multiple networks so I made the 2nd one an external client as I couldnt get the netclient running twice on the same server.....
02 21:22:19 4g-api-server systemd[1]: Stopped WireGuard via wg-quick(8) for wiznet_4g_api.
Sep 02 21:22:19 4g-api-server systemd[1]: Starting WireGuard via wg-quick(8) for wiznet_4g_api...
Sep 02 21:22:19 4g-api-server wg-quick[32369]: [#] ip link add wiznet_4g_api type wireguard
Sep 02 21:22:19 4g-api-server wg-quick[32369]: [#] wg setconf wiznet_4g_api /dev/fd/63
Sep 02 21:22:19 4g-api-server wg-quick[32369]: [#] ip -4 address add 100.60.0.3/32 dev wiznet_4g_api
Sep 02 21:22:19 4g-api-server wg-quick[32369]: [#] ip link set mtu 8921 up dev wiznet_4g_api
Sep 02 21:22:19 4g-api-server wg-quick[32369]: [#] resolvconf -a wiznet_4g_api -m 0 -x
Sep 02 21:22:19 4g-api-server wg-quick[32369]: Too few arguments.
Sep 02 21:22:19 4g-api-server wg-quick[32369]: Too few arguments.
Sep 02 21:22:19 4g-api-server wg-quick[32369]: [#] ip -4 route add 100.60.0.0/16 dev wiznet_4g_api
Sep 02 21:22:19 4g-api-server systemd[1]: Started WireGuard via wg-quick(8) for wiznet_4g_api.