I am trying to setup wireguard on the mikrotik so other devices can connect to it, replacing openvpn. Client connects to the mikrotik and the connections seems to be up and running since I can see keep alive packets in the statistics, but nothing else gets through, I cannot ping the router from the client, and the router cannot ping the client, both give me timeouts, so, both know that someone exists.
The client ip is in the 192.168.121.0/24 subnet, the wireguard ip is 192.168.3.0 and my own network is 192.168.1.0
This is the client configuration, I only want to be able to connect to the localhost.
The client ip is in the 192.168.121.0/24 subnet, the wireguard ip is 192.168.3.0 and my own network is 192.168.1.0
This is the client configuration, I only want to be able to connect to the localhost.
Can anybody help?[Interface]
PrivateKey = <private>
Address = 192.168.3.2/32
[Peer]
PublicKey = SMNrkfa3EEcBULtfXhZSCOrsjiXtp0fDrQ6QAwx2ew0=
AllowedIPs = 192.168.0.0/16, fc00::/7 , 127.0.0.1/32
Endpoint = silajim.duckdns.org:13231
PersistentKeepalive = 10
Statistics: Posted by silajim — Fri Mar 08, 2024 6:30 pm