QUOTE(ldragon @ Sep 3 2014, 07:40 PM)
But dota 2 fall under which queue list?Enterprise Networking Mikrotik Routers (RouterBoard & RouterOS), User and owner discussion group
Enterprise Networking Mikrotik Routers (RouterBoard & RouterOS), User and owner discussion group
|
|
Sep 3 2014, 07:42 PM
|
![]() ![]() ![]()
Junior Member
461 posts Joined: Apr 2010 From: Klang |
|
|
|
|
|
|
Sep 3 2014, 07:45 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,026 posts Joined: Jan 2003 From: Kuala Lumpur, Malaysia |
|
|
|
Sep 30 2014, 11:08 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,516 posts Joined: Feb 2007 From: Uarla Umpur |
|
|
|
Oct 2 2014, 12:48 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
Hi to all Sifu,
New to mikrotik. Just wondering is it possible to have a range port forwarding instead of port by port configure? 1 more things is, what is the master and slave port status is meant for? Like a vlan or samethings? read the wiki, it said like grouping all the interface into a virtual group? My RB2011 does have 10port separate in 5 FE ports and 5 ether ports. The 5 FE ports do not have the master slave config but the other 5 ether ports do have. And both FE and ether ports are accessible with each other like in the same vlan or somethings. (I haven't and not plan to create a vlans to separate the segment) Device: Mikrotik RB2011 wireless. Thanks in advance. |
|
|
Oct 2 2014, 06:20 PM
Show posts by this member only | IPv6 | Post
#905
|
|
Elite
4,541 posts Joined: Jan 2003 From: BSRPPG51 Access Concentrator |
Master port and its slave ports turned those group of ports into an unmanaged switch.
|
|
|
Oct 3 2014, 10:24 AM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
|
|
|
|
|
|
Oct 8 2014, 01:24 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
1 more question.
After remove the default config. It seem I can't access to webfig. Below is some of my service and firewall setting. which is quite default anyway. Thanks to all sifu. My IP Service there, www was enable CODE [admin@WexTik] /ip service> print Flags: X - disabled, I - invalid # NAME PORT ADDRESS CERTIFICATE 0 X telnet 23 1 X ftp 21 2 www 80 3 X ssh 22 4 www-ssl 443 none 5 X api 8728 6 winbox 8291 7 X api-ssl 8729 none [admin@WexTik] /ip service> export # oct/08/2014 13:09:11 by RouterOS 6.20 # software id = NWJM-357F # /ip service set telnet disabled=yes set ftp disabled=yes set ssh disabled=yes set www-ssl disabled=no set api disabled=yes set api-ssl disabled=yes [admin@WexTik] /ip service> My Firewall Setting, which is quite plain. CODE [admin@WexTik] /ip firewall filter> print Flags: X - disabled, I - invalid, D - dynamic 0 ;;; default configuration chain=input action=accept protocol=icmp log=no log-prefix="" 1 chain=input action=accept connection-state=established log=no log-prefix="" 2 chain=input action=drop in-interface=bridge1-local log=no log-prefix="" 3 ;;; default configuration chain=forward action=accept connection-state=established log=no log-prefix="" 4 ;;; default configuration chain=forward action=accept connection-state=related log=no log-prefix="" 5 ;;; default configuration chain=forward action=drop connection-state=invalid log=no log-prefix="" [admin@WexTik] /ip firewall filter> export # oct/08/2014 13:09:42 by RouterOS 6.20 # software id = NWJM-357F # /ip firewall filter add chain=input comment="default configuration" protocol=icmp add chain=input connection-state=established add action=drop chain=input in-interface=bridge1-local add chain=forward comment="default configuration" connection-state=established add chain=forward comment="default configuration" connection-state=related add action=drop chain=forward comment="default configuration" connection-state=invalid My Firewall Nat CODE [admin@WexTik] /ip firewall nat> print Flags: X - disabled, I - invalid, D - dynamic 0 chain=srcnat action=masquerade out-interface=pppoe-out1 log=no log-prefix="" 1 ;;; PSN Port Forwarding chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=10040-10060 log=no log-prefix="" 2 chain=dstnat action=accept protocol=udp in-interface=bridge1-local dst-port=50000-60000 log=no log-prefix="" 3 ;;; Destiny Port Forwarding chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=1935 log=no log-prefix="" 4 chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=3478-3480 log=no log-prefix="" 5 chain=dstnat action=accept protocol=udp in-interface=bridge1-local dst-port=3478-3479 log=no log-prefix="" 6 chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=443 log=no log-prefix="" 7 ;;; Web Port Forwarding chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=80 log=no log-prefix="" [admin@WexTik] /ip firewall nat> export # oct/08/2014 13:10:04 by RouterOS 6.20 # software id = NWJM-357F # /ip firewall nat add action=masquerade chain=srcnat out-interface=pppoe-out1 add chain=dstnat comment="PSN Port Forwarding" dst-port=10040-10060 in-interface=bridge1-local protocol=tcp add chain=dstnat dst-port=50000-60000 in-interface=bridge1-local protocol=udp add chain=dstnat comment="Destiny Port Forwarding" dst-port=1935 in-interface=bridge1-local protocol=tcp add chain=dstnat dst-port=3478-3480 in-interface=bridge1-local protocol=tcp add chain=dstnat dst-port=3478-3479 in-interface=bridge1-local protocol=udp add chain=dstnat dst-port=443 in-interface=bridge1-local protocol=tcp add chain=dstnat comment="Web Port Forwarding" dst-port=80 in-interface=bridge1-local protocol=tcp |
|
|
Oct 10 2014, 02:25 AM
Show posts by this member only | IPv6 | Post
#908
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
All Stars
11,454 posts Joined: Oct 2007 From: KL |
Disable this and see what happens.
/ip firewall nat add chain=dstnat comment="Web Port Forwarding" dst-port=80 in-interface=bridge1-local protocol=tcp or change your webfig port to something else, maybe 8080. |
|
|
Oct 30 2014, 09:21 AM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,263 posts Joined: Jan 2007 From: Marehsia. |
guys, just wanna check any ideas where I can get the mAP 2n model??
seems landasan will take 2 months to get it.. |
|
|
Nov 1 2014, 01:42 AM
|
![]() ![]()
Junior Member
273 posts Joined: Feb 2007 |
Hi guys,
I am trying to 'trunk' the unifi VLAN500 and VLAN600 from Mikrotik #1 to Mikrotik #2 (2 different Mikrotik devices). Mikrotik #1 is the router which connects to the fiber-termination. Mikrotik #2 connects to port5 of Mikrotik #1. The setup is pretty much similar to this other forum here (https://forum.lowyat.net/index.php?showtopic=1733801) https://forum.lowyat.net/index.php?act=Atta...post&id=2017663 The best I could manage is to get Mikrotik #2 to access the internet. But i am unable to access IPTV (VLAN600). Would appreciate if anyone could share their settings/screenshots. Mikrotik #1 : 951ui-2hnd Mikrotik #2 : 951ui-2hnd Thanks This post has been edited by jex-koi: Nov 1 2014, 09:24 AM |
|
|
Nov 1 2014, 06:06 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
4,038 posts Joined: Aug 2005 From: Earth |
|
|
|
Nov 3 2014, 10:24 PM
Show posts by this member only | IPv6 | Post
#912
|
|
VIP
6,008 posts Joined: Jan 2003 |
rizvanrp I read your notes on reimplementing Astro-Maxis on the Mikrotik - https://rizvanrp.com/2014/09/re-implementin...tro-maxis-iptv/
I'm thinking - could I just terminate VLAN 621 in the Mikrotik and run PPPoE on it, while passing through the other VLANs to the Thompson? I think this would allow VOIP to continue working. |
|
|
Nov 5 2014, 01:10 AM
|
|
Elite
195 posts Joined: Sep 2006 |
QUOTE(wKkaY @ Nov 3 2014, 10:24 PM) rizvanrp I read your notes on reimplementing Astro-Maxis on the Mikrotik - https://rizvanrp.com/2014/09/re-implementin...tro-maxis-iptv/ Yeah, passing the VOIP VLAN to the Thompson will work. The Thompson should grab a DHCP lease and the SIP client should REGISTER without any issues.I'm thinking - could I just terminate VLAN 621 in the Mikrotik and run PPPoE on it, while passing through the other VLANs to the Thompson? I think this would allow VOIP to continue working. Astro/Maxis IPTV is the only issue where it requires the STB to have both IPTV multicast VLAN as well as Internet access via the Thompson .. so that will need to be moved over to the Mikrotik with the IGMP snooper. If you wanna keep IPTV on the Thompson but have the Mikrotik only handle Internet traffic, I think you need to setup an internal PPPoE server on VLAN 621 so the Thompson has something to connect to This post has been edited by rizvanrp: Nov 5 2014, 01:12 AM |
|
|
|
|
|
Nov 13 2014, 12:05 PM
|
![]() ![]()
Junior Member
273 posts Joined: Feb 2007 |
@Rizvanrp
Do you know how to configure such a configuration in my diagram above ? Thanks |
|
|
Nov 22 2014, 08:12 PM
Show posts by this member only | IPv6 | Post
#915
|
|
Elite
4,619 posts Joined: Jul 2011 |
rizvanrp or anyone else, how does the RB951Ui-2HnD fare as compared to DIR-615 in terms of wireless signal?
|
|
|
Nov 23 2014, 04:40 PM
|
|
Elite
195 posts Joined: Sep 2006 |
|
|
|
Dec 1 2014, 04:31 PM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
975 posts Joined: Sep 2004 From: Setapak |
I'm thinking to change my router to mikrotik. From my understanding, I need to configure a basic firewall setting because the default setting will always accept any connection, its that true?
|
|
|
Dec 11 2014, 09:53 AM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
767 posts Joined: Jan 2003 From: Johor Bahru |
Newbie reporting for duty here~
Recently received a RB951G-2HnD from an Indonesian friend, know only the brand and it's reputation, but know nothing on setting the router to work with my P1 DX230 router modem. Any Sifu/Daigor/Aniki can guide me? BTW, Private level networking knowledge only. This post has been edited by Guyver: Dec 11 2014, 09:56 AM |
|
|
Jan 5 2015, 08:46 AM
|
![]()
Junior Member
8 posts Joined: Mar 2005 From: Selangor |
Hi all, I'm using a RB751g-2hnd.
I followed rizvanrp's guide to replicate astroiptv and it worked, but I realised all my ethernet and wireless interface was being flooded with astroiptv packets. My entire network was slowed down. So I messed around with the settings. - I set my ether3 (connected to astro box) masterport to none. - Created a new bridge between ether3 and vlan823. - Created a new dhcp server, interface set to this new bridge. - And I did not need the IGMP proxy anymore, and somehow it works. Not sure why also. @_@ Haha... maybe someone can explain to me, coz im noob at networking. This post has been edited by lothrion: Jan 5 2015, 09:18 AM |
|
|
Jan 12 2015, 08:40 PM
|
|
VIP
8,788 posts Joined: Jan 2003 From: Kuala Lumpur |
Does anyone know if I can import configuration from my Mikrotik RB751G-2HnD to RB951G-2HnD directly? I am thinking of changing mine to the latest model.
|
| Change to: | 0.0245sec
0.48
6 queries
GZIP Disabled
Time is now: 26th November 2025 - 07:42 PM |