So, i’m having a situation that i try to solve remotely for a friend. They have a vacation house with Mikrotik router, that is connecting to the internet through mobile network using Huawei 4G modem on eth1. On eth2 there are two sxtsq5 AC in bridge mode to another Mikrotik at the neighbour. Almost everything work’s fine except for the fact that antennas in bridge mode have IP adresses set in 192.168.95.1 and 192.168.96.1 and the main network is on 192.168.80.0/24. I would like to put everything on the same network. This Mikrotik from vacation house connects remotely to his home Mikrotik so they can acess home and vacation local networks from both sides as needed.
I tried to add adress 192.168.95.0/24 and 192.168.96.0/24 to eth2 on remote device and set route to those adresses through VPN on home router. Whatever i do, i cannot acess devices on 192.168.95.1 or 96.1 through VPN. IP/Neighbous on 192.168.80.1 can see the device on 192.168.95.1 and i can also ping both antennas from that Mikrotik. Whatever i tried to do from this side of the VPN, like ping 192.168.95.1 doesn’t work.
Any ideas how to reach those antennas remotely or what am i doing wrong?
# model = RB962UiGS-5HacT2HnT
# serial number =
/interface bridge
add admin-mac=08:55:31:28:7A:5B auto-mac=no comment=defconf name=bridge
/interface l2tp-client
add connect-to=*sn.mynetname.net disabled=no name=* use-ipsec=\
yes user=*
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX \
country=slovenia disabled=no distance=indoors frequency=auto installation=\
indoor mode=ap-bridge ssid=Mikro2G station-roaming=enabled \
wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX \
country=slovenia disabled=no distance=indoors frequency=auto installation=\
indoor mode=ap-bridge ssid=Mikro5G station-roaming=enabled \
wireless-protocol=802.11
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.80.10-192.168.80.100
/ip dhcp-server
add address-pool=dhcp interface=bridge lease-time=23m59s name=defconf
/ppp profile
add name=L2TP_DOMA_profil
add name=Dani
/interface l2tp-client
add connect-to=*.sn.mynetname.net disabled=no name=L2TP_DOMA \
profile=L2TP_DOMA_profil use-ipsec=yes user=*
/routing bgp template
set default disabled=no output.network=bgp-networks
/routing ospf instance
add disabled=no name=default-v2
/routing ospf area
add disabled=yes instance=default-v2 name=backbone-v2
/routing table
add disabled=no fib name=tv
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,passw\
ord,web,sniff,sensitive,api,romon,dude,rest-api"
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5
add bridge=bridge comment=defconf ingress-filtering=no interface=sfp1
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan1
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan2
/ip neighbor discovery-settings
set discover-interface-list=LAN
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=L2TP_DOMA list=LAN
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.80.1/24 comment=defconf interface=bridge network=\
192.168.80.0
add address=192.168.95.253/24 interface=ether2 network=192.168.95.0
add address=192.168.96.253/24 interface=ether2 network=192.168.96.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server lease
add address=192.168.80.251 client-id=1:b0:2:47:f1:ad:8b comment=\
"Fixing IP for TVBox " mac-address=B0:02:47:F1:AD:8B server=defconf
add address=192.168.80.249 comment="Fixing IP for neighbour TVBox" \
mac-address=B0:02:47:F2:82:03 server=defconf
add address=192.168.80.101 comment="Mikrotik" disabled=yes mac-address=\
08:55:31:28:7C:C6
/ip dhcp-server network
add address=192.168.80.0/24 comment=defconf gateway=192.168.80.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.80.1 comment=defconf name=router.lan
/ip firewall address-list
add address=* list=tv
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
"defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=accept chain=input comment=Accept_Winbox dst-port=8291 protocol=tcp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall mangle
add action=mark-routing chain=prerouting dst-address-list=tv new-routing-mark=\
tv src-address=192.168.80.251 src-address-list=""
add action=mark-routing chain=prerouting dst-address-list=tv new-routing-mark=\
tv src-address=192.168.80.249 src-address-list=""
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
out,none out-interface-list=WAN
add action=masquerade chain=srcnat out-interface=all-ppp
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=L2TP_DOMA pref-src=\
0.0.0.0 routing-table=tv scope=30 suppress-hw-offload=no target-scope=10
add disabled=no dst-address=192.168.88.1/32 gateway=L2TP_DOMA routing-table=\
main suppress-hw-offload=no
/system clock
set time-zone-name=Europe/Zagreb
/system identity
set name=MikroTik_MainApt
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN