I'm working on a hyper-v virtual machine with RouterOS installed. This is my first time working with it, so I don't really understand what I'm doing wrong. When I try to ping 8.8.8.8, it gives me this:
>ping 8.8.8.8
0 8.8.8.8 timeout
1 8.8.8.8 timeout
2 72.88.99.5 84 64 969ms host unreachable
I have 3 interfaces on this machine, 1 for WAN and 2 for 2 other machines.
Ether1 - 1.1.1.1/30 - connected to R1 (1.1.1.2/30)
Ether2 - 1.1.1.5/30 - connected to R2 (1.1.1.6/30)
Ether3 - 77.88.99.5/29 - for WAN, connected to Default Switch
Ip route has a 0.0.0.0/0 route with gateway being ether3 interface, as well as routes forother LANs in the topology
My firewall nat rules:
chain=dst-nat to-addresses=1.1.1.1 protocol=tcp dst-address-77.88.99.5 dst-port=22
chain=dst-nat to-addresses=1.1.1.5 protocol=tcp dst-address=77.88.99.5 dst-port=22
chain=srcnat action=masquerade src-address=77.88.99.0/29 out-interface-ether3
chain=dst-nat action=dst-nat to-addresses=1.1.1.1 to-ports-80 protocol=tcp dst-address=77.88.99.5 dst-port=80
chain=dst-nat action=dst-nat to-addresses=1.1.1.5 to-ports-80 protocol=tcp dst-address=77.88.99.5 dst-port=80
What can be the problem? Nothing else is configured