machine has its own lan network running on 192.168.90.x, all 8 devices uses static address. I often need to access the machine devices so I'd like to use the RB951 to connect to our shop network, then my PC being at shop network (88.x) I'd like to access the 90.x devices.
Cant ping shop RB or anything else on 88.x network
RB951 WLAN has the IP 192.168.88.15 on shop AP, it gave itself this IP and the pool for RB3011 is 100-254
So far, Ive set this way.
Code: Select all
# 1970-01-02 01:41:03 by RouterOS 7.16.2
# software id = XHN0-LDRA
#
# model = RB951Ui-2HnD
# serial number = 717506xxxxxx
/interface bridge
add name=bridge1 protocol-mode=none
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys name=wifi-pass supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no frequency=2427 mode=\
station-pseudobridge security-profile=wifi-pass ssid=xxxx wireless-protocol=802.11
/ip pool
add name=dhcp ranges=192.168.90.100-192.168.90.200
/ip dhcp-server
add address-pool=dhcp interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/interface list member
add interface=bridge1 list=LAN
/ip address
add address=192.168.90.1/16 interface=bridge1 network=192.168.0.0
/ip dhcp-client
# Interface not active
add interface=ether1
/ip dhcp-server network
add address=0.0.0.0/24 dns-server=0.0.0.0 gateway=0.0.0.0 netmask=24
/system note
set show-at-login=no