Please help

I dit the following but still no luck,please look at the attched pfd

OFFICE 1
#LAN IP
/ip address add interface=eth1 address=172.16.16.1/22

WAN IP

/ip address add interface=wlan1 address=192.168.0.2/30

ROUTE TO OFFICE 2 NET

/ip route add dst-address=172.16.28.0/23 gateway=192.168.0.1

DEFAULT ROUTE (if you define default route to office 2, put this line)

/ip route add dst-address=0.0.0.0/0 gateway=192.168.0.1


MOUNTAIN

WAN CONNECTED TO OFFICE 1

/ip address add interface=wlan1 address=192.168.0.1/30

WAN CONNECTED TO OFFICE 2

/ip address add interface=wlan2 address=192.168.1.1/30

ROUTE TO OFFICE 1 NETWORK

/ip route add dst-address=172.16.28.0/23 gateway=192.168.1.2

ROUTE TO OFFICE 2 NETWORK

/ip route add dst-address=172.16.16.0/22 gateway=192.168.0.2

DEFAULT ROUTE

/ip route add dst-address=0.0.0.0/0 gateway=x.x.x.x <- you need to define a default gatway, 192.168.0.2 if it goes to office 1 or 192.168.1.2 if goes to office 2



OFFICE 2

LAN IP

/ip address add inteface=eth1 addres=172.16.28.1/23

WAN IP

/ip address add interface=wlan1 address=192.168.1.2/30

ROUTE TO OFFICE 1

/ip route add dst-address=172.16.16.0/22 gateway=192.168.1.1

DEFAULT ROUTE

(if you define default route to office 1, put this line)
/ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1
need help.pdf (184 KB)

it would be great if you would write what the problem is, also the topic title should have more specific explanation of the theme here …

I am trying to connect 2 sites. Like in the PDF .We have default gateways at both sites. We are using a fixed line between the sites at the moument. Site (a) to mountain (2km) mountain to site (b) (3km) .I am struggling to get it working here in the office. The links are registered and have put in the routes like in the post.
But now luck. Is there anyone that can help me setting it up? I am a NEWBIE with microtik(step-by-step) we are about 130km from the closest town that can help me, so it is a bit of a mess.

yes, that’s right :slight_smile: but still no description from you. what is not working?