DO NOT USE! This tag is slated for deletion See this meta discussion: http://meta.superuser.com/q/8402/107240.
Questions tagged [mikrotik]
24 questions
1
vote
1 answer
Block all Outside IP addresses to NAS using Winbox/Microtik
I am not an expert on networking and firewall rules. I can use the Microtik/Winbox app to the point where I can setup basic firewall rules. I want to basically block all outside IP access to my NAS except what is in my internal network. Seems…
JPM
- 174
1
vote
1 answer
Access home network using WireGuard VPN on public VPS (point-to-site)
I don't have a public address at home. However, I would like to access the server at my home from my devices even when I'm not at home.
For this, I want to use a free-tier VPS from Oracle with a public IPv4 address, where the WireGuard server will…
1
vote
0 answers
SSH doesn't work through mikrotik
I have Mikrotik RB952Ui-5ac2nD. Everything is working fine.
But now, I found little problem.
I can not connect from LAN to any SSH in internet, but, when I'm connected without mikrotik, i havent any problem.
If I'm conecting to SSH in internet from…
Dave
- 11
1
vote
1 answer
How do I reset the default configuration on a MikroTik Chateau LTE12
This should be simple, but it's proving to be quite difficult. I recently opened a brand new MikroTik Chateau LTE12. The default configuration has pretty typical with WiFi and LTE enabled. It was installed with a beta firmware version so I upgraded…
Nilpo
- 227
1
vote
1 answer
Bandwidth Control with Queue in Mikrotik
good time
I set a bandwidth limit in Mikrotik(simple queues) for each IP, and now I need to set a general bandwidth limit for each of my networks.
My question is how to set a 10M limit for a range like 192.168.102.0/24 and a 3M limit for each user…
s.mostafa.b
- 13
1
vote
1 answer
Setup MikroTik Hap AC to work with fiber internet
I got new ISP few days ago, and it's fiber line that according to ISP I can use with my MikroTik router.
In mail I got the following (made up IP, but same pattern):
WAN block 93.83.73.68/30
ISP port: 93.83.73.69
Your port: 93.83.73.70
Subnet mask…
1
vote
1 answer
IPv6 on Android with DHCPv6-based ISP
My ISP assigns IPv6 prefixes using DHCPv6. I know Android only supports SLAAC. Is there any way I can configure my router to provide Android devices with IPv6 Internet connectivity?
mmirate
- 11
0
votes
0 answers
How to prevent client IPs from connecting to each other
can I prevent clients from connecting to each other?
only the client and server are connected
I use the PPPOE client
so only the client to the server is connected
Between PPPOE clients, access is blocked
I use mikrotik
hopefully someone can…
0
votes
1 answer
Is it possible to connect two PCs in diff networks under diff routers?
Explaining my dream scheme:
I have main Router_0, it has some own Network_0.
To Router_0 connected Router_1 and Router_2, with their own another diff networks Network_1 and Network_2, and PCs... PC_1 connected to Router_1, and PC_2 connected to…
0
votes
0 answers
Pptp port forward mikrotik
I am connected to a pptp server(mikrotik). My client is outside the local network of the mikrotik. I want to use my client to host a media server which I want to be forwarded through the mikrotik router to the internet. What do I do to make this…
0
votes
0 answers
MikroTik CRS354-48P-4S+2Q+ with RouterOS 7.10 stable - Unable to fast track connections
I'm not seeing any increase in throughput after trying to fast track connections.
A confirmation that things aren't working as they should is shown in the linked image.
Rule #0 counters aren't incremented and anything that hits rule #1 also hits…
mcnone
- 1
0
votes
1 answer
Abstracting Intranet and Internet router with third router
Intranet network:
Default gateway: 10.10.10.1
Mask: 255.255.255.128
DNS: 155.18.71.103
addresses are assigned statically. Range from 10.10.10.5 - 10.10.10.50
Internet network:
Default gateway: 192.168.1.1
mask: 255.255.255.0
DNS: 8.8.8.8
this…
0
votes
0 answers
disbale user in usermanager mikroitk
I have Mikrotik version 6 and my users are connected to usermanager and use internet. I want to disable all users in usermanager for one hour and then activate it with another script.
Mohammad
- 1
0
votes
0 answers
RouterOS v7 usermanger limitation not working as expected; goes to “unlimited” even with a limit being set
I'm using MikroTik RB2011 with RouterOS v7.
When I give 180MB data limit for a user in limitation then its going unlimited.
I am give 188743680 bytes for 180MB data but it's going unlimited.
0
votes
1 answer
Mikrotik Firewall rule to drop everything
I would like to make rules that will allow traffic only from certain mac addresses, and drop everything else. Do you have any ideas? I have tried /ip firewall filter add action=drop chain=forward But it did not work.