My RB951 connects to the internet via Ether1. Apart from that I have two networks configured as follow.
Ether2 - IP 172.16.0.1
DHCP Server Pool 172.16.0.40-172.16.0.80
WLAN1 - IP 172.16.1.1
DHCP Server Pool 172.16.1.40-172.16.1.80
For some reason, the moment I set the WiFi IP to 172.16.0.254, or any IP on the Ether2 network, I loose my internet connection and cannot connect to the Mikrotik via its IP. So I’ve created the two networks like above. My first choice would be to have them on the same network. If it cannot be done, I need everything connected to the WiFi network to be able to access everything connected to the Ether2 network.
post your config here so that we can check
and also are you using the connect cidr/subnet mask
if you are using 172.16.0.1/24 in router
use in laptop
ip:172.16.0.2-172.16.0.254
subnet: 255.255.255.0
gateway: 172.16.0.1
If your purpose is to have one network, shared by both the ethernet interfaces (2-5) and the wifi interface.
Assign the desired IP address to your Office bridge, and also assign that interface on the DHCP server.
From there all the connected systems will get a proper IP address.
PS, i suggest you post the output of
export compactThat’s much more easier to read and please apply proper coding syntax in your post
Thanks for the response and advice.
Sorry for the syntax but could you kindly exlain:
please apply proper coding syntax in your post
I’ve created the addresses as follow:
Office Bridge - 172.16.0.1/24 (Network 172.16.0.0)
Ether2 - 172.16.0.254/24 (Network 172.16.0.0)
WiFi - 172.16.0.253/24 (Network 172.16.0.0)
The moment I set up this configuration, my VOIP telephones do not dial out. Also the notebooks connected to the Wifi network can access everything connected to the Ether2 network, but not the other way around.
I’ve restored the backup file to the initial settings with no “Office Bridge”. My laptop is now connected to the WiFi as follow:
IP address : 172.16.1.80
Subnet : 255.255.255.0
Gateway : 172.16.1.1
I can access the Ether2 network (172.16.0.0/24) from my laptop. When I switched off my Windows Firewall, the devices on the Ether2 network could access my laptop. Is there a way to change the Ether2 traffic so my laptop firewall thinks the traffic is coming from the same network? I suppose this would be the easiest because I only have 3 network printers that scan to the laptop via FTP.