Hi, that’s my first post on forum. I have problem with my network, I’m new in MikroTik gear so it’s not easy to me to understand everything. My network look as shown on attachment.
My problem is that I can’t reach Sony laptop from my PC’s (192.168.1.2 and 1.3). I see Sony laptop from Samsung laptop but that’s becouse they have the same subnet 192.168.80…
I can’t change LAN IP’s to 192.168.80… subnet because that network is bigger than shown on image. How can I connect computers with 192.168.1… subnet with 192.168.80… subnet ? It’s weird because sony laptop has internet connection shared from ADSL modem and it works. What can I check? I can send any information about Mikrotik’s configuration, just write me what to enter in terminal.

Is your Modem aware of the 192.168.80.0/24 network?
You’ll need to add it a route for dst=192.168.80.0/24 gateway=192.168.1.149
-Chris
Thanks for reply. I add a static route on modem as you say. I add same route on mikrotik with 192.168.80.1 adress. From normal PC I still can’t open any 192.168.80.. adress, can’t ping mikrotik etc. But from samsung laptop connected to mikrotik via wifi I can ping my PC but can’t see shared files in network tab, I can open modem’s page (192.168.1.1). What do you think about this ? Modem is basic sagemcom fast 2704…
Is that 80.1 RB751U still more or less on default config?
i.e. is there masquerading and and firewall rules in place?
If so, disable all and see if it works. Then re-add f/w rules as you need them.
Check if the same counts for 80.2
It is normal that you don’t see other machines in the network tab - that discovery mechanism is link-local.
You need to open it manually (i.e. \192.168.1.2\share) in the windoze exploder when trying to open from the .80 subnet and vice versa.
-Chris
There aren’t firewall rules, just NAT masqerade, I disable them and no change. When I’m trying to open 80 subnet i use adress bar. Maybe I will change configuration to one subnet. Is there any command on miktotik to print all settings at once ?
I don’t think merging two subnets is the solution to the issue - it will definitely work after this but I assume you have chosen to use two subnets for a reason.
If you don’t mind, post the configs of both 751s here and we can look into it to find the problem.
The masquerade rule surely was one part of it.
The command is /export compact - this also answers your second question.
If you want to have the config in a file, append file=config.rsc and you can download that file.
-Chris
mikrotik with 192.168.80.1 adress:
[admin@1] > /export compact
aug/17/2017 18:38:57 by RouterOS 6.38.3
software id = P813-B0XV
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” group-ciphers=
tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=profile1
supplicant-identity=“” unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=
simplicity wpa2-pre-shared-key=simplicity
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no mode=ap-bridge
security-profile=profile1 ssid=dom wireless-protocol=802.11
/ip pool
add name=dhcp ranges=192.168.80.2-192.168.80.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 lease-time=1h10m name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=wlan1
/ip address
add address=192.168.80.1/24 comment=“default configuration” interface=ether2
network=192.168.80.0
add address=192.168.1.194/24 interface=ether1 network=192.168.1.0
/ip dhcp-server network
add address=192.168.80.0/24 dns-server=8.8.8.8 gateway=192.168.80.1
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat
add action=masquerade chain=srcnat
add action=masquerade chain=srcnat connection-type=“” disabled=yes dst-address=
192.168.80.0/24 src-address=192.168.1.0/24
/ip route
add distance=1 gateway=192.168.1.1
add distance=1 dst-address=192.168.80.0/24 gateway=192.168.1.149
add distance=1 dst-address=192.168.80.1/32 gateway=192.168.1.1
/system clock
set time-zone-name=Europe/Warsaw
/system identity
set name=1
/system scheduler
add interval=1d name=schedule1 policy=reboot,test start-date=may/06/2017
start-time=02:00:00
mikrotik with adress 192.168.80.2:
[admin@2] > /export compact
aug/17/2017 18:44:14 by RouterOS 6.38.3
software id = WPJK-59ZN
/interface bridge
add admin-mac=D4:CA:6D:6A:33:FD auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether2 ] name=ether2-master
set [ find default-name=ether3 ] master-port=ether2-master
set [ find default-name=ether4 ] master-port=ether2-master
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” group-ciphers=
tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=profile1
supplicant-identity=“” unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=
simplicity wpa2-pre-shared-key=simplicity
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no mode=station-bridge
security-profile=profile1 ssid=dom
add disabled=no mac-address=D6:CA:6D:6A:34:01 master-interface=wlan1 mode=
ap-bridge name=wlan2 security-profile=profile1 ssid=dom
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge interface=wlan2
/ip address
add address=192.168.80.2/24 interface=bridge network=192.168.80.0
add address=192.168.0.22/24 interface=ether1 network=192.168.0.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no
interface=bridge
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no
interface=ether1
/ip dhcp-relay
add dhcp-server=192.168.80.1 disabled=no interface=bridge name=relay1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/system clock
set time-zone-name=Europe/Warsaw
/system identity
set name=2
/system scheduler
add interval=1d name=schedule1 policy=reboot,test start-date=may/06/2017
start-time=02:00:00
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=bridge
[admin@2] >
Any ideas about my problem ? ![]()
Remove this completely from 80.1:
/ip firewall nat
add action=masquerade chain=srcnat
add action=masquerade chain=srcnat
add action=masquerade chain=srcnat connection-type="" disabled=yes dst-address=\
192.168.80.0/24 src-address=192.168.1.0/24
/ip route
add distance=1 gateway=192.168.1.1
add distance=1 dst-address=192.168.80.0/24 gateway=192.168.1.149
add distance=1 dst-address=192.168.80.1/32 gateway=192.168.1.1
And make sure that 192.168.1.1 has a static route for the 192.168.80.0/24 network pointing to 192.168.1.149.
-Chris
I change my modem from Fast to Netgear and add static route and now I can see files from other subnet. Now I remove what you say. BUT… new problem is network transfer that is 200KB/s when I’m trying to send some 80MB video from one subnet to the other. I have read some articles like that https://www.petri.com/forums/forum/client-operating-systems/windows-7/58572-win7-network-access-very-slow, about slow performance of network in windows 7 and I made some changes in windows settings but it’s still very bad. My network runs 100 Mbps full duplex and 200KB/s is way too slow…