krishy
March 20, 2014, 8:10am
1
Hi there,
I’ve just installed a Mikrotik router. The most of the settings were made on Quickset. I’ve changed the LAN IP address (local address).
I’m not clearly understand the result:
LCD says: local address: 192.168.88.1
wlan1 interface has my LAN address.
eth1 has the normal outside address.
bridge-local is not mentioned anywhere.
bridge-local contains all the interfaces, but eth1.
You haven’t eluded to what options you set in quickset and what you are trying to achieve.
You have also not mentioned if you are actually having a problem or not?
Take a screenshot of your quick set screen, and post the output of /export compact command.
krishy
March 20, 2014, 9:41am
3
I've no problem at this stage (I've some, but I'll have to investigate other things)
Export command:
[admin@MikroTik] > /export
mar/20/2014 10:33:46 by RouterOS 6.5
software id = X8AQ-DEV1
/interface bridge
add admin-mac=4C:5E:0C:3F:E9:4A auto-mac=no l2mtu=1598 name=bridge-local protocol-mode=rstp
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether6 ] name=ether6-master-local
set [ find default-name=ether7 ] master-port=ether6-master-local name=ether7-slave-local
set [ find default-name=ether8 ] master-port=ether6-master-local name=ether8-slave-local
set [ find default-name=ether9 ] master-port=ether6-master-local name=ether9-slave-local
set [ find default-name=ether10 ] master-port=ether6-master-local name=ether10-slave-local
/interface wireless
set [ find default-name=wlan1 ] disabled=no l2mtu=2290 mode=ap-bridge ssid=*** wireless-protocol=802.11
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys wpa-pre-shared-key=*** wpa2-pre-shared-key=foldertriton
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/ip pool
add name=dhcp ranges=192.168.126.110-192.168.126.200
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-local name=default
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether4
add bridge=bridge-local interface=ether5
add bridge=bridge-local interface=sfp1
add bridge=bridge-local interface=wlan1
add bridge=bridge-local interface=ether6-master-local
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=sfp1 network=192.168.88.0
add address=192.168.126.1/24 interface=wlan1 network=192.168.126.0
add address=195.70.57.157/30 interface=ether1-gateway network=195.70.57.156
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid interface=ether1-gateway
/ip dhcp-server network
add address=192.168.126.0/24 comment="default configuration" dns-server=192.168.126.1 gateway=192.168.126.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=ether1-gateway
add chain=forward comment="default configuration" connection-state=established
add chain=forward comment="default configuration" connection-state=related
add action=drop chain=forward comment="default configuration" connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" out-interface=ether1-gateway
add action=dst-nat chain=dstnat dst-address=195.70.. dst-port=80,21,443,143,110,25,22,20,995,993,587 protocol=tcp to-addresses=192.168.126.11
add action=dst-nat chain=dstnat dst-address=195.70.. dst-port=21194,21195 protocol=udp to-addresses=192.168.126.11
add action=dst-nat chain=dstnat dst-address=195.70.. dst-port=1723,8888 protocol=tcp to-addresses=192.168.126.12
add action=dst-nat chain=dstnat dst-address=195.70.. dst-port=500,1701,4500 protocol=udp to-addresses=192.168.126.12
add action=dst-nat chain=dstnat dst-address=195.70.. dst-port=3389 protocol=tcp to-addresses=192.168.126.14
add action=masquerade chain=srcnat dst-address=192.168.126.11 dst-port="" out-interface=bridge-local protocol=tcp src-address=192.168.126.0/24
/ip route
add distance=1 gateway=195.70..
add check-gateway=ping distance=1 dst-address=10.126.1.0/24 gateway=192.168.126.11
/ip service
set telnet port=9023
set ftp port=9021
set www port=9080
set ssh port=9022
/lcd
set time-interval=hour
/lcd interface
set sfp1 interface=sfp1
set ether1-gateway interface=ether1-gateway
set ether2 interface=ether2
set ether3 interface=ether3
set ether4 interface=ether4
set ether5 interface=ether5
set ether6-master-local interface=ether6-master-local
set ether7-slave-local interface=ether7-slave-local
set ether8-slave-local interface=ether8-slave-local
set ether9-slave-local interface=ether9-slave-local
set ether10-slave-local interface=ether10-slave-local
set wlan1 interface=wlan1
/lcd interface pages
set 0 interfaces=sfp1,ether1-gateway,ether2,ether3,ether4,ether5,ether6-master-local,ether7-slave-local,ether8-slave-local,ether9-slave-local,ether10-slave-local,wlan1
/system clock
set time-zone-name=Europe/Budapest
/system ntp client
set enabled=yes mode=unicast primary-ntp=129.6.15.29
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=sfp1
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=sfp1
add interface=wlan1
add interface=bridge-local