No known issues ... need screenshots
Why disable routes at endpoint?Also bump port above 1024
root@remoteFW:~ # /usr/local/etc/rc.d/wireguard restart[#] rm -f /var/run/wireguard/wg0.sock[#] wireguard-go wg0INFO: (wg0) 2019/12/04 11:52:03 Starting wireguard-go version 0.0.20191012[#] wg setconf wg0 /tmp/tmp.PhMa1gs5/sh-np.L1XuNv[#] ifconfig wg0 inet 10.11.0.2/24 10.11.0.2 alias[#] ifconfig wg0 mtu 1420[#] ifconfig wg0 up[#] route -q -n add -inet 10.11.0.1/32 -interface wg0[#] route -q -n add -inet 10.7.7.0/24 -interface wg0[+] Backgrounding route monitor
So you should be able to ping 10.7.7.0/24 network via remoteFW ... can you check with tcpdump on wg0 if packets are going through the tunnel?
You only need them if one side is behind nat