Well it gets to 172.20.10.1 (and stops there) . What is that address? Your network gateway? I don't really understand how it even gets there without a route (I was suspecting a ping error of "no route to host".). Anyway, post the output of: /ip address print and of /ip route print so that...
UNfortunately the "timeout" in the ping could be due to anything along the connection, including the remote 74.208.xx.xx prevented from replying to ICMP requests (newish windows as an example have a firewall rule that prevents replying from pings coming from outside the local lan), but it...
It sounds like the Mikrotik router may not have the correct routes or NAT configuration for WireGuard traffic.
Debug with `/log print` or `torch` to see if packets are leaving and returning correctly.
I presume that the XX.XX.XX.XX is not on the same network 10.8.0.0/24, right? Can you ping successfully the XX.XX.XX.XX endpoint address from the router? If not, which error do you get? the endpoint address is 74.208.xx.xx from the MT router i can ping google but no the endpoint, timeout on my wind...
I suspect you may need the MT to act as a router vice switch/bridge? the MT has a bridge configured and all the ports are inside that bridge, the bridge is receiving ip from the Tmobile router, if thats what you mean. But if you mean putting the Tmobile router in bridge mode, not able to do that, t...
I currently have an ubuntu vps acting as a wireguard server. I can connect different devices to the server successfully from inside my home network and with celular data. I currently have tmobile home internet. I connected an rb952 to the tmobile router and configured the wireguard interface and pee...
Hello, i am having trouble trying to make dhcp server work on my mikrotik router. my current setup, my isp router is the current dhcp server providing ips in the range of 10.0.0.0/24. the mikrotik which is a 952 is connected to the isp router via ether2. i have a bridge where all the interfaces are ...