Hello Experts,
I am a beginner of MikroTik Router Administration.
I have a small office network. Most of my computers are connected to the router via WiFi. Except one PC I use to monitor my network. That PC is directly connected to my router via Cable. I have a Windows Server 2008 R2 File Server on my network. When I try to copy something from my File Server it’s really slow, it’s like 800/900kbps. However when I copy something from my Monitoring PC (which is connected via Cable) the copy speed is normal (10/11mbps). I couldn’t find out where the problem is. Please help me.
Network Details:
RouterBoard: RB2011UiAS-2HnD
RouterOS: 6.27
Interfaces:
Bridge1: Bridge Ports LAN & WLAN1
Eth1: WAN (connected to my ISP)
Eth2: FTP (connected to my Windows Server 2008 R2 via Cable)
Eth3-5: Switched port (Master port: Eth1)
Eth6: LAN (Connected to my Monitoring PC) Windows 8.1 Pro
Eth7-10: Switched port (Master port: Eth6)
WLAN1: WiFi with no security key. AP-Bridge Mode.
I only use Winbox to configure my router, as I don’t know the CLI mode configuration.
I use Radius User Manager to limit & manage client bandwidth.
Clients always connect to my WiFi & login with their User ID & Password via Hotspot.
Please find me a solution. I want every computer on my network who tries to copy something from my File Server will have the same copy speed (10/11mbps or more if possible)
Please ask me if you need to know something more.
My Configuration is:
# feb/26/2015 16:36:47 by RouterOS 6.27
# software id = I0KX-8JXS
#
/interface bridge
add mtu=1500 name=bridge1
/interface ethernet
set [ find default-name=ether2 ] name=FTP
set [ find default-name=ether6 ] name=LAN
set [ find default-name=ether1 ] name=WAN
set [ find default-name=ether3 ] master-port=FTP
set [ find default-name=ether4 ] master-port=FTP
set [ find default-name=ether5 ] master-port=FTP
set [ find default-name=ether7 ] master-port=LAN
set [ find default-name=ether8 ] master-port=LAN
set [ find default-name=ether9 ] master-port=LAN
set [ find default-name=ether10 ] master-port=LAN
set [ find default-name=sfp1 ] disabled=yes
/interface pppoe-client
add add-default-route=yes dial-on-demand=yes disabled=no interface=WAN mrru=\
1600 name=SebaNet password=9030799 user=marketplace5.104
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n default-ap-tx-limit=8000000 \
default-client-tx-limit=8000000 dfs-mode=no-radar-detect disabled=no \
frequency=auto l2mtu=2290 mode=ap-bridge ssid="MarketplaceBD Network" \
wireless-protocol=802.11
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip dhcp-server
add add-arp=yes disabled=no interface=FTP lease-time=3d name=server1
/ip hotspot profile
add dns-name=marketplace.bd hotspot-address=192.162.1.1 login-by=http-chap \
name=hsprof1 use-radius=yes
/ip hotspot user profile
set [ find default=yes ]
add name=2mbps rate-limit=2048000/2048000 transparent-proxy=yes
/ip pool
add name=hs-pool-13 ranges=192.162.1.11-192.162.1.254
/ip dhcp-server
add address-pool=hs-pool-13 disabled=no interface=bridge1 lease-time=1h name=\
dhcp1
/ip hotspot
add address-pool=hs-pool-13 disabled=no interface=bridge1 name=hotspot1 \
profile=hsprof1
/ip hotspot user profile
add address-pool=hs-pool-13 name=512kbps open-status-page=http-login \
rate-limit=512000/512000 transparent-proxy=yes
add address-pool=hs-pool-13 idle-timeout=15m name=256kbps open-status-page=\
http-login rate-limit=256000/256000 transparent-proxy=yes
add address-pool=hs-pool-13 name=1mbps open-status-page=http-login \
rate-limit=1024000/1024000 transparent-proxy=yes
add address-pool=hs-pool-13 idle-timeout=15m name=Guest open-status-page=\
http-login rate-limit=256000/256000 session-timeout=1h transparent-proxy=\
yes
add address-pool=hs-pool-13 name=Full transparent-proxy=yes
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=LAN
add bridge=bridge1 interface=wlan1
/ip address
add address=192.162.1.1/24 interface=LAN network=192.162.1.0
add address=192.162.2.1/24 interface=FTP network=192.162.2.0
/ip arp
add address=192.162.1.3 interface=bridge1 mac-address=00:E0:4C:49:02:53
add address=192.162.1.12 interface=bridge1 mac-address=30:3A:64:EC:A9:A0
add address=192.162.1.19 interface=bridge1 mac-address=EC:CB:30:CA:5B:D9
add address=192.162.1.20 interface=bridge1 mac-address=00:0C:E7:42:01:F0
add address=192.162.1.24 interface=bridge1 mac-address=AC:81:12:A8:5C:E2
add address=192.162.1.26 interface=bridge1 mac-address=60:6C:66:09:F3:2B
add address=192.162.1.28 interface=bridge1 mac-address=C0:4A:00:17:E0:B7
/ip dhcp-server network
add address=192.162.1.0/24 comment="hotspot network" gateway=192.162.1.1
/ip dns
set allow-remote-requests=yes cache-size=10000KiB servers=8.8.8.8,8.8.4.4
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
src-address=192.162.1.0/24
add action=masquerade chain=srcnat src-address=192.162.2.0/24
/ip hotspot user
add name=extra password=extra123 profile=512kbps server=hotspot1
add disabled=yes name=Anik password=anik123 profile=512kbps server=hotspot1
add disabled=yes name=Razi password=razi123 profile=512kbps server=hotspot1
add disabled=yes name=Antu password=antu123 profile=512kbps server=hotspot1
add disabled=yes name=khprana password=khprana123 profile=Full server=\
hotspot1
add disabled=yes name=Humayun password=humayun123 profile=512kbps server=\
hotspot1
add disabled=yes name=Opu password=opu123 profile=512kbps server=hotspot1
add disabled=yes name=Tuhin password=tuhin123 profile=512kbps server=hotspot1
add disabled=yes name=Raju password=raju123 profile=512kbps server=hotspot1
add disabled=yes name=Rafiq password=rafiq123 profile=512kbps server=hotspot1
add disabled=yes name=Tusar password=tusar123 profile=512kbps server=hotspot1
add disabled=yes name=Guest password=12345 profile=Guest server=hotspot1
add disabled=yes name=bayezid password=bayezid123 profile=512kbps server=\
hotspot1
add disabled=yes name=server-1 password=abcd1234 profile=512kbps server=\
hotspot1
add disabled=yes name=server-2 password=abcd1234 profile=512kbps server=\
hotspot1
add disabled=yes name=srikanto.nsu password=srikanto123 profile=Full server=\
hotspot1
/ip ipsec policy
set 0 dst-address=0.0.0.0/0 src-address=0.0.0.0/0
/ip proxy
set cache-path=web-proxy1
/ip route
add distance=1 dst-address=192.162.2.2/32 gateway=FTP
/lcd
set backlight-timeout=5m
/lcd pin
set hide-pin-number=yes pin-number=6254
/radius
add address=127.0.0.1 secret=abcd1234 service=ppp,login,hotspot
/system clock
set time-zone-name=Asia/Dhaka
/system clock manual
set time-zone=+06:00
/system identity
set name="MikroTik MPLCBD"
/system ntp client
set enabled=yes primary-ntp=116.193.170.25 secondary-ntp=82.200.209.236
/tool graphing interface
add allow-address=192.162.1.0/24 interface=bridge1
/tool user-manager database
set db-path=web-proxy1
/tool user-manager profile profile-limitation
add from-time=0s limitation=512K profile=512K till-time=23h59m59s weekdays=\
sunday,monday,tuesday,wednesday,thursday,friday,saturday
add from-time=0s limitation=1M profile=1Mb till-time=23h59m59s weekdays=\
sunday,monday,tuesday,wednesday,thursday,friday,saturday
add from-time=0s limitation=2M profile=2Mb till-time=23h59m59s weekdays=\
sunday,monday,tuesday,wednesday,thursday,friday,saturday
add from-time=0s limitation=256K profile=256Kb till-time=23h59m59s weekdays=\
sunday,monday,tuesday,wednesday,thursday,friday,saturday
/tool user-manager router
add coa-port=1700 customer=duranto2009 disabled=no ip-address=127.0.0.1 log=\
auth-ok,auth-fail,acct-ok,acct-fail name=MPLCBD-Radius shared-secret=\
abcd1234 use-coa=no
shared-users=1 wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
add customer=duranto2009 disabled=no name=suknato password=suknato123 \
shared-users=1 wireless-enc-algo=none wireless-enc-key="" wireless-psk=""