Community discussions

MikroTik App

Search found 29 matches

by TyBermea
Sun Dec 04, 2016 3:08 am
Forum: Beginner Basics
Topic: Setup of ntop
Replies: 1
Views: 2480

Re: Setup of ntop

Can you post a config?
by TyBermea
Sun Dec 04, 2016 2:59 am
Forum: Beginner Basics
Topic: LTE / SSL Firewall problem
Replies: 4
Views: 2273

Re: LTE / SSL Firewall problem

If only HTTPS traffic is having a problem, it could be MSS issues. Suggest you try this: (replace ether1 with your WAN interface) /ip firewall mangle add action=change-mss chain=forward new-mss=clamp-to-pmtu out-interface=ether1 \ passthrough=no protocol=tcp tcp-flags=syn tcp-mss=1453-65535 add acti...
by TyBermea
Sun Dec 04, 2016 2:56 am
Forum: Beginner Basics
Topic: New RB952Ui - No wlan interface
Replies: 11
Views: 3436

Re: New RB952Ui - No wlan interface


I'm thinking this is faulty hardware... I've got a handful of these at work that have been sitting around, so I'm going to see if those work better.
Sounds like a good idea to me.
by TyBermea
Sun Dec 04, 2016 2:53 am
Forum: Beginner Basics
Topic: blocked nano m2
Replies: 4
Views: 1056

Re: blocked nano m2

Can you post a config? We would need more info to help.
by TyBermea
Sun Dec 04, 2016 2:50 am
Forum: Beginner Basics
Topic: 4G USB + WiFi Hotspot
Replies: 4
Views: 1936

Re: 4G USB + WiFi Hotspot

Ports you can find in 'system', 'ports'. If there's a usb assigned one I reckon it would be there. Not sure about the other parts, however I'm pretty certain LTE isn't supported in the current mikrotik version (although I believe it should be in version 7?) LTE has been supported for years. The pro...
by TyBermea
Sun Dec 04, 2016 2:47 am
Forum: Beginner Basics
Topic: Unable to reset router
Replies: 3
Views: 1106

Re: Unable to reset router

Looks like you may have a hardware problem?
by TyBermea
Sun Dec 04, 2016 2:43 am
Forum: Beginner Basics
Topic: Router cannot get IP Address
Replies: 3
Views: 3410

Re: Router cannot get IP Address

I've had this problem in the past and I had to change the mac address on the interface of my Mikrotik connected to the cable modem.
/interface ethernet set ether1 mac-address=xxx
Change the mac, restart the modem and make sure you have DHCP client set to the correct interface.
by TyBermea
Fri Dec 02, 2016 5:40 am
Forum: Beginner Basics
Topic: Port forwarding
Replies: 3
Views: 1547

Re: Port forwarding

Try using 1:1 NAT. It allows all ports to flow in both directions.
/ip firewall nat add chain=dstnat dst-address=11.11.11.1 action=dst-nat to-addresses=192.168.2.1

/ip firewall nat add chain=srcnat src-address=192.168.2.1 action=src-nat to-addresses=11.11.11.1
by TyBermea
Fri Dec 02, 2016 5:37 am
Forum: Beginner Basics
Topic: MicroTik RB951G-2HnD port forwarding
Replies: 5
Views: 2392

Re: MicroTik RB951G-2HnD port forwarding

Remove this rule add action=drop chain=input comment="defconf: drop all from WAN" \ in-interface=ether1 ...it is dropping traffic before DST NAT can be applied. Notice that this rule add action=drop chain=forward comment=\ "defconf: drop all from WAN not DSTNATed" connection-nat-...
by TyBermea
Fri Dec 02, 2016 4:59 am
Forum: Beginner Basics
Topic: Log Nat translations
Replies: 1
Views: 1964

Re: Log Nat translations

You could try this (or some netflow alternative).
/system logging action
add name=syslog remote=1.2.3.4 target=remote

/system logging
add action=syslog topics=firewall
add action=syslog topics=dhcp

/ip firewall nat
add action=log chain=srcnat
add action=log chain=dstnat
by TyBermea
Fri Dec 02, 2016 4:41 am
Forum: Beginner Basics
Topic: port forwarding
Replies: 17
Views: 3963

Re: port forwarding

Here is an example of destination NAT (port forwarding): /ip firewall nat add action=dst-nat chain=dstnat comment="Unifi Video" dst-port=7443,7446 protocol=tcp to-addresses=10.11.43.4 add action=dst-nat chain=dstnat comment="RDP" dst-port=3389 protocol=tcp to-addresses=10.11.43.2...
by TyBermea
Fri Dec 02, 2016 4:38 am
Forum: Beginner Basics
Topic: Router Security
Replies: 2
Views: 1323

