Welcome Guest ( Log In | Register )

175 Pages « < 44 45 46 47 48 > » Bottom

Outline · [ Standard ] · Linear+

Enterprise Networking Mikrotik Routers (RouterBoard & RouterOS), User and owner discussion group

views
     
SupremeSS
post Sep 3 2014, 07:42 PM

Casual
***
Junior Member
461 posts

Joined: Apr 2010
From: Klang



QUOTE(ldragon @ Sep 3 2014, 07:40 PM)
QoS / Mangle rules are the same
*
But dota 2 fall under which queue list?
ldragon
post Sep 3 2014, 07:45 PM

Regular
******
Senior Member
1,026 posts

Joined: Jan 2003
From: Kuala Lumpur, Malaysia
QUOTE(SupremeSS @ Sep 3 2014, 07:42 PM)
But dota 2 fall under which queue list?
*
QoS Using Simple Queue, put under QoS 1
JinXXX
post Sep 30 2014, 11:08 PM

Look at all my stars!!
*******
Senior Member
2,516 posts

Joined: Feb 2007
From: Uarla Umpur



QUOTE(ldragon @ Sep 3 2014, 07:40 PM)
QoS / Mangle rules are the same

example , my mikrotik

[attachmentid=4119793]
*
wow... rb1100ah ? cool

on an unrelated note.. best router replacement ever... problem free for longest uptime

i've ever experience..
» Click to show Spoiler - click again to hide... «

hersa_wex
post Oct 2 2014, 12:48 PM

Anim3 [F]r3ak
******
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.
asellus
post Oct 2 2014, 06:20 PM

#gompusas
Group Icon
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.
hersa_wex
post Oct 3 2014, 10:24 AM

Anim3 [F]r3ak
******
Senior Member
1,708 posts

Joined: Jan 2003
From: Penang

QUOTE(asellus @ Oct 2 2014, 06:20 PM)
Master port and its slave ports turned those group of ports into an unmanaged switch.
*
Thanks for you info. rclxms.gif




This post has been edited by hersa_wex: Oct 8 2014, 01:23 PM
hersa_wex
post Oct 8 2014, 01:24 PM

Anim3 [F]r3ak
******
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

soonwai
post Oct 10 2014, 02:25 AM


********
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.
brian12988
post Oct 30 2014, 09:21 AM

Regular
******
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..
jex-koi
post Nov 1 2014, 01:42 AM

Getting Started
**
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
MX510
post Nov 1 2014, 06:06 AM

Love Me Sin Hate Me Sinner
*******
Senior Member
4,038 posts

Joined: Aug 2005
From: Earth



QUOTE(brian12988 @ Oct 30 2014, 09:21 AM)
guys, just wanna check any ideas where I can get the mAP 2n model??

seems landasan will take 2 months to get it..
*
PM me i can get it as fast as 2 weeks if no ready stock available


wKkaY
post Nov 3 2014, 10:24 PM

misutā supākoru
Group Icon
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.
rizvanrp
post Nov 5 2014, 01:10 AM

Getting Started
Group Icon
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/

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.
*
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.

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 tongue.gif

This post has been edited by rizvanrp: Nov 5 2014, 01:12 AM
jex-koi
post Nov 13 2014, 12:05 PM

Getting Started
**
Junior Member
273 posts

Joined: Feb 2007
@Rizvanrp

Do you know how to configure such a configuration in my diagram above ?

Thanks


wcypierre
post Nov 22 2014, 08:12 PM

Newbie Programmer
Group Icon
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?
rizvanrp
post Nov 23 2014, 04:40 PM

Getting Started
Group Icon
Elite
195 posts

Joined: Sep 2006



QUOTE(wcypierre @ Nov 22 2014, 08:12 PM)
rizvanrp or anyone else, how does the RB951Ui-2HnD fare as compared to DIR-615 in terms of wireless signal?
*
1000mW on the RB951Ui-2HnD vs 150mW~ on the DIR-615
rioven
post Dec 1 2014, 04:31 PM

Enthusiast
*****
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? hmm.gif
Guyver
post Dec 11 2014, 09:53 AM

I'm a Gundam & Mecha Freak~!!!!
*****
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. blush.gif blush.gif

This post has been edited by Guyver: Dec 11 2014, 09:56 AM
lothrion
post Jan 5 2015, 08:46 AM

New Member
*
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
clawhammer
post Jan 12 2015, 08:40 PM

///M
Group Icon
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.

175 Pages « < 44 45 46 47 48 > » Top
 

Change to:
| Lo-Fi Version
0.0245sec    0.48    6 queries    GZIP Disabled
Time is now: 26th November 2025 - 07:42 PM