Is your PCC box configured with some other services too ? like hotspot pppope?
By: Syed Jahanzaib / Pinochio~:)
By: zeshan
Aslam-o-oalikum
Sir ma nay mikrotik ka server install kiya whowa hai per jub ma DNS per ping lagata hoo too PIng MS 400 500 tak chal rahy hoty hai khabi normal 46 say 76 rahty hai too browing sahi chati hai.400 500 MS ka kiya malsa hai server ka ya kohi Aur…please help Me
By: Nicholas Yan
Dear Sir salam,
Need some help on routing job.
Just bought Mikrotik RB2011UAS-RM. Firmware v6.7. RouterBoard 3.10
I’m from a Hotel company (Hospitality)
Hardware/ISP list-
5 x adsl 4mbps - For Guest(need to be combine to get 20mbps)
3 x sdsl 1.5mbps - For Work Stations(need to be combine to get 4.5mbps)
1 x Guest lan (IP add – 10.1.0.0/19)
1 x Work station Lan (IP add – 192.168.1.0/24)
1 x Fortigate 40c firewall(curently running with 2 wan sdsl 1.5mbps for work stations)
I’m currently running on NTH load balancing method and running fine for only guest network.
Was deciding to add 3 sdsl into mikrotik rb2011.
Because of my fortigate only supports up to 2WAN’s,my connection is super snail for work stations, and it couldnt do something like combine bandwith, even it could it’s still slow.
My Current network Infrastructure
5adsl —-> | Mikrotik RB2011 (ether6(GuestLan)) —> | Switch —-> | AP’s network 10.1.0.0/19 (no hotspot running)
2sdsl —-> | Fortigate 40c Firewall (LAN PORT INTERFACE) —> | Switch —-> |Workstation Network 192.168.0.0/24
| Fortigate 40c Firewall (LAN PORT INTERFACE) —> | Domain Server IP (192.168.0.240)
Wanted to change to
5 adsl ———–> | |(ether6(guestLan)) —> | Switch —-> | AP’s network 10.1.0.0/19 (run with hotspot)
3 sdsl ———-> | Mikrotik RB2011 —> |(ether10(workstations)) —> | fortigate (run on transparent mode but firewall policy,etc running) —> | —-> Switch —-> | Workstation’s network 192.168.0.0/24
| |(ether10(workstations)) —-> | fortigate (run on transparent mode but firewall policy,etc running) —> | —-> Domain server for workstation (IP 192.168.0.240)
1st question - would like to know how do i seperate the guest ISP for Guest Lan and Work ISP for Work station?? and No communication for both Network’s.
If after managed to seperate those ISP, will firewall mangle rules for Guest bound together into WorkStation and PCQ for Guest bound into Workstation and mess up together??
My workers here are complaining about slow internet, have solve this quick =.=”"
2nd question - For guest network need to add hotspot from RB2011, Can my 5 adsl 20mbps be able to do this kind of service? which means i guarantee for the person who pays for a Higher speed internet gets his speed while other user speed doesnt goes too low.
Thanks very much dear guru, your reply is much appreciated.
By: Nicholas Yan
sorry please allowed me to redraw my infrastructure
Currently using
5 adsl —–> Mikrotik RB2011 (ether6(guestLAN)) ——> Switch —–> AP’s (Network 10.1.0.0/19) not running hotspot
2 sdsl ——> Fortigate 40c Firewall (LAN PORT INTERFACE) —–> Switch —–> Workstation (network 192.168.0.0/24)
————–> Fortigate 40c Firewall (LAN PORT INTERFACE) —–> Domain Server (192.168.0.240)
Wanted to change to
5 adsl ————>Mikrotik RB2011 —-> (ether6(guestLan)) ———-> Switch ———> AP’s network 10.1.0.0/19 (run with hotspot)
3 sdsl ————>Mikrotik RB2011 —-> (ether10(workstations)) —–> Fortigate (run on transparent mode but firewall policy,etc running) —–> Switch —–> Workstation’s network 192.168.0.0/24
——————–>Mikrotik RB2011 —-> (ether10(workstations)) —–> Fortigate (run on transparent mode but firewall policy,etc running) —–> Domain Server (192.168.0.240)
Thanks
By: raheel
asalam o allaikum,
dear zaib bhai, 4 wan ki load balancing kerne k bad hot spot kase configure karenge?
uski script bataden plz, or pppoe server bhe, same mikrotik server per, jsmain 4 wan ki load blancing hoe hy, ushe main ab mujhy hot spot or pppoe configure ker na khy.. ya jis terhan hot spot configure kert hen as ir is wase he kerna hoga? means pool add, routes main gateway add, firewall main nat rule etc..
waiting for your reply bro
By: rana
bhai setting ma msla hai no prblm
By: jon
Hello, I would like to setup a mikrotik 450g 4 wans, son 4 motorola sb5100 cable modem, these modems provide a public IP.
As much as I do not find any search method works well for me.
Might you send me a script or tell me how to set it up.
billion thanks!
By: jon
Well we are improving.
So far I’ve got the settings here:
http://aacable.wordpress.com/2…t-by-zaib/
faults:
- I have the laptop connected to the Local and I have to make the data in tcp / ip hand
192.168.0.4
255.255.255.0
192.168.0.1
8.8.8.8
8.8.4.4
Do not swinging, just download me a wan the second reboot it, random.
any help?
By: gumilar
Dear Sir,
Related to fail over scenario, can it change ping to gateway to be ping to the dns such 8.8.8.8 or 8.8.4.4 (google) ?
Thanks,
Gumilar
By: Syed Jahanzaib / Pinochio~:)
yes you can change to any destination you like
By: Max
Hi and thanks for this script.
I’m trying to use it for 2 WANs with dynamic IPs, but no luck. Please help me because i’m dummy in RouterOS )). Here’s the script:
/ip firewall mangle
add chain=input in-interface=WAN_ADSL action=mark-connection new-connection-mark=WAN_ADSL_conn
add chain=input in-interface=WAN_3G action=mark-connection new-connection-mark=WAN_3G_conn
add chain=output connection-mark=WAN_ADSL_conn action=mark-routing new-routing-mark=to_WAN_ADSL
add chain=output connection-mark=WAN_3G_conn action=mark-routing new-routing-mark=to_WAN_3G
add chain=prerouting dst-address=192.168.1.0/24 action=accept in-interface=Local /What to write instead of ips?
add chain=prerouting dst-address=192.168.2.0/24 action=accept in-interface=Local /What to write instead of ips?
add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:4/0 action=mark-connection new-connection-mark=WAN_ADSL_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:4/1 action=mark-connection new-connection-mark=WAN_3G_conn passthrough=yes
add chain=prerouting connection-mark=WAN_ADSL_conn in-interface=Local action=mark-routing new-routing-mark=to_WAN_ADSL
add chain=prerouting connection-mark=WAN_3G_conn in-interface=Local action=mark-routing new-routing-mark=to_WAN_3G
/ip route
add dst-address=0.0.0.0/0 gateway=WAN_ADSL routing-mark=to_WAN_ADSL check-gateway=ping
add dst-address=0.0.0.0/0 gateway=WAN_3G routing-mark=to_WAN_3G check-gateway=ping
add dst-address=0.0.0.0/0 gateway=WAN_ADSL distance=1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=WAN_3G distance=2 check-gateway=ping
/ip firewall nat
add chain=srcnat out-interface=WAN_ADSL action=masquerade
add chain=srcnat out-interface=WAN_3G action=masquerade
Thank you.
By: Belfegor
Just copy and paste, then modifications of addresses and names of ports and working as a charm.
But, i am noticed something:
I have server on LAN, and i am set a port forwarding to the server, but sometime when i try to connect to the server from other place from internet, i get connection timeout in browser of that remote computer, after couple of “refresh” i connect to server.
What do you think is happening.
By the way, on server is running NoIP DUC, because i do not have static IP on my WAN connections.
By: Cyril
is there a way you can help me out with teamviewer? I would like you to help me configure my RB951G for 4 wan load balancing. Thanks. any reply will be deeply appreciated
By: Belfegor
How this configuration performing if there is multiple LANs, in my case i have 2 WANs a 2 LANs?
By: Afghan Cyber ISP
Dear Jahanzaib Sir,
I want to build a chache server in afghanistan in my ISP.
also I want to make a hotspot card system.
need you contact no. to talk you about that.
By: Robert
Hi, this is the best on the net… where do you start to learn how to get juice out of the mikrotik?… Any book you recomend?
Regards from Spain
By: Syed Jahanzaib / Pinochio~:)
By: Zohaib Ahmed
Asalam o alaiqum jahanzaib bhai i need help i have 750gl i used it to manage more than 50 users through user manager. user manger works fine on 25 users. then its increases up to 30 newly connected users local area shows limited connectivity.. help me.. plz.. in advance jazakAllah.
By: Syed Jahanzaib / Pinochio~:)
rb75- Gl have L4 license which is limited for user manager.
look at here.
http://wiki.mikrotik.com/wiki/Manual:License_levels
By: Kamran Shahzad Janjua
dear sir
assalam o alykum
mainy rb750gl main load balancing ki hai 2mb k 2 pkg merge kiye hain jaisy k apki dual wan load balancing ki script hai but local pey wo kisi time 4mb sy ooper jata hai or kabi sirf aik line chalti hai kabi wan1 chalti hai kabi wan2 jab is ko mikrotik k lan card main enter kartey hain to sirf aik he line chalti hai kindly batayen k is issue ka solution kya hai bohat shukria sir