Re: Router Security

Rules are processed in order. You'll need to add action allow rules for each service above the drop rule. /ip firewall filter add action=accept chain=input comment="accept established,related" connection-state=established,related add action=accept chain=input comment=SSTP dst-port=443 prot...
by TyBermea
Wed Jun 01, 2016 7:09 pm
Forum: Beginner Basics
Topic: mikrotik setup for patton isdn
Replies: 3
Views: 1075

Re: mikrotik setup for patton isdn

It sounds like what they were telling you is that you need to create a bridge called WAN. And then connect the interfaces to that bridge (sfp1 and ether1). You will need to set your DHCP client or static IP address to the WAN bridge instead of a specific interface. Also your src nat masq. rule will ...
by TyBermea
Wed Jun 01, 2016 7:01 pm
Forum: Beginner Basics
Topic: PPTP VPN Port Forwarding
Replies: 1
Views: 1082

Re: PPTP VPN Port Forwarding

So are you wanting all utorrent traffic to go through the VPN and not out to your ISP? Post your config for help.
by TyBermea
Wed Jun 01, 2016 6:54 pm
Forum: Beginner Basics
Topic: [solved] How to connect two switch groups. Cable vs Software Bridge RB2011iL
Replies: 11
Views: 4227

Re: How to connect two switch groups. Cable vs Software Bridge RB2011iL

You could add the vlans to the master interface and slave the other interfaces to it or you could have each port with no master and create a vlan on each interface and then bridge them together individually. First method is probably better because it uses hardware. I haven't tried this so curious to...
by TyBermea
Wed Jun 01, 2016 5:45 pm
Forum: Beginner Basics
Topic: Please help 2 LAN with 1 AP with mikrotik not working
Replies: 1
Views: 775

Re: Please help 2 LAN with 1 AP with mikrotik not working

I have used vlan tagging with Unifi to accomplish a similar goal. Each vlan will be a separate broadcast domain and you can then use ip firewall filter rules in the forward chain to drop traffic between the vlans. Remove the bridges and associated filter rules Set up vlans on the appropriate etherne...
by TyBermea
Wed Jun 01, 2016 5:35 pm
Forum: Beginner Basics
Topic: Can't open webpages
Replies: 5
Views: 2080

Re: Can't open webpages

I would have to look at your config, but the problem may not be the router. Some malware can cause problems like that.
by TyBermea
Wed Jun 01, 2016 5:33 pm
Forum: Beginner Basics
Topic: Forbid / block SNMP
Replies: 4
Views: 1550

Re: Forbid / block SNMP

Can you be more specific about what you are trying to accomplish? Your screenshot indicates service is disabled and you have drop rules in three filter chains...?
by TyBermea
Wed Jun 01, 2016 5:25 pm
Forum: Beginner Basics
Topic: 2 ports for WAN and the rest can be LAN and wifi
Replies: 1
Views: 717

Re: 2 ports for WAN and the rest can be LAN and wifi

I would have to look at your config, but did you change interface 5 so that it is not using interface 2 as it's master port? When you add interfaces to a bridge, you should adjust the related IP addresses to the bridge, and that also applies to src nat masq. out interface too.
by TyBermea
Wed Jun 01, 2016 5:12 pm
Forum: Beginner Basics
Topic: [solved] How to connect two switch groups. Cable vs Software Bridge RB2011iL
Replies: 11
Views: 4227

Re: How to connect two switch groups. Cable vs Software Bridge RB2011iL

It's somewhat confusing to me what your are trying to accomplish. I suggest posting a network diagram and device configs to get help.
by TyBermea
Wed Jun 01, 2016 5:01 pm
Forum: Beginner Basics
Topic: NAT rules
Replies: 2
Views: 738

Re: NAT rules

Post your config and I may be able to help.
by TyBermea
Sat Nov 07, 2015 10:49 pm
Forum: General
Topic: PORT FORWARDING TO INNER NETWORK
Replies: 2
Views: 1589

PORT FORWARDING TO INNER NETWORK

1:1 Nat may be easier for you
by TyBermea
Sat Nov 07, 2015 10:47 pm
Forum: Beginner Basics
Topic: L2TP VPN - need help
Replies: 3
Views: 1012

Re: L2TP VPN - need help

Sounds like you need to set your phone to use the default gateway on your home network. PPTP clients typically do this by default.
by TyBermea
Sat Nov 07, 2015 10:44 pm
Forum: Beginner Basics
Topic: L2TP VPN - need help
Replies: 3
Views: 1012

L2TP VPN - need help

Sounds like you need to use the default gateway on your home network (PPTP typically does this by default).