Community discussions

MikroTik App
 
nelson6069
Member Candidate
Member Candidate
Topic Author
Posts: 203
Joined: Mon Oct 15, 2012 5:56 pm

CCR1016

Fri Jul 12, 2013 7:17 am

Anyone having problem using CCR1016?
And how many clients do you have?

Currently i have about 80-100clients.
I am using hotspot for authentication, and using userman to limit each user speed.
I found that if the active hotspot user more than 60++, the network become very slow.
The WAN link is 20Mbps x 4 with PPPOE+PCC load balancing.
But from the interface there, i only found that the bandwidth that the 60++ users just using 20-30Mbps download and less than 5 Mbps upload.
Any people have this kind of problem?
i wonder the CCR can support this?
 
User avatar
c0d3rSh3ll
Long time Member
Long time Member
Posts: 557
Joined: Mon Jul 25, 2011 9:42 pm
Location: [admin@Chile] >

Re: CCR1016

Fri Jul 12, 2013 7:21 am

post your export from routerOS.
 
nelson6069
Member Candidate
Member Candidate
Topic Author
Posts: 203
Joined: Mon Oct 15, 2012 5:56 pm

Re: CCR1016

Mon Jul 15, 2013 9:17 am

post your export from routerOS.
/interface bridge
add l2mtu=1590 name=bridge-hotspot
/ip hotspot profile
add dns-name=tpwifi.login hotspot-address=172.16.0.1 http-cookie-lifetime=1d \
login-by=cookie,http-pap name=hsprof1 use-radius=yes
/ip hotspot
add disabled=no interface=bridge-hotspot name=hotspot1 profile=hsprof1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d shared-users=unlimited
add idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d name=\
"limit 5m" rate-limit=2M transparent-proxy=yes
/ip pool
add name=hs-pool-1 ranges=172.16.0.2-172.16.3.254
add name=dhcp-pool-1 ranges=172.16.0.2-172.16.3.254
/ip dhcp-server
add address-pool=hs-pool-1 disabled=no interface=bridge-hotspot lease-time=1d \
name=dhcp1
/port
set 0 name=serial0
/tool user-manager customer
add backup-allowed=yes disabled=no login=admin password="" \
paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no \
permissions=owner signup-allowed=no time-zone=-00:00
/interface bridge port
add bridge=bridge-hotspot interface=ether1
add bridge=bridge-hotspot interface=ether2
/ip address
add address=172.16.0.1/22 comment="hotspot network" interface=bridge-hotspot \
network=172.16.0.0
add address=10.0.0.2/24 interface=ether10 network=10.0.0.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=ether10
/ip dhcp-server network
add address=172.16.0.0/22 comment="hotspot network" dns-server=172.16.0.1 \
gateway=172.16.0.1
/ip dns
set allow-remote-requests=yes 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 to-addresses=0.0.0.0
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
src-address=172.16.0.0/22 to-addresses=0.0.0.0
/ip hotspot ip-binding
add address=172.16.0.82 mac-address=A0:F3:C1:00:C9:C2 to-address=172.16.0.82 \
type=bypassed
add address=172.16.0.44 mac-address=74:2F:68:E9:12:08 to-address=172.16.0.44 \
type=bypassed
/ip hotspot user
add name=nelson password=12345
add name=gerald password=12345 profile="limit 5m"
/ip route
add distance=1 gateway=10.0.0.1
/ip service
set www port=8080
/radius
add address=10.0.0.1 secret=0204 service=hotspot timeout=3s
/radius incoming
set accept=yes
/system clock manual
set time-zone=+08:00
/system identity
set name=TPWiFi
/system ntp client
set enabled=yes primary-ntp=82.165.36.179
/system ntp server
set broadcast=yes enabled=yes
/system routerboard settings
set cpu-frequency=1200MHz memory-frequency=1066DDR


Userman i host at another CCR unit.
I use 2 CCR for the network.
One for Load balancing 4WAN X 20Mbps , Qos rules, and userman.
Another one for hotspot.
Because i am unable to do it with one CCR.
 
nelson6069
Member Candidate
Member Candidate
Topic Author
Posts: 203
Joined: Mon Oct 15, 2012 5:56 pm

Re: CCR1016

Wed Jul 17, 2013 8:05 pm

post your export from routerOS.
/interface bridge
add l2mtu=1590 name=bridge-hotspot
/ip hotspot profile
add dns-name=tpwifi.login hotspot-address=172.16.0.1 http-cookie-lifetime=1d \
login-by=cookie,http-pap name=hsprof1 use-radius=yes

anyone know?

Who is online

Users browsing this forum: adrianmartin16, Bing [Bot] and 82 guests