Hello ![]()
New to the forums here. A little experience with mikrotik. I am a system administrator by trade. Most comfortable with debian based distros. Networking has always been my achilles heel. I have some experience with juniper os and enterprise cisco managed switches. But routeros webfig still made my brain hurt the first hour or so. But finally got everything setup and stable for my home network. Or so I thought
Im running the CRS125-24G-1S-RM which will be the backbone of my home network
Setup is as so
Modem -> UPS -> CRS125-24G-1S-RM on ether1 -> Desktop on ether7
-> Devstack on ether11
-> Ubiquiti UniFi AP on ether18
-> Freenas on ether16
I struggled getting the dhcp server setup the way i wanted with manual configuration. And ended up using the quick set. Using the quick set i set connection type to automatic as my modem will provide dhcp to ether1 and checked bridge all LAN ports.
Everything seemed to be running great. Near 1Gb speeds from freenas to the desktop . But WAN activity was slow. I had a 105Mb down connection and was often hitting the limits of my old 10/100 router. But with this new setup im only hitting 25Mb or 3.1MBps download speeds. WHEN I have a connection on WAN. The connection seems to drop every few hours and only a restart of the modem will bring it back to life. Im not sure if there is something I have set wrong or what. When it first obtains the lease it shows its a 3 day lease. This is what I get in the logs when the connection drops with my ip edited out
Time Jan/02/1970 06:09:24
dhcp
critical
error
Message dhcp-client on ether1 lost IP address 'MY IP' - received NAK from dhcp server 0.0.0.0
Followed by
Time Jan/02/1970 06:10:31
Buffer memory
Topics
dhcp
info
Message dhcp-client on ether1 got IP address 'My IP Same As Above'
To ensure this wasnt an issue with my ISP I configured as below
Modem -> UPS -> Desktop
And was receiving roughly 125Mb download for 6+ hours with no dropped connection
Im not sure if they are 2 seperate issues or both caused by the same problem. Im either close. Or in over my head more than I thought ;( Any help would be appreciated
export compact
jan/02/1970 07:07:24 by RouterOS 6.10
software id = EBY7-MA2P
/interface bridge
add l2mtu=1588 name=bridge2
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
mac-cookie-timeout=3d
/ip pool
add name=pool1 ranges=192.168.1.0/24
add name=dhcp_pool1 ranges=192.168.1.10-192.168.1.254
add name=dhcp ranges=192.168.1.10-192.168.1.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge2 name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge2 interface=ether2
add bridge=bridge2 interface=ether3
add bridge=bridge2 interface=ether4
add bridge=bridge2 interface=ether5
add bridge=bridge2 interface=ether6
add bridge=bridge2 interface=ether7
add bridge=bridge2 interface=ether8
add bridge=bridge2 interface=ether9
add bridge=bridge2 interface=ether10
add bridge=bridge2 interface=ether11
add bridge=bridge2 interface=ether12
add bridge=bridge2 interface=ether13
add bridge=bridge2 interface=ether14
add bridge=bridge2 interface=ether15
add bridge=bridge2 interface=ether16
add bridge=bridge2 interface=ether17
add bridge=bridge2 interface=ether18
add bridge=bridge2 interface=ether19
add bridge=bridge2 interface=ether20
add bridge=bridge2 interface=ether21
add bridge=bridge2 interface=ether22
add bridge=bridge2 interface=ether23
add bridge=bridge2 interface=ether24
add bridge=bridge2 interface=sfp1
/ip address
add address=192.168.1.1/24 interface=ether2 network=192.168.1.0
/ip dhcp-client
add comment="dhcp client from modem" default-route-distance=0 dhcp-options=
hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1 netmask=24
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www address=192.168.1.0/24
set ssh disabled=yes
set api disabled=yes
set winbox disabled=yes
set api-ssl disabled=yes
/ip upnp
set allow-disable-external-interface=no
/lcd interface
set ether1 interface=ether1
set ether2 interface=ether2
set ether3 interface=ether3
set ether4 interface=ether4
set ether5 interface=ether5
set ether6 interface=ether6
set ether7 interface=ether7
set ether8 interface=ether8
set ether9 interface=ether9
set ether10 interface=ether10
set ether11 interface=ether11
set ether12 interface=ether12
set ether13 interface=ether13
set ether14 interface=ether14
set ether15 interface=ether15
set ether16 interface=ether16
set ether17 interface=ether17
set ether18 interface=ether18
set ether19 interface=ether19
set ether20 interface=ether20
set ether21 interface=ether21
set ether22 interface=ether22
set ether23 interface=ether23
set ether24 interface=ether24
set sfp1 interface=sfp1
/lcd interface pages
set 0 interfaces="ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ethe
r9,ether10,ether11,ether12"
set 1 interfaces="ether13,ether14,ether15,ether16,ether17,ether18,ether19,ethe
r20,ether21,ether22,ether23,ether24"
EDIT: Just upgraded to # sep/25/2015 03:25:12 by RouterOS 6.32.2
Speeds are slightly better. About 4MBps or 32Mbps. Still only 1/3 of what it should be. I havent had it drop the wan yet. But its only been about 10 minutes. I checked the cpu and ram usage as well. While running downloads simultaneous downloads
Free Memory 102.0 MiB
Total Memory 128.0 MiB
CPU MIPS 74Kc V4.12
CPU Count 1
CPU Frequency 600 MHz
CPU Load 37%
EDIT 2:
Strange strange. Download speeds slowly crept up to about 56Mbps or 7Mbps then hung out for an hour or so then dropped back down to 25 or 3Mbps about an hour later wan dropped again. No errors in the logs this time. dhclient showed it was still bonded. And had the correct ip. This time I let the modem assign it a lease and set it as static. Will see if that prevents the drops. But I am still limited to 25Mbps on the wan port