As Sindy said, if those ethernet ports are assigned to bridge, remove them. Check the log as well, what is the error message when fail to connects? Any attempt or re-attempt when the connection status remaining as "disconnected"? I have the same issue like you with two internet services fr...
Can you try add "dst-address-type=!local" for these two rules under mangle: add action=mark-routing chain=prerouting connection-mark=WAN1_conn new-routing-mark=to_WAN1 \ passthrough=yes src-address-list=LOCAL add action=mark-routing chain=prerouting connection-mark=WAN2_conn new-routing-ma...
As per your setup - ISP <= CableModem/Router (NAT + DHCP Server) <= Mikrotik (RB, forwarding DHCP requests) <= WIFI clients The Mikrotik "forward the DHCP request", is that means the WIFI clients get the IP from the CableModem/Router? If yes the Mikrotik is just acts like a switch and thos...
Simply include an additional subnet from the pool is not enough because 192.168.16.0/24 is a different network. Add these: /ip address add address=192.168.16.1/24 interface=(same interface as 192.168.15.0/24) /ip dhcp-server network add address=192.168.16.0/24 gateway=192.168.16.1 /ip firewall nat a...
try this on RB493 at site 1: ip firewall nat add chain=dstnat protocol=tcp dst-address=publicip dst-port=publicport to-addresses=10.10.40.253 to-ports=22 Please i am a bit confuse with this firewall rule. can u explain it in a simple term? In simple term, it's port forwarding. RB493 check what publ...
this may help: http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT if your 1st site RB493 public IP is 123.123.123.123, and you want to access RB433AH by SSH, then set this on RB493: ip firewall nat add chain=dstnat protocol=tcp dst-address=123.123.123.123 dst-port=2233 to-addresses=10.10.40.253 to...
Hi there, I have a master RB433 with OS4.10 installed, setup as a hotspot and wds to an extender and working fine, both can communicate and ping each other. Master - WAN IP: 192.168.1.10, Wlan IP (wds to extender): 10.5.50.1 Extender - Wlan IP (wds to master): 10.5.50.2 I try to use winbox access to...
This is how I do to get access to board B when running WDS by using Winbox. If you are running a hotspot in board A, bypass the MAC address of board B under IP > Hotspot > IP binding. Then click Tool > Telnet. You can telnet to board B by using MAC address or IP with CLI command. Hope this help. PS:...
Hi, I have a RB433AH with ROS4.10 installed on one of the site. Eth1 is WAN interface, Eth3 is hotspot interface which distribute to 40 rooms and provide in room internet access by using userman. Each room has it own unique login username and password with 800K download and 256K upload speed. Everyd...
Hi, I have a problem of exporting session time to txt file under scheduler. For Example: I have a script called "Gensession". Policy: write,test,read and policy (I even tried tick all) Source: /tool user-manager session print file session (I also tried /tool user-manager session print file...
Hi All, I am looking for an explanation to why some of our RB's power off and require the DC power plug to be removed either from the RB or passive POE injector to repower them. There is nothing common amongst the RB's apart from all being wireless hotspots - 433A, H, and 411A. Some are indoor, some...