I have since started from scratch - and deciding t...
# netmaker
c
I have since started from scratch - and deciding to build my network section by section. I get this error message when running Wireguard server alongside netclient. I was advised to do it this way, as it will me to access web services running on my Wireguard server. How do I go about forwarding a port on my wireguard server so that I can access it on another machine? This paticular machine is already connected to a wireguard network which acts as an egress node. [#] wg setconf nm-kiwi-au /dev/fd/63 [#] ip -4 address add 0.0.0.1 dev nm-kiwi-au [#] ip link set mtu 1280 up dev nm-kiwi-au RTNETLINK answers: Address already in use [#] ip link delete dev nm-kiwi-a