Hi All,
Total Noob here to the world of Router OS I just got myself a CRS125-24G-1S (Running Ver 6.30) and have been having some issues where by I cannot set the IP address of the router as it keeps defaulting to 0.0.0.0 after I apply a configuration / when I leave the quick set screen ( even after resetting the configuration / rebooting and again using Quickset to set the system up)
DHCP Server is running on Ether1 (Master) with a pool 192.168.88.2-192.168.88.254 but has no clients/leases
All connected devices have ip addresses 89.100.173.xxx , none of which show up anywhere in Webfig / Winbox , with the exception of one android phone which shows up in the dhcp lease pool with an ip of 192.168.88.4
WAN is coming in on Ether 1 from a bridged ISP supplied cable modem, DHCP Client appears to be functioning as expected, NAT is enabled.
Outside of using the quickset menu to set up the device no other configuration changes have been made other than setting up Cloud / SNTP.
[admin@Aylesbury-Router] > export compact
jul/09/2015 16:29:13 by RouterOS 6.30
software id = LELF-X0H6
/interface ethernet
set [ find default-name=ether1 ] name=ether1-master-local
set [ find default-name=ether2 ] master-port=ether1-master-local
name=ether2-slave-local
set [ find default-name=ether3 ] master-port=ether1-master-local
name=ether3-slave-local
set [ find default-name=ether4 ] master-port=ether1-master-local
name=ether4-slave-local
set [ find default-name=ether5 ] master-port=ether1-master-local
name=ether5-slave-local
set [ find default-name=ether6 ] master-port=ether1-master-local
name=ether6-slave-local
set [ find default-name=ether7 ] master-port=ether1-master-local
name=ether7-slave-local
set [ find default-name=ether8 ] master-port=ether1-master-local
name=ether8-slave-local
set [ find default-name=ether9 ] master-port=ether1-master-local
name=ether9-slave-local
set [ find default-name=ether10 ] master-port=ether1-master-local
name=ether10-slave-local
set [ find default-name=ether11 ] master-port=ether1-master-local
name=ether11-slave-local
set [ find default-name=ether12 ] master-port=ether1-master-local
name=ether12-slave-local
set [ find default-name=ether13 ] master-port=ether1-master-local
name=ether13-slave-local
set [ find default-name=ether14 ] master-port=ether1-master-local
name=ether14-slave-local
set [ find default-name=ether15 ] master-port=ether1-master-local
name=ether15-slave-local
set [ find default-name=ether16 ] master-port=ether1-master-local
name=ether16-slave-local
set [ find default-name=ether17 ] master-port=ether1-master-local
name=ether17-slave-local
set [ find default-name=ether18 ] master-port=ether1-master-local
name=ether18-slave-local
set [ find default-name=ether19 ] master-port=ether1-master-local
name=ether19-slave-local
set [ find default-name=ether20 ] master-port=ether1-master-local
name=ether20-slave-local
set [ find default-name=ether21 ] master-port=ether1-master-local
name=ether21-slave-local
set [ find default-name=ether22 ] master-port=ether1-master-local
name=ether22-slave-local
set [ find default-name=ether23 ] master-port=ether1-master-local
name=ether23-slave-local
set [ find default-name=ether24 ] master-port=ether1-master-local
name=ether24-slave-local
set [ find default-name=sfp1 ] master-port=ether1-master-local name=
sfp1-slave-local
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add add-arp=yes address-pool=dhcp always-broadcast=yes disabled=no
interface=ether1-master-local lease-time=3d name=dhcp1
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=
ether1-master-local
/ip dhcp-server config
set store-leases-disk=immediately
/ip dhcp-server network
add gateway=0.0.0.0
add address=100.0.0.0/8 gateway=100.100.100.100 netmask=8
add address=100.100.100.0/24 gateway=100.100.100.100 netmask=24
add address=192.0.0.0/8 gateway=192.168.88.1 netmask=8
add address=192.168.88.0/24 gateway=192.168.88.1 netmask=24
add address=192.188.88.0/24 gateway=192.188.88.1 netmask=24
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-master-local
/ip upnp
set enabled=yes
/system clock
set time-zone-name=Europe/Dublin
/system identity
set name=Aylesbury-Router
/system ntp client
set enabled=yes primary-ntp=85.91.1.164 secondary-ntp=87.232.1.41
/system routerboard settings
set protected-routerboot=disabled
/tool romon port
add
[admin@Aylesbury-Router] >
I have read the online wikis etc and can not see where I have went wrong from the basic setup ! any help would be appreciated.