Community discussions

MikroTik App

Search found 426 matches

  • 1
  • 2
by wiseroute
Mon Dec 30, 2024 5:13 pm
Forum: General
Topic: DNS and connectivity issues
Replies: 14
Views: 3027

Re: DNS and connectivity issues

I have 3 VLANs that I want to connect to the internet, VL600 (Management) VL630 (LAN) VL710 (IOT). So far VL630 works some of the time. the other two appear to be connected (as shown by the system tray icon on the end user device) but go nowhere. Ping doesn't work. I can get to the gateway but not ...
by wiseroute
Sun Dec 29, 2024 11:23 am
Forum: General
Topic: [HELP] Allow packets from another LAN
Replies: 3
Views: 1947

Re: [HELP] Allow packets from another LAN

hello mattie, I don't think so since the NVR doesn't provide any access for routing tables etc. if your nvr has wan port - it should have a default routing table to 0/0. traceroute to 192.168.254.2 (192.168.254.2), 64 hops max, 40 byte packets 1 router.lan (192.168.88.1) 7.820 ms 2.997 ms 2.780 ms 2...
by wiseroute
Thu Dec 12, 2024 5:15 am
Forum: General
Topic: PPPoe (Telekom) connected but unable to ping any internet adress
Replies: 13
Views: 2138

Re: PPPoe (Telekom) connected but unable to ping any internet adress

now there's only pppoe left in interface-list wan --> no change at all, ping fails/traceroute gets stuck on router 1. ping your gateway ip (and 1.1.1.1 or 8.8.8.8) from the router with src addr of your pppoe ip. if succeed then, 2. ping your gateway ip (and 1.1.1.1 or 8.8.8.8) from the router with ...
by wiseroute
Thu Dec 12, 2024 2:50 am
Forum: General
Topic: PPPoe (Telekom) connected but unable to ping any internet adress
Replies: 13
Views: 2138

Re: PPPoe (Telekom) connected but unable to ping any internet adress

ok... now try to disable that hairpin
0 ;;; hairpin nat
chain=srcnat action=masquerade src-address=192.168.177.0/24 dst-address=192.168.177.0/24 log=no log-prefix=""
by wiseroute
Wed Dec 11, 2024 7:07 pm
Forum: General
Topic: PPPoe (Telekom) connected but unable to ping any internet adress
Replies: 13
Views: 2138

Re: PPPoe (Telekom) connected but unable to ping any internet adress

Adding eth1, pppoe and vlan7
ok. now... exclude eth1 and vlan 7 from address -list wan.
by wiseroute
Wed Dec 11, 2024 2:34 pm
Forum: General
Topic: PPPoe (Telekom) connected but unable to ping any internet adress
Replies: 13
Views: 2138

Re: PPPoe (Telekom) connected but unable to ping any internet adress

chain=input action=drop in-interface-list=!LAN log=no log-prefix="!LAN" that part - try to change its action=accept. if it's working - then you need to track down how to secure that !lan 2 D 79.224.52.103/32 62.155.242.73 pppoe-t-vdsl and that pppoe was inside vlan 7. you don't have ip ad...
by wiseroute
Wed Dec 11, 2024 1:17 pm
Forum: General
Topic: PPPoe (Telekom) connected but unable to ping any internet adress
Replies: 13
Views: 2138

Re: PPPoe (Telekom) connected but unable to ping any internet adress

ok. let us continue with

ip firewall filter print details
ip firewall nat print details
ip addresses print details
ip route print details

please put those in separate code tag. it's better to see those output first rather than the config.
by wiseroute
Wed Dec 11, 2024 9:41 am
Forum: General
Topic: PPPoe (Telekom) connected but unable to ping any internet adress
Replies: 13
Views: 2138

Re: PPPoe (Telekom) connected but unable to ping any internet adress

hello,

let us try some simple step first,
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
try to include your pppoe and vlan 7 interface to list=wan.

hth.
by wiseroute
Tue Dec 10, 2024 7:17 pm
Forum: General
Topic: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)
Replies: 12
Views: 2775

Re: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)

Personally, I've been a fan of some formalized "template" configuration that can be pushed from Dude, which should solve "VRRP config sync". @ammo, what if we just follow the wiki on a topic - let us say vrrp topic - its step by step manual already there - hence those are templa...
by wiseroute
Tue Dec 10, 2024 3:13 pm
Forum: General
Topic: RouterOS cannot reach internet after PCC load balance two wan connection
Replies: 22
Views: 2607

Re: RouterOS cannot reach internet after PCC load balance two wan connection

@trextom,
and port forwarding is not working.

update: fixed with the help of this thread. viewtopic.php?f=2&t=49581
great πŸ‘πŸ»πŸ˜ƒ

but - no offense - which part of your problems has been fixed? pcc? fasttrack? port forwarding?
by wiseroute
Tue Dec 10, 2024 3:00 pm
Forum: General
Topic: New option forward-reserved-addresses is not working within a VLAN? - Resolved
Replies: 9
Views: 1929

Re: New option forward-reserved-addresses is not working within a VLAN?

What should I do? Roll back to ROS 7.15.3?
it's definitely your call πŸ‘πŸ»

next time - if i were you, i will definitely test drive first before live in production.

if it is really important for you - try to reach the mt support. good luck πŸ‘πŸ»
by wiseroute
Tue Dec 10, 2024 2:41 pm
Forum: General
Topic: VLAN Experts' help needed
Replies: 14
Views: 2629

Re: VLAN Experts' help needed

@sk The diagram is correct and it works. I just need to separate the traffic on those eth ports from the rest of the network, like it is on the ISP router otherwise it bogs down the multicast traffic. I assume the best way to do this is a VLAN? ok. let's break it down nice and slowly. you said curre...
by wiseroute
Tue Dec 10, 2024 12:52 pm
Forum: General
Topic: VLAN Experts' help needed
Replies: 14
Views: 2629

Re: VLAN Experts' help needed

@sk aaa... I'm sorry i just realized that right part should go via internet. No need to fuss with two ports towards ISP router. As long as both ends properly deal with VLANs, your LAN devices (which are not supposed to see IPTV network) won't see that traffic. there you go... @mkx provided you with ...
by wiseroute
Tue Dec 10, 2024 12:26 pm
Forum: General
Topic: New option forward-reserved-addresses is not working within a VLAN? - Resolved
Replies: 9
Views: 1929

Re: New option forward-reserved-addresses not working in VLAN

hello, I'm sorry I don't quite understand this part use the CRS-317 switch as a transparent bridge. Spanning tree is set to "none," and one of my clients, through this switch, uses their own RSTP in a dedicated VLAN for redundancy. did you mean your client set their own vlan - and you let ...
by wiseroute
Tue Dec 10, 2024 12:11 pm
Forum: General
Topic: VLAN Experts' help needed
Replies: 14
Views: 2629

Re: VLAN Experts' help needed

@sk hmm... aaa... you want to relay the iptv from isp1 to isp2? isp1/iptv eoip ---> router1 --- eoip/wg --- router2 eoip ---> isp2/iptv ?? it's doable - but I don't know what will the quality be as it will travel via encrypted Tunnel. and first, let us not discuss about firewall. there are options -...
by wiseroute
Tue Dec 10, 2024 11:00 am
Forum: General
Topic: Wireguard not connected with Multiple WAN
Replies: 6
Views: 1649

Re: Wireguard not connected with Multiple WAN

@alpha, Handshake is not visible in Winbox, but there is sometimes RX and TX traffic. the simplest way is just to look at the state of your wg interface whether is up or down - at your winbox The customer (Android) indicates that the connection is established, but impossible to have access to the WA...
by wiseroute
Tue Dec 10, 2024 10:35 am
Forum: General
Topic: RouterOS cannot reach internet after PCC load balance two wan connection
Replies: 22
Views: 2607

Re: RouterOS cannot reach internet after PCC load balance two wan connection

make it @sindy 2 - @internet 0 πŸ‘πŸ»

and a cup of coffee β˜• for @sindy as well 😊

@trextom, have a read

viewtopic.php?t=142401

@mkx and beloved mt members have solid discussion about pcc and fasttrackπŸ‘πŸ»
by wiseroute
Tue Dec 10, 2024 3:46 am
Forum: General
Topic: Request: Take OSPF state changes out of 'debug' log category
Replies: 9
Views: 4879

Re: Request: Take OSPF state changes out of 'debug' log category

@millenium7, super πŸ‘πŸ» however occasionally for some reason the script just keeps on firing and reporting an 'up' status, even though no change in neighbors at all diagnosis, 1. if the neighbors they were really in down state without any notice - then your part of the script is in correct behavior. 2...
by wiseroute
Tue Dec 10, 2024 2:50 am
Forum: General
Topic: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)
Replies: 12
Views: 2775

Re: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)

@ammo, Agree, in concept... But the problem is often "sync everything, except..." - with except part making it tricky. sounds like a developer having a tough project because the customer keeps changing his mind?? πŸ˜… well... remembered the old days we used to do copy paste configs just with ...
by wiseroute
Tue Dec 10, 2024 2:37 am
Forum: General
Topic: VLAN Experts' help needed
Replies: 14
Views: 2629

Re: VLAN Experts' help needed

hello,

I'm sorry we can't see your diagram in detail. it's too small and blurry.

so... the bottom line is you want to have a setup similar to voice vlan? from 4011 to 5009 using eoip over wireguard?
by wiseroute
Mon Dec 09, 2024 2:42 pm
Forum: General
Topic: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)
Replies: 12
Views: 2775

Re: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)

maybe you can start with these https://mum.mikrotik.com/presentations/MX19/presentation_6911_1555072199.pdf https://docs.ansible.com/ansible/latest/network/user_guide/platform_routeros.html https://yetiops.net/posts/ansible-for-networking-part-6-mikrotik-routeros/#vlans-ip-addressing-and-autonomous-...
by wiseroute
Mon Dec 09, 2024 12:16 pm
Forum: General
Topic: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)
Replies: 12
Views: 2775

Re: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)

I'm afraid synchronization can't be done between 2 vrrp routers - or at least that won't be easy. though it's possible. those 2 routers config mirrors each other. although the required parameters are exactly the same, but not for their value. ie. ip addresses, master-slave value, gateways etc. but i...
by wiseroute
Sun Dec 08, 2024 5:07 pm
Forum: General
Topic: MLAG hopelessly broken?
Replies: 54
Views: 21135

Re: MLAG hopelessly broken?

@satbox, wonderful lab πŸ‘πŸ» In my test, when one of the MLAG primary peers (SW2 or SW4) is restarted, connectivity between SW1 and SW6 is restored in about 13 seconds. this 13 second could be caused by what stp (or port - if any) mode you are using. Conversely, when one of the MLAG secondary peers (SW...
by wiseroute
Sun Dec 08, 2024 4:49 pm
Forum: General
Topic: Help/guidance on homelab network design
Replies: 4
Views: 1322

Re: Help/guidance on homelab network design

hello, your home lab diagram looks good πŸ‘πŸ» The way I've been using VLAN's so far is that they would be tagged to the ports in the Bridge to allow inter-VLAN routing: yes. that's correct. also there are many ways in doing vlan setup in mikrotik which you can tweak to your requirements. mt wiki. as fo...
by wiseroute
Sun Dec 08, 2024 4:35 pm
Forum: General
Topic: QoS: worse throughput when the latency increases [SOLVED]
Replies: 6
Views: 2144

Re: QoS: worse throughput when the latency increases [SOLVED]

it's nice to hear you have solved your qos problem. great πŸ‘πŸ»

no offense, but I hardly see the relationship between your original question description and your solution?

tcp window size? smaller size to bigger one makes latency smaller. great πŸ‘πŸ»πŸ˜ƒ and what happened to that ether1 port?
by wiseroute
Sun Dec 08, 2024 2:54 pm
Forum: General
Topic: QoS: worse throughput when the latency increases [SOLVED]
Replies: 6
Views: 2144

Re: QoS: worse throughput when the latency increases [SOLVED]

the uplink sees a significant reduction on speed, when using QoS. EVEN if the speed limit is bigger than the link speed. I'm sorry, can you be more specific about that qos type you have implemented? wred? have you classify your traffic? you said uplink. did you mean you shaped the outgoing to inter...
by wiseroute
Sun Dec 08, 2024 6:39 am
Forum: General
Topic: WireGuard Peer Handshake Established but No Traffic Passing
Replies: 3
Views: 1114

Re: WireGuard Peer Handshake Established but No Traffic Passing

@hamed,
Checked WireGuard logs for both the router and the Omid client.

Pinged the Omid IP address (192.168.10.101) from the router but received no response.
and what did those log and ping results say?
by wiseroute
Sun Dec 08, 2024 6:33 am
Forum: General
Topic: Access web server trough WireGuard Site2Site setup
Replies: 5
Views: 1369

Re: Access web server trough WireGuard Site2Site setup

@edepalos, So, right now: - I have my tunnel up and running; - I can ping from my machine the anything in my office LAN (PC and hAP ax3); - I can ping from any office PC the field LAN (machine and SXT LTE6); - I can access my office PC's web server from WAN by port forwarding it accordingly (XXXXXX....
by wiseroute
Sun Dec 08, 2024 6:06 am
Forum: General
Topic: QoS: worse throughput when the latency increases [SOLVED]
Replies: 6
Views: 2144

Re: QoS: worse throughput when the latency increases [SOLVED]

@patemot, any rate-limit will always produce latency. we just need to adapt or to fine tune it to an acceptable rate. latency could happen anywhere along the path. Now the weird part: The degradation ONLY happens if the eth1 is running at 2,5Gbps. If I set it to 1Gbps the problem goes away. have you...
by wiseroute
Sun Dec 08, 2024 5:50 am
Forum: General
Topic: Getting crazy adding the adlist [SOLVED]
Replies: 3
Views: 1934

Re: Getting crazy adding the adlist [SOLVED]

hello,
/ip firewall nat
add action=masquerade chain=srcnat
that masquerade option needs output interface parameters (ie. wan internet). otherwise any communication won't work correctly.
by wiseroute
Sat Dec 07, 2024 8:14 pm
Forum: General
Topic: Public IP High Availability
Replies: 7
Views: 1886

Re: Public IP High Availability

@jack, What i need help with is we want to make these IP addresses resilient across multiple totally separate third party connections. We have a main supplier on each IP which currently is supplying us an L2TP tunnel type connection for this IP address on each firewall however I want to make this mo...
by wiseroute
Sat Nov 30, 2024 7:39 am
Forum: General
Topic: RouterOS blatantly ignores pref-src. Can this really be a bug?
Replies: 39
Views: 4823

Re: RouterOS blatantly ignores pref-src. Can this really be a bug?

@lurker, i will assume that you probably meant to write: iptables - t nat -a output -s 177 -o wan1 - j snat -to 210 no no.. it is literally -s 210 -o wan1 -j snat -to 210 ok. let us try to break down @divb first scenario: - vlan bridge/loopback/wireguard listen ip 210 - wan1 ip 177 no nat. full rout...
by wiseroute
Fri Nov 29, 2024 5:05 pm
Forum: General
Topic: RouterOS blatantly ignores pref-src. Can this really be a bug?
Replies: 39
Views: 4823

Re: RouterOS blatantly ignores pref-src. Can this really be a bug?

@lurker, ok. let us go back to the first problematic ip from the @op - which is 210. and not 177. how about if we use this output nat just to force the output ip using 210 - because the @op said he doesn't have any problem reaching that ip 210 from the internet (full routing)?? iptables - t nat -a o...
by wiseroute
Fri Nov 29, 2024 4:54 pm
Forum: General
Topic: Wireguard routing
Replies: 20
Views: 2867

Re: Wireguard routing

hello, - Connect two sites via a site to site tunnel - On every site I should be able to connect with clients (smartphones, laptops) from anywhere in the world - Beeing able to route traffic from one client through the site to site tunnel to use the public ip address from the other site. the first p...
by wiseroute
Thu Nov 28, 2024 9:39 am
Forum: General
Topic: RouterOS blatantly ignores pref-src. Can this really be a bug?
Replies: 39
Views: 4823

Re: RouterOS blatantly ignores pref-src. Can this really be a bug?

@cgg, It doesn't matter which of the router's addresses the external user used as endpoint address for the WG connection. well, if @op would listen to put wg to listen on interface address 177 (which is persistent in terms of path) - then he won't have this headache resolving pref-src or nat or spoo...
by wiseroute
Thu Nov 28, 2024 6:38 am
Forum: General
Topic: RouterOS blatantly ignores pref-src. Can this really be a bug?
Replies: 39
Views: 4823

Re: RouterOS blatantly ignores pref-src. Can this really be a bug?

@cgg, First create an address on the lo interface, let's say 10.20.30.40/32 in case you didn't notice - that 210 is the bridge/loopback address which the wg listen to. the exact same thing as you have proposed. the @op scenario and problem was full routing on 2 wan interfaces and the wg bridge (he e...
by wiseroute
Thu Nov 28, 2024 5:54 am
Forum: General
Topic: Any advice for further debugging handshaking failed on wireguard roadwarrior setup?
Replies: 13
Views: 2408

Re: Any advice for further debugging handshaking failed on wireguard roadwarrior setup?

@divb, I assume it's a bug (or at least very bad implementation) of wireguard that does not set source address properly when generating local packets. ok. let us find out... you have 3 interfaces in the router. 2 wan and 1 loopback (wg ip). now... from those 3 interfaces - 210, 253, 177 which ip did...
by wiseroute
Tue Nov 26, 2024 6:20 pm
Forum: General
Topic: VPN Type / PC with x Users
Replies: 17
Views: 1520

Re: VPN Type / PC with x Users

@akarpas, quite agree with you that native windows VPN app is very limited but as well as Mikrotik has some limitations to achieve this scenario. well, i think mt has implemented plenty of current vpn solutions standards. as well as ms windows. for a start, tell us about your road warrior operating ...
by wiseroute
Tue Nov 26, 2024 5:53 pm
Forum: General
Topic: VPN Type / PC with x Users
Replies: 17
Views: 1520

Re: VPN Type / PC with x Users

@anav, the question becomes. Can the wireguard application be separate for each user on a PC. if yes, this is super simple according to these.. https://www.wireguard.com/quickstart/ https://www.wireguard.com/xplatform/ any wg Initiator should read from local wg.conf - so wg seemed able to differenti...
by wiseroute
Tue Nov 26, 2024 3:42 pm
Forum: General
Topic: VPN Type / PC with x Users
Replies: 17
Views: 1520

Re: VPN Type / PC with x Users

hello, PC on site B has multiple users. yes. a single computer can be used by many users. but mostly only 1 user can control security devices - which is admin/root. for user space vpn - you might read OpenVPN on the wiki page. but... your problem is on your road warrior computer - not on mikrotik de...
by wiseroute
Tue Nov 26, 2024 3:20 pm
Forum: General
Topic: WAN interface Passes more data than the LAN interface
Replies: 13
Views: 1536

Re: WAN interface Passes more data than the LAN interface

@mian, have found what caused the drop in low data between WAN and LAN. I had 100 Simple Queues when I disabled it, It sorted out everything. All data on WAN and LAN is now the same. what do I need to do in Queues which pass equal data between LAN & WAN I don't know what's wrong with Queues asid...
by wiseroute
Tue Nov 26, 2024 12:29 pm
Forum: General
Topic: Doubt regarding network configuration with VLAN in AP
Replies: 8
Views: 1528

Re: Doubt regarding network configuration with VLAN in AP

@mkx, can we route something without knowing where to go for the frame? and vice versa - can we forward a frame if there is different ip sa-da without router? so, i guess basic functionality only limited by which part of the osi or tcp/ip stack we want a device operates. as for the hex and css, haha...
by wiseroute
Tue Nov 26, 2024 7:28 am
Forum: General
Topic: Any advice for further debugging handshaking failed on wireguard roadwarrior setup?
Replies: 13
Views: 2408

Re: Any advice for further debugging handshaking failed on wireguard roadwarrior setup?

@divb, "try having lamp stack with ssl, or build ipsec using your scenario - and see what happens." Works flawlessly I don't know how you made your scenario work for it - but if you did, probably the whole world won't need for complex load balancers and proxies. just to keep persistent ses...
by wiseroute
Tue Nov 26, 2024 6:40 am
Forum: General
Topic: Doubt regarding network configuration with VLAN in AP
Replies: 8
Views: 1528

Re: Doubt regarding network configuration with VLAN in AP

@dwosky I've checked and Mikrotik has the hEX PoE router that seems to have the PoE+, but I don't know if I'm able to configure it like a switch, so its able to also see the devices connected to the first router as well as internet access. Will this work or should I get a switch instead? Any other s...
by wiseroute
Tue Nov 26, 2024 6:25 am
Forum: General
Topic: Radius and DHCP
Replies: 7
Views: 2324

Re: Radius and DHCP

+1 with @ldb @jvanham Would something like this work, such that the client routers could obtain an IP address from the Radius server? radius (nas server) only handles AAA (users and password, mac addresses etc - as defined in attributes) requested by routers (nas clients) . it needs to work with dhc...
by wiseroute
Tue Nov 26, 2024 6:13 am
Forum: General
Topic: CRS310 and issues with different speed/ports
Replies: 6
Views: 1252

Re: CRS310 and issues with different speed/ports

@maggiore, A single bridge with all the ports on it. Uplink port 10G all the ports to servers with 2.5G (each server has 2x2.5) I have tried configuring the bond to LACP, I am not able to saturate the uplink. There is an evident buffer issue. I'm sorry I don't quite understand your question. i mean:...
by wiseroute
Mon Nov 25, 2024 1:25 pm
Forum: General
Topic: Wildcard in tool/sniffer/set filter-mac-address=?
Replies: 12
Views: 2062

Re: Wildcard in tool/sniffer/set filter-mac-address=?

move the electronic device outside the conditioned space, again leaving just the probe in the tested environment? that is what i have did. the controller itself doing fine - the only thing is that the probe sensor are broken because of wet and humid. so the whole device is unusable. did recalibrati...
by wiseroute
Mon Nov 25, 2024 8:14 am
Forum: General
Topic: Wildcard in tool/sniffer/set filter-mac-address=?
Replies: 12
Views: 2062

Re: Wildcard in tool/sniffer/set filter-mac-address=?

How humid does a mushroom environment get? I use TH316 and humidity rises quite high and haven't had a problem. well, theoretically it supposed to be around 80 to 85 rh. but that doesn't work for my mushrooms - with the results of the mushrooms being too wet. so i kept it around 65 to 75 rh. our ch...
by wiseroute
Mon Nov 25, 2024 5:18 am
Forum: General
Topic: Wildcard in tool/sniffer/set filter-mac-address=?
Replies: 12
Views: 2062

Re: Wildcard in tool/sniffer/set filter-mac-address=?

@josephny, Thank you for the familiarity with my environment! well, i have used to put few sensors for my mushrooms production growing chamber (to power on automatic misting devices). but not so much luck as the sensors kept broken all the time by humidity and water vapor. the co2 sensor is the most...
by wiseroute
Mon Nov 25, 2024 5:02 am
Forum: General
Topic: Any advice for further debugging handshaking failed on wireguard roadwarrior setup?
Replies: 13
Views: 2408

Re: Any advice for further debugging handshaking failed on wireguard roadwarrior setup?

@rplant If I disable uplink 192.0.2.253/31, everything works as expected and I can establish a successful connection via an iPhone (and ping through the tunnel). However, if both uplinks are up, I get the handshake failed on the iPhone client. The package comes in via 192.0.2.249 interface, and, acc...
by wiseroute
Sun Nov 24, 2024 6:08 pm
Forum: General
Topic: Blocking Video and Music Downloads on MikroTik
Replies: 4
Views: 1065

Re: Blocking Video and Music Downloads on MikroTik

Despite trying various configurations, I have not been able to achieve the desired result. as holvoetn and potemot suggested, to lower down their bandwidth πŸ‘πŸ» while vpn or doh can be drop. a web proxy and safe dns can be useful as well in addition to your l7 filters. if your l7 filter didn't work, ...
by wiseroute
Sun Nov 24, 2024 5:55 pm
Forum: General
Topic: Wildcard in tool/sniffer/set filter-mac-address=?
Replies: 12
Views: 2062

Re: Wildcard in tool/sniffer/set filter-mac-address=?

@josephny, wifi with its all good and downside (noises, los, weather, winds).. loosing signals is probably common, but having to power cycle the device is another thing. are these ecobee thermostat for the greenhouse? while you're looking for something in their data communication - if they are jammi...
by wiseroute
Sun Nov 24, 2024 5:06 pm
Forum: General
Topic: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?
Replies: 18
Views: 5792

Re: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?

rextended, My edge firewall work not on bogons, but only on allocated. well, aside from the real bogons - any legitimate ipv6 network leakage can be considered as bogons as well. but, i like this one - creating a sandbox this is a simple and very powerful one πŸ‘πŸ» Drop on output everything except my I...
by wiseroute
Sun Nov 24, 2024 4:44 pm
Forum: General
Topic: Minimum requirement to be a official Mikrotik consultant
Replies: 14
Views: 1582

Re: Minimum requirement to be a official Mikrotik consultant


So where is all the help when needed by certified Users then ??
as the marketing said:
the forum is community edition version of help,
the consultant is subscription edition version for certified users πŸ˜…
by wiseroute
Sat Nov 23, 2024 5:25 pm
Forum: General
Topic: Wireguard routing
Replies: 20
Views: 2867

Re: Wireguard routing

hello, no problem. we're all happy to help πŸ‘πŸ» so to make things clear, site a, 33.0/24, internet site b, 88.0/24, internet-client When on site a the force site B routing rule is enabled 192.168.88.231 is able to retrieve responses from 192.168.33.0/24 but not from the public internet. yup - that is ...
by wiseroute
Sat Nov 23, 2024 3:25 pm
Forum: General
Topic: Wireguard routing
Replies: 20
Views: 2867

Re: Wireguard routing

1 router.local.lan (192.168.88.1) 0.125 ms 0.084 ms 0.110 ms 2 router.local.lan (192.168.88.1) 0.140 ms !H 0.118 ms !H 0.121 ms !H that showed correct behavior for the ip rule to flow through the tunnel, except that either: 1. you don't have gateway installed for the tunnel (to remote router). 2. y...
by wiseroute
Fri Nov 22, 2024 8:22 pm
Forum: General
Topic: Wireguard routing
Replies: 20
Views: 2867

Re: Wireguard routing

hello πŸ‘‹πŸ» How could I debug what's going wrong? how about : 1. check default route on the computer and the router. there should be 2 default route entries. make your tunnel gateway route have lower metric so that the request will use the tunnel. 2. ping and traceroute to the website. this should show...
by wiseroute
Fri Nov 22, 2024 8:14 pm
Forum: General
Topic: Mikrotik as Wireguard client behind NAT, loosing connection
Replies: 72
Views: 7143

Re: Mikrotik as Wireguard client behind NAT, loosing connection

@dcavni, There realy is nothing in logs. i only see, that EOIP went down. are you sure about that? are there any wireguard error as well or not? here is the thing... if the eoip dropped without wireguard being down - then it's obvious that the problem isn't the isp - it's your router. maybe there ar...
by wiseroute
Fri Nov 22, 2024 8:04 pm
Forum: General
Topic: Remote site WAN access through ipsec tunnel
Replies: 4
Views: 1012

Re: Remote site WAN access through ipsec tunnel

hello, However I need to add the ability for the azure cluster to access a specific website through the tunnel and out of the mikrotik instead of out of their local fortigate, aaa... so basically it's the other way around. ok. just mirrors my solution. 1. src nat (masquerade) at the fortigate tunnel...
by wiseroute
Fri Nov 22, 2024 3:25 pm
Forum: General
Topic: Mikrotik as Wireguard client behind NAT, loosing connection
Replies: 72
Views: 7143

Re: Mikrotik as Wireguard client behind NAT, loosing connection

@dcavni, please give us the latest syslog output for the wireguard and eoip error - so we could trace what is the culprit with your tunnel. I don't think that the problem was from the isp - although it could be. as you are leaving a half close connection for the tunnel. Could this be automated in so...
by wiseroute
Fri Nov 22, 2024 10:06 am
Forum: General
Topic: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?
Replies: 18
Views: 5792

Re: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?

@abbi, yes you can request a /64 to hurricane - it's valid internet routable ipv6 address block - but as long as you use their tunnel service because those blocks are in their bgp as. but it is ok if you just want to use their ip internally for your lan (without going outside to the internet, which ...
by wiseroute
Fri Nov 22, 2024 9:56 am
Forum: General
Topic: Remote site WAN access through ipsec tunnel
Replies: 4
Views: 1012

Re: Remote site WAN access through ipsec tunnel

hello mcfix, have a client with an azure avd cluster behind a virtual fortigate, and a peer tunnel to their hq that sits behind a mikrotik. They have a website they need to access from their virtual desktops, but the website blocks the external IP from the fortigate due to it being in another countr...
by wiseroute
Fri Nov 22, 2024 9:29 am
Forum: General
Topic: same subnet
Replies: 6
Views: 1275

Re: same subnet

hello michallin, This works well when subnets of system's router and user's router differ. We have set "quite random" subnet range (eg. 192.168.153.0/24). Nonetheless, there is possibility that user will have a same subnet. even if those users were on the same office - as long as both rout...
by wiseroute
Thu Nov 21, 2024 8:56 am
Forum: General
Topic: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?
Replies: 18
Views: 5792

Re: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?

@cgg, No the ISP is not correct. Per RFC 7368 it really depends on how you defined an isp. that rfc referring to which tier the isp belongs to, and in which country the isp operates. don't expect tier 2 or 3 isps will give you a full /48 without rent it from internet registry. probably android ipv6 ...
by wiseroute
Thu Nov 21, 2024 5:49 am
Forum: General
Topic: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?
Replies: 18
Views: 5792

Re: My ISP gives me only ::/64 IPv6 prefix - how do I create multiple subnets?

hello, contacted my ISP and they said that they give out only ::/64 IPv6 prefixes to customers. Which means I have no ability to create my own subnets in my network since IPv6 works on the 64 boundary. the isp was correct on their point of view about the /64 block. that is their block assignment bou...
by wiseroute
Thu Nov 21, 2024 5:38 am
Forum: Forwarding Protocols
Topic: Dual WAN with BGP - Load balancing and ultimately failover
Replies: 2
Views: 3687

Re: Dual WAN with BGP - Load balancing and ultimately failover

hello,

can you give us some examples output? just 1 line sample could be enough.

Interface and ip address print, for the pppoe server and client.
ip route, from the server to pppoe clients

and where did you put your pppoe client Interface? on separate interface each - or in a broadcast bridge?
by wiseroute
Thu Nov 21, 2024 4:40 am
Forum: Forwarding Protocols
Topic: ROS 7.15.3 and BGP redistribution
Replies: 2
Views: 2646

Re: ROS 7.15.3 and BGP redistribution

hello, edge-02] /routing/bgp/advertisements> print count-only where peer =CUSTOMER1-v4-1 && dst in 200.0.0.0/8 12357 [edge-02] /routing/bgp/advertisements> print count-only where peer =edge-03-v4-1 && dst in 200.0.0.0/8 11119 does that customer1 act as ebgp peer? a leaf one or transi...
by wiseroute
Thu Nov 21, 2024 3:12 am
Forum: General
Topic: VRRP with single WAN and Single LAN Address
Replies: 34
Views: 3901

Re: VRRP with single WAN and Single LAN Address

d1lazarus, i have read some of your previous posts, probably you have a wrong solution design, the wrong application for your streaming service requirements. this... So on the WAN interface we would use a private IP address to each router. VRRP2 RTR 1 = 192.168.1.40 RTR 2 = 192.168.1.50 VRRP Address...
by wiseroute
Wed Nov 20, 2024 7:42 pm
Forum: Forwarding Protocols
Topic: Redundancy without loops
Replies: 5
Views: 4641

Re: Redundancy without loops

hello, Maybe I'm just missing the most obvious solution here ? the loop problem already there between those 4 devices : edge1,2 and core1,2. how did you manage to get those devices running? do edge1 and edge2 vrrp inside interfaces as active - backup? if the existing core1,2 don't support ospf - the...
by wiseroute
Wed Nov 20, 2024 7:16 pm
Forum: General
Topic: Change the routing table for OVPN connections dynamically on a MikroTik router
Replies: 4
Views: 1237

Re: Change the routing table for OVPN connections dynamically on a MikroTik router

@hesaam, How can I establish a connection between **main Table** and **Table_ISP1** so that I can access the devices on `bridge1` from my MikroTik router? from where did you connect your ovpn client to the router? was it from the lan side of the router or from the internet side of the router? have y...
by wiseroute
Wed Nov 20, 2024 7:08 pm
Forum: General
Topic: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)
Replies: 12
Views: 2775

Re: Synchronizing Configurations on Multiple MikroTik Routers with VRRP (v7+)

interesting idea πŸ’‘

did you literally mean synchronization? or did you mean orchestration?

what kind of vrrp parameters value do you need to synchronize?
by wiseroute
Sun Jul 30, 2023 1:04 pm
Forum: Beginner Basics
Topic: Configure Hotspot and PPTP on the same network
Replies: 5
Views: 1600

Re: Configure Hotspot and PPTP on the same network

hello,

ok. nevermind.

have you read this wiki?

https://wiki.mikrotik.com/wiki/Manual:S ... sMAN_setup

--- additional

https://wiki.mikrotik.com/wiki/Manual:IP/Hotspot

maybe it can help you with your user login problem.
by wiseroute
Sat Jul 29, 2023 9:34 pm
Forum: General
Topic: Port mapping TCP/UDP port 53 to 2 IPs
Replies: 2
Views: 990

Re: Port mapping TCP/UDP port 53 to 2 IPs

hello, Is there a way to map the port 53 on both IPs as failover? e.g. If 172.168.188.10 (ns1) is down to switch to 172.168.188.11 (ns2). I'm using RB5009 (ROS 7.9). the short answer is no. dst-nat can't do target weighting. you will need to add another machine behind your router in front of your ta...
by wiseroute
Sat Jul 29, 2023 7:34 pm
Forum: Beginner Basics
Topic: WIreguard - Reaching LAN on another WG interface [SOLVED]
Replies: 3
Views: 1505

Re: WIreguard - Reaching LAN on another WG interface [SOLVED]

hello, Site A - HEX s - With public IP -Interface Wireguard 4 -allowed addresses 10.10.200.0/30 is that 200.0/30 between site a and your phone? have you allow that subnet on site b? from phone to site b, ip route site b via wg site a. from site b to phone, ip route phone via wg site a. --- addition,...
by wiseroute
Sat Jul 29, 2023 7:25 pm
Forum: General
Topic: Wireguard help required
Replies: 5
Views: 826

Re: Wireguard help required

hello, stuck with letting remote user(s) connect to the other remote sites through a existing wireguard connection to the main site. from your diagram - apart from any firewall problem, - do you a working bidirectional route from the wg2 clients to wg remote sites? - tools : ping and traceroute with...
by wiseroute
Sat Jul 29, 2023 6:55 pm
Forum: Beginner Basics
Topic: Configure Hotspot and PPTP on the same network
Replies: 5
Views: 1600

Re: Configure Hotspot and PPTP on the same network

hello, aaa.. a campus topology. does your university consist of separate building for each faculty? well, your question won't take a short answer. for this part, So the questions, How should I configure the HotSpot so that: It can work besides PPTP server? I mean, client either logins to PPTP VPN, o...
by wiseroute
Fri Jul 28, 2023 9:37 am
Forum: General
Topic: Efficient and Strong Firewall Rules
Replies: 2
Views: 8753

Re: Efficient and Strong Firewall Rules

hello, hmm, done some reading on few lines of your fw rules, i think those are nice rules. if i may suggest, there are many types of firewalling based on these: layer 2, layer 3 and layer 4 and above. and the most important thing is to understand: - whether any set firewall rules need to be in state...
by wiseroute
Fri Jul 28, 2023 9:09 am
Forum: General
Topic: Router os some users can not access the Internet
Replies: 5
Views: 992

Re: Router os some users can not access the Internet

hmm, just to summarize all of the above suggestions: 1. dhcp snooping is mainly applied on switch level. so if anyone considering to get any manageable switch - they should look at this feature availability before they buy. it is really nice feature and important one. πŸ‘πŸ» 2. if your 4 switches are ma...
by wiseroute
Fri Jul 28, 2023 3:50 am
Forum: General
Topic: NAT Timeout (IMAP Idle)
Replies: 4
Views: 1436

Re: NAT Timeout (IMAP Idle)

@ nescafe2002,

nice pointer. i didn't notice that pageπŸ‘πŸ»

@ thomas,
The question here is, if the NAT on Mikrotik becomes a problem with a time of around 30 minutes with no communication on a specific NAT connection.
maybe you can try to tune it by @ nescafe2002 pointer.
by wiseroute
Thu Jul 27, 2023 6:20 pm
Forum: General
Topic: NAT Timeout (IMAP Idle)
Replies: 4
Views: 1436

Re: NAT Timeout (IMAP Idle)

hello, interesting πŸ€” i barely pay attention to that details πŸ‘πŸ» did you host imap server internally or you were just asking about how long for your router to close your outgoing imap? i myself prefer to choose idle time is set by the server. but as for the MT firewall nat time out - maybe you can rea...
by wiseroute
Thu Jul 27, 2023 5:55 pm
Forum: General
Topic: Zabbix SNMP high polling problem
Replies: 2
Views: 1580

Re: Zabbix SNMP high polling problem

hello, occasionally the items stop polling, the monitored interfaces (about 800) have a polling time of 40 seconds. do you know of any mikrotik or Zabbix bugs? this one is a classic snmp problem. and generally, any polled devices - in their normal operating condition - will have no problem replying ...
by wiseroute
Wed Jul 26, 2023 8:27 pm
Forum: Beginner Basics
Topic: WAN Bridge
Replies: 8
Views: 4948

Re: WAN Bridge

@ anav

lightened up... let us say it is guessing week πŸ˜‚

no worries... you are invited πŸ‘πŸ»
by wiseroute
Wed Jul 26, 2023 7:24 pm
Forum: General
Topic: Change MT from router to switch using VLANs
Replies: 5
Views: 843

Re: Change MT from router to switch using VLANs

@ anav The openwrt LAN traffic will come in on ether3 untagged and we can tag it with vlan2 and move it to other ports on the MT are you sure this won't make l2 loop? openwrt LAN traffic is coming tagged from the openwrt. that's what I have suggested in my reply πŸ˜‰ NOW WHICH DEVICE MT do you have ......
by wiseroute
Wed Jul 26, 2023 6:41 pm
Forum: Beginner Basics
Topic: WAN Bridge
Replies: 8
Views: 4948

Re: WAN Bridge

hello, But while my WAN port is a member of this bridge, it seems the NAT masquerading doesn't work since any appliance in the LAN isn't able to connect to the internet or other addresses in the WAN network. first advice is... if you don't have any urgent need to bridge wan interfaces - i think they...
by wiseroute
Wed Jul 26, 2023 6:28 pm
Forum: General
Topic: Change MT from router to switch using VLANs
Replies: 5
Views: 843

Re: Change MT from router to switch using VLANs

hello, from this point, Forward all traffic from ONT from ETH1 port on MT to port ETH2 on MT (connected to OpenWRT) - VLAN untagged ETH1 - VLAN tagged ETH2 - erase public IP on MT those 2 interfaces should have the same vlan, let us say vlan 5. now, the first problem you will encounter in configurin...
by wiseroute
Wed Jul 26, 2023 5:57 pm
Forum: General
Topic: Bridge Layer 2 and LAN DHCP going stuck
Replies: 8
Views: 1289

Re: Bridge Layer 2 and LAN DHCP going stuck

@ miankamran, are you sure your *switch* was cisco sa500? doesn't look right? πŸ€” Cisco https://www.cisco.com β€Ί obsolete Cisco Small Business SA500 Series Security Appliances anyway... with your current drawing, dynamic vlan can't do what you have in mind. so, the simplest way is : 1. make 2 vlan on M...
by wiseroute
Wed Jul 26, 2023 5:35 pm
Forum: Announcements
Topic: Click here
Replies: 35
Views: 15408

Re: Click here

@ normis,

you really have a nice green view there, wonderful πŸ‘πŸ»

well, maybe the next 2023 MT MUM it knows where to go... coffee β˜• on top of that cable roller, funtasticoπŸ˜‰
by wiseroute
Wed Jul 26, 2023 4:49 pm
Forum: Beginner Basics
Topic: Configure Hotspot and PPTP on the same network
Replies: 5
Views: 1600

Re: Configure Hotspot and PPTP on the same network

hello, interesting... are you some kind of isp? πŸ€” Clients connect to switches using Ethernet cable or Wi-Fi bridges, login to PPTP VPN and use network. We use PPTP to limit bandwidth and weekly traffic usage. are you sure - that was pptp vpn you are using to manage your subscribers? typo? However, P...
by wiseroute
Wed Jul 26, 2023 9:19 am
Forum: Beginner Basics
Topic: Sanity check for hybrid router setup with vlans [SOLVED]
Replies: 3
Views: 1403

Re: Sanity check for hybrid router setup with vlans [SOLVED]

how'dy down under πŸ‘‹πŸ» everything looks great. you are good to go πŸ‘πŸ» on rb5009, - make a single bridge. - make 2 vlan iface : ip 10.0/24 and 200.0/24 - put ether2, 5-8 on the bridge. do bridge vlan filters. how to guide available on MT wiki bridge vlan. - make your ap in bridge mode. plug in ether2 vl...
by wiseroute
Tue Jul 25, 2023 5:19 pm
Forum: Beginner Basics
Topic: NEED HELP
Replies: 3
Views: 1102

Re: NEED HELP

hello nima, The service provider of point B informed me via email that a portscan has happened from this server (point B). for the first part, you should request any logs from your provider about their claims (to which target your router b did the scans). otherwise you will get busy for nothing. sec...
by wiseroute
Tue Jul 25, 2023 4:58 pm
Forum: General
Topic: how I can stop users from sharing my hotspot
Replies: 13
Views: 5309

Re: how I can stop users from sharing my hotspot

@ pe1chl,

are you sure about that?
wpa2/3 etc don't work any longer?

hmm, what does @op role anyway? internet cafe or something else? πŸ€”
by wiseroute
Tue Jul 25, 2023 4:52 pm
Forum: General
Topic: VRRP Failover when WAN drops [SOLVED]
Replies: 7
Views: 2244

Re: VRRP Failover when WAN drops [SOLVED]

@ primeyeti,

can you show us your drawing?

well, vrrp is very nice protocol - but it is considered *old* and not too flexible to manage.

at least you should give a dynamic routing a spin. πŸ‘πŸ»
by wiseroute
Tue Jul 25, 2023 4:42 pm
Forum: General
Topic: how I can stop users from sharing my hotspot
Replies: 13
Views: 5309

Re: how I can stop users from sharing my hotspot

@ essam, peoples are sharing my internet with WiFi Scanning. how I can stop users from sharing my hotspot. maybe some basic approach? πŸ€” 1. don't broadcast your wifi ssid. 2. macaddress filters. need to register their macaddr before making the connection. 3. userman. radius. etc.. hope this helps.
by wiseroute
Tue Jul 25, 2023 4:33 pm
Forum: General
Topic: MikroTik same network on location A and B double NAT - how to solve
Replies: 6
Views: 819

Re: MikroTik same network on location A and B double NAT - how to solve

@ holvoetn, don't worry, your proposal was totally correct - to change the remote subnets. so @op network will be scalable in the future. while my proposal was *options* - promoting MT own bridging vpn protocols πŸ‘πŸ» maybe vxlan as well πŸ˜‰ so now, let us give the @op a time to think about which solutio...
by wiseroute
Tue Jul 25, 2023 4:25 am
Forum: Forwarding Protocols
Topic: Enable BGP with kubernetes cilium bgp
Replies: 3
Views: 4985

Re: Enable BGP with kubernetes cilium bgp

hmm... interesting πŸ€”

never tried myself - and i think it is difficult to see the point of having it.

anyway... have you read this guide?

https://docs.cilium.io/en/stable/network/kube-router/
by wiseroute
Mon Jul 24, 2023 6:32 pm
Forum: Forwarding Protocols
Topic: OSPF Not Behaving Correctly
Replies: 9
Views: 3424

Re: OSPF Not Behaving Correctly

hello,

you might want to read this post, i have made a simple ospf interface path priority lab - almost similar to your problem.

viewtopic.php?t=196850

hope this helps.
by wiseroute
Mon Jul 24, 2023 6:04 pm
Forum: General
Topic: Upgrading to ROSV7 from ROSV6 breaks ppp on some older devices
Replies: 1
Views: 438

Re: Upgrading to ROSV7 from ROSV6 breaks ppp on some older devices

hello, hmm, interesting πŸ€” maybe... if all of these older devices are failed in the upgrade process - probably those devices are not supported by the v7. so they will have at max. v6.48? if there are some that succeed in the upgrade - then this will lead you doing some kind of device sorting. and ask...
by wiseroute
Mon Jul 24, 2023 5:31 pm
Forum: Forwarding Protocols
Topic: OSPF Not Behaving Correctly
Replies: 9
Views: 3424

Re: OSPF Not Behaving Correctly

hello, As far as I know, priority is used to determine DR and BDR roles... that's router-id in ospf instance config. I was referring to interface path priority - not related to any dr-bdr roles. For the ECMP part you mentioned, I should see two different next-hops and not the same. two different nex...
by wiseroute
Mon Jul 24, 2023 5:27 pm
Forum: General
Topic: Switch stacking
Replies: 5
Views: 8033

Re: Switch stacking

hello,

have you read this wiki?
maybe it can help you.

https://wiki.mikrotik.com/wiki/Manual:C ... s_examples
by wiseroute
Mon Jul 24, 2023 2:30 pm
Forum: General
Topic: Bridg
Replies: 6
Views: 749

Re: Bridge Layer 2 and LAN DHCP going stuck

hello @miankamran, yes, But I want my users to use ether-2 for IP telephone and ether-5 for the internet. you can just plugged the phone directly to the router. or, if you have any spare budget - you can get a manageable switch for your network. if you have configure the router correctly - maybe you...
by wiseroute
Mon Jul 24, 2023 2:22 pm
Forum: General
Topic: Mikrotik NAS External AAA
Replies: 3
Views: 586

Re: Mikrotik NAS External AAA

hello eabs, once you remove the customer from the Active & Host List of hotspot tab , then customer starts to browse again. have you set user connection limit? maybe your router running out of port for nat translation. for heavy tabbed internet browsing - you should limit user session/connection...
by wiseroute
Mon Jul 24, 2023 2:11 pm
Forum: General
Topic: Bridg
Replies: 6
Views: 749

Re: Bridge Layer 2 and LAN DHCP going stuck

hello,
after this, I plug the ether-2 wire into the unmanageable switch and also plug ether-5 in the switch but my users are facing problems with the internet.
did you plug those 2 cables on the same switch?

if yes, it is looped.
by wiseroute
Mon Jul 24, 2023 2:06 pm
Forum: Forwarding Protocols
Topic: OSPF Not Behaving Correctly
Replies: 9
Views: 3424

Re: OSPF Not Behaving Correctly

hello, for this part, have two GRE tunnels between them one with a symmetric cost of 100 and the other 200. The v7 router, instead of choosing the least cost for the networks advertised, load-balances the traffic between the two GRE tunnels (192.168.106.20/30), use path priority instead of path cost...
by wiseroute
Mon Jul 24, 2023 5:06 am
Forum: Forwarding Protocols
Topic: OSPF Not Behaving Correctly
Replies: 9
Views: 3424

Re: OSPF Not Behaving Correctly

hello msanaii, is this setup - a triangle shaped between those 3 devices? |-------- mt1 path 100 nsx | | |-------- mt2 path 200 am i correct? are you just want to drive the traffic to use mt1 as main, and mt2 as backup? just use lower path priority for the mt2. ie. mt1 128, mt2 64. hope this helps.
by wiseroute
Mon Jul 24, 2023 4:47 am
Forum: General
Topic: TCP Reset Attack Mitigation on Router Level [SOLVED]
Replies: 22
Views: 5117

Re: TCP Reset Attack Mitigation on Router Level [SOLVED]

@ anav Just to be clear this is advanced tweaking not for the normal home user? Y/N yes and no. yes, if you feel you are being blocked by remote server (ie. www) and your internet became deteriorating because the effects of remote end closing your router ports aggressively. check cmd> netstat -a see...
by wiseroute
Mon Jul 24, 2023 4:39 am
Forum: Beginner Basics
Topic: Wireguard help - connected, but traffic won't route over WG; still works as usual
Replies: 13
Views: 4023

Re: Wireguard help - connected, but traffic won't route over WG; still works as usual

@ op,
I'm not certain-certain but the IF is up,
your router needs to listen on different port - for the wg tunnels to be usable. ie. 13231 for nordvpn and 13232 for purevpn.
by wiseroute
Sun Jul 23, 2023 5:01 pm
Forum: Beginner Basics
Topic: NAT question
Replies: 1
Views: 832

Re: NAT question

hello shirenzo,
/ip firewall nat add chain=dstnat action=dst-nat dst-address=100.100.100.100 src-address=10.10.10.100 dst-port=25 to-addresses=10.10.10.100 protocol=tcp
you don't need that src-addr.

and specify which interface should listen for the incoming traffic to be translated.
by wiseroute
Sun Jul 23, 2023 9:42 am
Forum: Forwarding Protocols
Topic: OSPF, Wireguard, and multiple path problem [SOLVED]
Replies: 10
Views: 11875

Re: OSPF, Wireguard, and multiple path problem [SOLVED]

hello Maxwell, glad to hear you have solved your network πŸ‘πŸ» The design requires that sites 1-3 from the original diagram are able to access the public internet without first going through the Main Office. Therefore, non-office bound traffic was being masqueraded on the public interfaces of router1 a...
by wiseroute
Sun Jul 23, 2023 9:26 am
Forum: General
Topic: Mikrotik NAS External AAA
Replies: 3
Views: 586

Re: Mikrotik NAS External AAA

hello,

hmm, interesting πŸ€”

Customers randomly are not able to browse, we have noticed that those cannot ping to their Gateway.
did you ever check how many users connected to the hotspot?

did you provide enough ip for both authorized and unauthorized hotspot clients?
by wiseroute
Sun Jul 23, 2023 9:15 am
Forum: Beginner Basics
Topic: Wireguard help - connected, but traffic won't route over WG; still works as usual
Replies: 13
Views: 4023

Re: Wireguard help - connected, but traffic won't route over WG; still works as usual

hello @op,

are you sure about this wg interface setup?
/interface wireguard

add listen-port=13231 mtu=1420 name=wg1-nordvpn

add listen-port=13231 mtu=1420 name=wg2-purevpn

by wiseroute
Sat Jul 22, 2023 5:17 pm
Forum: General
Topic: Access WebFig behind Nginx reverse proxy.
Replies: 1
Views: 1012

Re: Access WebFig behind Nginx reverse proxy.

hello,

maybe you want to read this article?

https://www.educba.com/nginx-gateway-timeout/

hope this helps.
by wiseroute
Sat Jul 22, 2023 5:11 pm
Forum: Beginner Basics
Topic: Improve OpenBSD router with Mikrotik hardware
Replies: 2
Views: 1456

Re: Improve OpenBSD router with Mikrotik hardware

hello, So there are no switching needs at all between the LANs, each kid only communicates and connects to the internet out through the OpenBSD router. so, do you think it is possible to forward lan traffic to the internet without switching? πŸ€” anyway, never tried that openbsdrouter project myself - ...
by wiseroute
Sat Jul 22, 2023 5:04 pm
Forum: Forwarding Protocols
Topic: Routing with multiple BGP fullfeeds crashes
Replies: 2
Views: 2706

Re: Routing with multiple BGP fullfeeds crashes

hello, so one of the problem was We have one customer were the internal network will not be routed right. it is the ip 185.199.107.19. maybe this? add blackhole disabled=no distance=1 dst-address=185.199.104.0/22 gateway="" pref-src="" routing-table=main scope=30 suppress-hw-offl...
by wiseroute
Sat Jul 22, 2023 4:43 pm
Forum: Forwarding Protocols
Topic: Ros7 Ospf over wire guard, no neighbours
Replies: 2
Views: 3811

Re: Ros7 Ospf over wire guard, no neighbours

hello, ospf neighbor discovery using multicast address 224.0.0.0 - you should allow that address to flow inside the wg tunnels. or... you can specify ospf interface as ptp with unicast static neighbors. so... there are a lot of subnets to pass the wg tunnels : ospf itself and the rest of the network...
by wiseroute
Wed Jul 19, 2023 5:22 pm
Forum: Forwarding Protocols
Topic: BGP full table routing on CCR2xxx with route filters
Replies: 5
Views: 5088

Re: BGP full table routing on CCR2xxx with route filters

hello,

is this ccr in production or just feeding test?

which routeros version? and in what role? i mean: ebgp/ibgp? direct peering or rr-client?

if you have sample config and screenshot - maybe @mrz could help you.
by wiseroute
Wed Jul 19, 2023 5:03 pm
Forum: Beginner Basics
Topic: [SOLVED] Accessing internal IP via domain name from AP wifi router [SOLVED]
Replies: 6
Views: 3849

Re: Accessing internal IP via domain name from AP wifi router [SOLVED]

hello Glinka,

However, this doesn't seem to have fixed the problem, and the wifi clients still cannot connect.
ok. let us see your MT dns settings,

and tell us how do configure your wifi clients ip settings. which device gives ip settings to your wifi clients? MT or your wifi box?
by wiseroute
Wed Jul 19, 2023 4:50 pm
Forum: Forwarding Protocols
Topic: CCR1072 MPLS Router Sporadic High CPU
Replies: 3
Views: 2650

Re: CCR1072 MPLS Router Sporadic High CPU

hello,

you have a nice new router there πŸ‘πŸ»

where did you place this new ccr1072? p? pe?

i think you should contact @support for better response - don't forget to attach some comparison screenshot between the old ccr and this new one.

good luck πŸ‘πŸ»
by wiseroute
Wed Jul 19, 2023 1:17 pm
Forum: Beginner Basics
Topic: [SOLVED] Accessing internal IP via domain name from AP wifi router [SOLVED]
Replies: 6
Views: 3849

Re: Accessing internal IP via domain name from AP wifi router [SOLVED]

hello glinka, I'm not sure if this is what you are asking, but foo.bar.com directs to my external IP. This mapping is propagated to all DNS servers. Hence anyone can access my external IP via this domain. ok... where did you hosted your foo.bar.domain? did you rent this domain and host it on the int...
by wiseroute
Wed Jul 19, 2023 12:56 pm
Forum: General
Topic: IPSec Client Behind NAT [SOLVED]
Replies: 8
Views: 2655

Re: IPSec Client Behind NAT [SOLVED]

@ primeyeti, I would assume they had NAT traversal enabled on the tunnel. I will double check this with them no no no.. nat traversal is on your router side to configure. There is only a single WAN so shouldn't be an issue of it coming in one WAN and attempting to leave via another if that's what yo...
by wiseroute
Wed Jul 19, 2023 9:49 am
Forum: Beginner Basics
Topic: [SOLVED] Accessing internal IP via domain name from AP wifi router [SOLVED]
Replies: 6
Views: 3849

Re: Accessing internal IP via domain name from AP wifi router [SOLVED]

hello, $ ping foo.bar.com PING foo.bar.com (<external IP>) 56(84) bytes of data. 64 bytes from <my ISP's domain name> (<external IP>): icmp_seq=1 ttl=64 time=3.96 ms is that foo.bar.com dns domain hosted on the internet? if yes, then you could make secondary dns server for lan user on MT : - with pr...
by wiseroute
Wed Jul 19, 2023 4:47 am
Forum: General
Topic: VPN X ACTIVE DIRECTORY
Replies: 5
Views: 2897

Re: VPN X ACTIVE DIRECTORY

hello Thompson, Action: Redirect The domain stops working. How to proceed in this case? Can someone help me? since we don't have any idea which/what version of your ms ad platform - i only could give you general explanation. ms active directory works on top of its own dns server service (it has to b...
by wiseroute
Wed Jul 19, 2023 4:38 am
Forum: Beginner Basics
Topic: DNS lookup - redirect for local server
Replies: 3
Views: 2422

Re: DNS lookup - redirect for local server

hello, so, where did you host this dns server? on the internet or locally hosted? did you have a dedicated dns server for this domain or you want to make routeros to host your domain? if this domain is actually hosted on the internet, you can dstnat that domain for local lan user directly to the tar...
by wiseroute
Wed Jul 19, 2023 4:08 am
Forum: General
Topic: IPSec Client Behind NAT [SOLVED]
Replies: 8
Views: 2655

Re: IPSec Client Behind NAT [SOLVED]

@ primeyeti i manage a Mikrotik that sits in front of a customer's firewall in which we dstNAT all traffic from the router to their firewall. The client side of the IPSec site to site is on the customer's firewall. did you do ip or port based dsnat? i think you need to know what firewall they have a...
by wiseroute
Tue Jul 18, 2023 8:41 pm
Forum: Forwarding Protocols
Topic: ROS v7.10.1 - OSPF default route missing on routing table
Replies: 6
Views: 3699

Re: ROS v7.10.1 - OSPF default route missing on routing table

@ tangent

which I count as "mission accomplished" when it comes to the edit, but you tell me; should I have left it as-is or put the breaks in somewhere else, or rewritten it for formatting, or…
nahh.. nevermind, mission accomplished.

let us get some coffee β˜•

it is late already πŸ˜‰
by wiseroute
Tue Jul 18, 2023 8:34 pm
Forum: Beginner Basics
Topic: Packet Loss!!! BOND (802.3ad) on BRIDGE w/ HW Offload
Replies: 12
Views: 3921

Re: Packet Loss!!! BOND (802.3ad) on BRIDGE w/ HW Offload

@ pe1chl
Probably when this happens and there is enough load, the result is packet loss due to buffer overflow?
can you try that @ gavinj suggested - hw=no?
by wiseroute
Tue Jul 18, 2023 6:07 pm
Forum: Forwarding Protocols
Topic: ROS v7.10.1 - OSPF default route missing on routing table
Replies: 6
Views: 3699

Re: ROS v7.10.1 - OSPF default route missing on routing table

@ tangent

I'm sorry, are those @op outputs not being altered by your edits? it is a bit difficult to read the outputs.

@ pmsfm

which router is this on? v6 or that v7?

routing ospf instance
set [ find default=yes ] disabled=no distribute-default=never
by wiseroute
Tue Jul 18, 2023 5:23 pm
Forum: Forwarding Protocols
Topic: ROS v7.10.1 - OSPF default route missing on routing table
Replies: 6
Views: 3699

Re: ROS v7.10.1 - OSPF default route missing on routing table

hello pmstm, aaa... ok, you have intra area there 10. which router advertise the default route 0.0.0.0/0 - and in which area? backbone or 10 ? i don't see it in your outputs. this instance=default router-id=10.1.100.71 address=10.1.1.114 interface=ether1 priority=1 dr-address=0.0.0.0 backup-dr-addre...
by wiseroute
Tue Jul 18, 2023 12:56 pm
Forum: General
Topic: Discovery not working correctly
Replies: 2
Views: 2101

Re: Discovery not working correctly

hello from this guide, https://wiki.mikrotik.com/wiki/Manual:IP/Neighbor_discovery it said: Summary MikroTik Neighbor Discovery protocol (MNDP) and LLDP allows to "find" other devices compatible with MNDP or CDP (Cisco Discovery Protocol) or LLDP in Layer2 broadcast domain ip connectivity ...
by wiseroute
Tue Jul 18, 2023 12:31 pm
Forum: General
Topic: Dual WAN: Route specific WireGuard peer through second WAN
Replies: 7
Views: 2527

Re: Dual WAN: Route specific WireGuard peer through second WAN

hello,

I'm sorry I don't get your question - can you explain this?
Now I would like to route two (fixed IPv4 address based) outgoing WireGuard peers through the second WAN. All others through the first WAN.
do you mean:
outgoing wg should go out on wan2, and regular traffic go out on wan1?
by wiseroute
Tue Jul 18, 2023 12:27 pm
Forum: Beginner Basics
Topic: DualWAN mangle IPSEC packetflow
Replies: 3
Views: 2055

Re: DualWAN mangle IPSEC packetflow

hello vadimkara,

. I can ping and access other filials they can ping me but opening ports just hangs from filial to center.
can you show us your ping and traceroute output, from the branch to the central, and vice versa?

if you have a tcping or tcptraceroute output would be nice.
by wiseroute
Tue Jul 18, 2023 12:19 pm
Forum: Forwarding Protocols
Topic: How to make local IPs prefered over BGP routes
Replies: 2
Views: 2419

Re: How to make local IPs prefered over BGP routes

hello,

so, your local lan routes goes out of local router - before reaching its local destination?

you might want to read this guide :

https://wiki.mikrotik.com/wiki/Manual:B ... _Algorithm
by wiseroute
Tue Jul 18, 2023 11:45 am
Forum: Forwarding Protocols
Topic: ROS v7.10.1 - OSPF default route missing on routing table
Replies: 6
Views: 3699

Re: ROS v7.10.1 - OSPF default route missing on routing table

hello can you give us some examples config between 2 neighboring v6.48 (which got that default route) and v7 (which not having the default advertisement) - and their ip route output between those 2. just ospf related part config will suffice. also, do you have any route filters on incoming route to ...
by wiseroute
Tue Jul 18, 2023 10:43 am
Forum: General
Topic: OpenVPN client connection to server network [SOLVED]
Replies: 2
Views: 1019

Re: OpenVPN refused connection on RB5009UG [SOLVED]

hello

have you follow this guide,

https://wiki.mikrotik.com/wiki/Manual:Interface/OVPN

try post your config - so that forum members can help you.
by wiseroute
Tue Jul 18, 2023 6:47 am
Forum: General
Topic: Allow remote desktop to an Active Directory PC from a different subnet
Replies: 1
Views: 642

Re: Allow remote desktop to an Active Directory PC from a different subnet

hello tomas, for basic remote desktop 1 to 1 connection, maybe you might read this article : https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-allow-access or, if you want other simple rdp software : https://www.tightvnc.com/ and many others. i th...
by wiseroute
Mon Jul 17, 2023 6:46 pm
Forum: General
Topic: TCP Reset Attack Mitigation on Router Level [SOLVED]
Replies: 22
Views: 5117

Re: TCP Reset Attack Mitigation on Router Level [SOLVED]

@ rextended,

this is a good one,
The source IP of the tcp-reset-attack is the same, or it appear to be the IP of the remote site requested?
If is the same... just drop that IP...
hmm, i have forgot what was that tool to check...

netstat -a??
by wiseroute
Mon Jul 17, 2023 6:22 pm
Forum: General
Topic: TCP Reset Attack Mitigation on Router Level [SOLVED]
Replies: 22
Views: 5117

Re: TCP Reset Attack Mitigation on Router Level [SOLVED]

this is the last part from your referenced link above. To help protect the router from TCP RST and SYN DoS attacks: Issue the tcp ack-rst-and-syn command in Global Configuration mode. host1(config)#tcp ack-rst-and-syn Use the no version to disable this protection (the default mode). and I don't know...
by wiseroute
Mon Jul 17, 2023 5:42 pm
Forum: General
Topic: TCP Reset Attack Mitigation on Router Level [SOLVED]
Replies: 22
Views: 5117

Re: TCP Reset Attack Mitigation on Router Level [SOLVED]

Any attempts to open blocked domain will be thrown into ERR_CONNECTION_RESET in Chrome and PR_CONNECT_RESET_ERROR in Firefox (see ... This indicates that a middleman had sent a RST packet, masquerading as the endpoint. first, any isp (read : routers) are mitm - in terms of traffic routing. second, ...
by wiseroute
Mon Jul 17, 2023 5:20 pm
Forum: General
Topic: TCP Reset Attack Mitigation on Router Level [SOLVED]
Replies: 22
Views: 5117

Re: TCP Reset Attack Mitigation on Router Level [SOLVED]

My ISP employs DPI and as one of its strategy is to use TCP Reset Attack
reading your post,
the first thing comes to my mind is:

how do you know that?
by wiseroute
Mon Jul 17, 2023 3:17 pm
Forum: General
Topic: Migrating routes when a central node goes down
Replies: 15
Views: 1274

Re: Migrating routes when a central node goes down

if I got it correctly: need to create the same wireguard tunnels from each branch to the new backup router. yes. so there would be 2*4 = 8 tunnels to both primary and backup. Still don’t understand what routing protocol i’d need to implement in the case main router goes down and backup router shoul...
by wiseroute
Mon Jul 17, 2023 1:49 pm
Forum: General
Topic: Migrating routes when a central node goes down
Replies: 15
Views: 1274

Re: Migrating routes when a central node goes down

the backup router has a public address. I can't mesh the branches between each other. Am I understanding correctly? let's make it simple... you can have either another wan for hq as backup link to connect those branches. high availability in single router with redundant wan. example: mt wan1 main l...
by wiseroute
Mon Jul 17, 2023 1:15 pm
Forum: General
Topic: Migrating routes when a central node goes down
Replies: 15
Views: 1274

Re: Migrating routes when a central node goes down

try to rent a vps on cloud.

install a chr on it. make it a secondary backup route server to overcome those cgnat.

but note those bandwidth traversing that router.

if your branches only use for online transactions - i think the vps bandwidth should suffice.

as long as you aren't huge files.
by wiseroute
Mon Jul 17, 2023 1:03 pm
Forum: General
Topic: Migrating routes when a central node goes down
Replies: 15
Views: 1274

Re: Migrating routes when a central node goes down

yes.

hq to a (backup), b, c, d.
a (backup) to hq, b, c, d.

partial meshed.

the dynamic routing protocol is used only for hq failure take over. hq and backup router path priority can be adjusted to your needs.
by wiseroute
Mon Jul 17, 2023 12:55 pm
Forum: General
Topic: Migrating routes when a central node goes down
Replies: 15
Views: 1274

Re: Migrating routes when a central node goes down

@ kartone The weak point is clear here: the central router. Ideally we would create another router, with a different link, that needs to take the ownership of routing the traffic when the other (central) router goes down. that's a good point. so there are 5 sites : hq and 4 branches. take one of the...
by wiseroute
Mon Jul 17, 2023 12:37 pm
Forum: General
Topic: redirect https and http sites to a site
Replies: 9
Views: 5105

Re: redirect https and http sites to a site

@ darci Are there any alternative solutions for redirecting them? well, basically - a port is just a port. but... a port will be in different state if it was used by an app. some app can take redirection - some with ssl (read: certificate) planted in it can't take redirection. there are differences ...
by wiseroute
Mon Jul 17, 2023 4:00 am
Forum: Beginner Basics
Topic: Domain Search List for MT devices
Replies: 4
Views: 1563

Re: Domain Search List for MT devices

@ chaosphere64 Context: I have a FW that acts as DHCP server and sends the local domain as default and also as Domain Search List via DHCP. It seems like the MT devices don't pick that information when configured as DHCP clients. As a result I can't ping all other devices in the local network just b...
by wiseroute
Sun Jul 16, 2023 12:34 pm
Forum: General
Topic: CGNAT assigned to local interface not working
Replies: 5
Views: 870

Re: CGNAT assigned to local interface not working

hello,

can you show us your topology?
by wiseroute
Sun Jul 16, 2023 12:24 pm
Forum: Beginner Basics
Topic: Need assistance setting up queue tree (QoS) for multiple networks/VLANs [SOLVED]
Replies: 3
Views: 3932

Re: Need assistance setting up queue tree (QoS) for multiple networks/VLANs [SOLVED]

hello What is the "best practice" here? I've tried building something with the help of ChatGPT but I think I am going nowhere. I also do lack of knowledge of queues/QoS in general, so please be kind with me. 8) really? you have asked bots for your settings? πŸ˜‚ I'm curious... what did the AI...
by wiseroute
Sun Jul 16, 2023 12:18 pm
Forum: Forwarding Protocols
Topic: missing route bridge id
Replies: 3
Views: 2402

Re: missing route bridge id

I'm sorry, i thought i have asked you that cli output?

Interface print

interface bridge port print
by wiseroute
Sun Jul 16, 2023 10:01 am
Forum: Forwarding Protocols
Topic: Redirect traffic from a Source IP [SOLVED]
Replies: 8
Views: 10727

Re: Redirect traffic from a Source IP [SOLVED]

@ werdarrfr congratulations! hmm, in case you interested in - what i thought - more simple way... let us say - MT with 4 ethers : - mtcp router, LAN : 192.168.100.253/24, WAN : 172.16.1.2/24 (masqueraded) - lte router, LAN : 192.168.2.2/24, WAN : 172.16.1.3/24 (masqueraded) - MT, to-mtcp : 192.168.1...
by wiseroute
Sun Jul 16, 2023 4:14 am
Forum: Beginner Basics
Topic: Forward secondary IP to web server
Replies: 4
Views: 1326

Re: Forward secondary IP to web server

hello, 7 chain=dstnat action=netmap to-addresses=192.168.88.71 dst-address=1.1.2.85 in-interface=ether2 log=no log-prefix="" 8 chain=srcnat action=netmap to-addresses=1.1.2.85 src-address=192.168.88.71 out-interface=ether2 log=no log-prefix="" please note that netmap is 1 to 1 ip...
by wiseroute
Fri Jul 14, 2023 3:31 pm
Forum: Forwarding Protocols
Topic: Redirect traffic from a Source IP [SOLVED]
Replies: 8
Views: 10727

Re: Redirect traffic from a Source IP [SOLVED]

@ werdarrfr,

aaa... you have multiple gateways there.

in that case - this will help

https://wiki.mikrotik.com/wiki/Manual:P ... _Balancing

don't overlook at the load balancing part - but focus on the classifiers to drive 10.10.2.0/24 out to your mtcp router.
by wiseroute
Fri Jul 14, 2023 1:22 pm
Forum: Forwarding Protocols
Topic: missing route bridge id
Replies: 3
Views: 2402

Re: missing route bridge id

hello,

do you mean the last bridge number 11? with id 0x00?

please show us your:

interface print

interface bridge port print
by wiseroute
Fri Jul 14, 2023 1:17 pm
Forum: Forwarding Protocols
Topic: Redirect traffic from a Source IP [SOLVED]
Replies: 8
Views: 10727

Re: Redirect traffic from a Source IP [SOLVED]

hello What I would like to do is a default route but taking into account only a source address (10.10.2.0/24). I'm sorry, but your setup and your requirements just doesn't make sense because your MT only have 100.253 as gateway? or do you have any other gateway on MT? let us say you make a PBR class...
by wiseroute
Fri Jul 14, 2023 1:02 pm
Forum: General
Topic: Multiple networks on the same SSID
Replies: 2
Views: 450

Re: Multiple networks on the same SSID

hello challenge here, for me, is that the VMs are running in different hypervisors. hmm, how many hypervisor host connected to this ap? 1 host with multiple hypervisors? or different machine for each hypervisor? do you mean: you want to interconnect vm's under those hypervisors in other vlan than th...
by wiseroute
Fri Jul 14, 2023 6:34 am
Forum: Beginner Basics
Topic: SIP phone cannot register from VLAN [SOLVED]
Replies: 11
Views: 5083

Re: SIP phone cannot register from VLAN [SOLVED]

@ sebus, If I make the port on D-link untagged VLAN 21 , W70B gets 192.168.21.2 and Registration FAILS (yet full access to Internet from this VLAN exists) that was your first problem correct? now, this on your router - where did you put vlan bridge config for tagged and untagged port? 13 R vlan21-ip...
by wiseroute
Fri Jul 14, 2023 3:31 am
Forum: General
Topic: OS V7.8 BGP needs port 23 open
Replies: 3
Views: 605

Re: OS V7.8 BGP needs port 23 open

bgp session is on tcp 179,

maybe you either accidentally dropped it in your fw rules - or you have misconfigured somewhere else.
by wiseroute
Thu Jul 13, 2023 11:52 pm
Forum: Forwarding Protocols
Topic: Redirect traffic from a Source IP [SOLVED]
Replies: 8
Views: 10727

Re: Redirect traffic from a Source IP [SOLVED]

hello wetdarrfr,

is this your setups?
10.10.2.0/24 ---> MT ---> 100.253
https://wiki.mikrotik.com/wiki/Policy_R ... uterOS_3.x
by wiseroute
Thu Jul 13, 2023 11:37 pm
Forum: Forwarding Protocols
Topic: Bgp- signaled vpls and l3vpn issues in 7.10
Replies: 19
Views: 8302

Re: Bgp- signaled vpls and l3vpn issues in 7.10

hello croissante, thing is when create a bgp-vpls tunnel from PE1 to PE2 the tunnels form with the peer being the route reflector! and it doesn't even show up in route reflector or has the Bgp signaled flag. can we take a look at your sample output here? along with these 2 part samples tried lots of...
by wiseroute
Thu Jul 13, 2023 11:26 pm
Forum: Forwarding Protocols
Topic: OSPF, Wireguard, and multiple path problem [SOLVED]
Replies: 10
Views: 11875

Re: OSPF, Wireguard, and multiple path problem [SOLVED]

@ Maxwell,

went ahead and tested changing the router priority at site 'D' to 64, but I'm still having the same issue
no no. that 64 is the lte path priority, with its default cost you have set = 500. not the router priority.

hope this helps.
by wiseroute
Thu Jul 13, 2023 4:28 pm
Forum: Beginner Basics
Topic: Problem with additional ports
Replies: 9
Views: 1851

Re: Problem with additional ports

hello graham, On a Linux Mint host using VirtualBox as the hypervisor, with 3 three Debian 11 VMs along with the Router OS VM ok. since i think it was easier to rolls out those vm in Linux - maybe you could try this example steps - with 3 vnic and 3 bridges for the router : 1. Linux and vbox are set...
by wiseroute
Thu Jul 13, 2023 1:19 pm
Forum: Beginner Basics
Topic: SIP phone cannot register from VLAN [SOLVED]
Replies: 11
Views: 5083

Re: SIP phone cannot register from VLAN [SOLVED]

@ sebus46

i thought i have requested you for
interface bridge vlan print
by wiseroute
Wed Jul 12, 2023 5:45 pm
Forum: Beginner Basics
Topic: Problem with additional ports
Replies: 9
Views: 1851

Re: Problem with additional ports

hmm.. what platform did you use for this setup? windows/linux? VMware/vbox? Looking at the above I notice that ether2 and the bridge have the same mac address. Is this normal / significant? hmm... under basic bridge this is not normal. try to change its Mac address to say 41. and let see what happens.
by wiseroute
Wed Jul 12, 2023 5:30 pm
Forum: Beginner Basics
Topic: A strange case in OpenVPN client mode
Replies: 6
Views: 2861

Re: A strange case in OpenVPN client mode

@ nikolay have gaps in the server configuration, wouldn't that affect the OpenWrt clients that work normally? I don't have any objections with your openwrt output. let us just focus on the MT to your server part. ok. i saw that you have changed your MT client ip 1 D 10.8.0.114/32 10.8.0.113 ovpn-out...
by wiseroute
Wed Jul 12, 2023 5:20 pm
Forum: Beginner Basics
Topic: Project for Home and Tenants
Replies: 3
Views: 897

Re: Project for Home and Tenants

hello am new to Mikrotik and everything i know now is learnt from Youtube and Testing. it's great to have a wonderful learning curve. keep the spirit πŸ‘πŸ» and of course MT would love to have you as their next mtcineπŸ‘πŸ» as for your dream network... i think it is better to wait for your isp to do their w...
by wiseroute
Wed Jul 12, 2023 5:03 pm
Forum: Beginner Basics
Topic: Problem with additional ports
Replies: 9
Views: 1851

Re: Problem with additional ports

hello If I attach clients to the bridge connected to ether2 everything is OK, but connecting any clients to the bridges connected to ether3 or ether 4 fail. do any vms attached to ether3 or ether4 have dual nic connected to both bridges? (as in some kind of bonded interface? no?) ok. let us see your...
by wiseroute
Wed Jul 12, 2023 4:54 pm
Forum: Beginner Basics
Topic: How to ping Mikrotik router behind ISP Router
Replies: 8
Views: 2331

Re: How to ping Mikrotik router behind ISP Router

@ mwaqsaziz
ISP will provide 0 help, I have asked them how to configure IP POOL they said your headache,
the problem is - if your ISP locked down their router then you can't do much with your router.

so, be nice with your isp - and ask them politely, maybe they will help you πŸ‘πŸ»
by wiseroute
Wed Jul 12, 2023 4:44 pm
Forum: General
Topic: Why is a l2tp rename in server side?
Replies: 3
Views: 457

Re: Why is a l2tp rename in server side?

hello

ups... wrong post.

--- edit

you might want to read this first

https://wiki.mikrotik.com/wiki/Manual:Interface/L2TP

your requirements on the l2tp server profile section.

hope this helps.
by wiseroute
Wed Jul 12, 2023 4:12 pm
Forum: Beginner Basics
Topic: How to ping Mikrotik router behind ISP Router
Replies: 8
Views: 2331

Re: How to ping Mikrotik router behind ISP Router

hello
is it possible to ping Miktotik router from public? If yes! How to configure my routers?
yes. it is possible - but it is easier for you to get help from your isp directly. because forum members don't have any idea/privilege on your isp router.

hope this helps.
by wiseroute
Wed Jul 12, 2023 4:05 pm
Forum: Beginner Basics
Topic: A strange case in OpenVPN client mode
Replies: 6
Views: 2861

Re: A strange case in OpenVPN client mode

hello nikolay, this part on your MT router - ovpn client DAc 10.8.0.113/32 ovpn-out1 0 doesn't match with any of your ping result output (the second picture) - that is why you don't see any ovpn interface traffic on your first picture. maybe you might have missed the client config on your ovpn server?
by wiseroute
Wed Jul 12, 2023 3:53 pm
Forum: General
Topic: Wireguard Wizard - 7.11b4
Replies: 27
Views: 4790

Re: Wireguard Wizard - 7.11b4

@ holvoetn Not sure what you mean with 1:1. as dedicated 1 ip 1 user (exact measurements of dhcp pool allocation). and the line being not over crowded/over subscribed πŸ˜€ 500/30 - 1/6 compression. i think it's above normal for home subscription, don't you think? πŸ‘πŸ» ok. back to the topic.. so, is this ...
by wiseroute
Wed Jul 12, 2023 1:28 pm
Forum: General
Topic: Optimal method to rate limit for a BGP neighbor?
Replies: 3
Views: 871

Re: Optimal method to rate limit for a BGP neighbor?

My network leases transit and an IP space of 1.0.0.0/24 to CompanyX CompanyX pays me for 150/150mbit of bandwidth to the internet CompanyX has 2 sites that connect to my network, and I also sell them capacity into my network at 100/100mbit for each site aaa... ok. you have played both l2 and last m...
by wiseroute
Wed Jul 12, 2023 12:59 pm
Forum: Beginner Basics
Topic: Problem with additional ports
Replies: 9
Views: 1851

Re: Problem with additional ports

hello smithg400 In each case the virtual machines were setup with 4 network interfaces and these are configured so that ether1 is attached to Bridged Adapter (virtualbox) / Network Bridge (hyper-v) and ether2-4 are attached to separate internal networks (virtualbox) / private virtual switches (hyper...
by wiseroute
Wed Jul 12, 2023 12:28 pm
Forum: General
Topic: Optimal method to rate limit for a BGP neighbor?
Replies: 3
Views: 871

Re: Optimal method to rate limit for a BGP neighbor?

@ millenium7 i am sorry don't quite understand for the first part of your questions. can you be more specific? for the second part, imho, although everything is up to you as your own network operator - but I think it is better to leave your client doing their own bgp peering directly to ix. otherwis...
by wiseroute
Wed Jul 12, 2023 9:20 am
Forum: General
Topic: Wireguard Wizard - 7.11b4
Replies: 27
Views: 4790

Re: Wireguard Wizard - 7.11b4

@ holvoetn
(though in practice I have never seen it change the past years).
it's good for you πŸ‘πŸ»

and I could imagine that your line rate never below 75 percent of your service plan? maybe 1:1 subscription?
by wiseroute
Wed Jul 12, 2023 9:07 am
Forum: Beginner Basics
Topic: What is the lifetime of prefixes delegated by the DHCPv6 server?
Replies: 12
Views: 3269

Re: What is the lifetime of prefixes delegated by the DHCPv6 server?

@ kentzo

maybe you might want to read this article

https://www.techtarget.com/searchnetwor ... lems-occur

you will find your answer there.

hope this helps.
by wiseroute
Wed Jul 12, 2023 8:56 am
Forum: Beginner Basics
Topic: SIP phone cannot register from VLAN [SOLVED]
Replies: 11
Views: 5083

Re: SIP phone cannot register from VLAN [SOLVED]

hello sebus46, SIP (Yealink W70B) is on default LAN, it gets 192.168.88.20 & Registers fine at VoIP provider on Internet via DSL line out hmm, can you post your interface print interface bridge vlan print and your ip firewall rules related to your incoming sip. let us see what exactly is being t...
by wiseroute
Wed Jul 12, 2023 8:41 am
Forum: General
Topic: Why is a l2tp rename in server side?
Replies: 3
Views: 457

Re: Why is a l2tp rename in server side?

i think that's a normal dynamic behavior since you didn't put your l2tp clients as static.

for every dynamic interface links (such as pptp, pppoe etc) you will have that behavior.

hope this helps.
by wiseroute
Wed Jul 12, 2023 8:28 am
Forum: Beginner Basics
Topic: DNS not working as expected on names without domain?
Replies: 5
Views: 2444

Re: DNS not working as expected on names without domain?

@ velis after re-read your post, I want to be able to "ping zabbix" and that would resolve to a machine identifying itself as zabbix, which is somewhere in the subnet. Right now all I can do is "ping 192.168.237.22". i think you should understand that there are 2 ways of ip addre...
by wiseroute
Tue Jul 11, 2023 6:25 am
Forum: General
Topic: Bridge->NAT
Replies: 3
Views: 963

Re: Bridge->NAT

do you mean bridge nat as mac address proxy? as my experience concerned, i could barely meet or need one - both in data center and sp environment. let's say i preferred to avoid another unnecessary layer 2 headache since it's really difficult to predict its (l2) behavior, and mac address doesn't pas...
by wiseroute
Tue Jul 11, 2023 5:30 am
Forum: General
Topic: Bridge->NAT
Replies: 3
Views: 963

Re: Bridge->NAT

@ nichky https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge nat - bridge network address translation provides ways for changing source/destination MAC addresses of the packets traversing a bridge. Has two built-in chains: - srcnat - used for "hiding" a host or a network behind a differ...
by wiseroute
Mon Jul 10, 2023 9:16 am
Forum: General
Topic: How to forward FQDN to local network
Replies: 18
Views: 5147

Re: How to forward FQDN to local network

have last two questions: 1. I will know if I will not install a next OS with the reverse proxy is there a good option to use the dsnat function for each FQDN to forward it to the correct server? 2. What is better - install a linux system with reverse proxy or use the Win Server? 1. how many public ...
by wiseroute
Mon Jul 10, 2023 1:43 am
Forum: Forwarding Protocols
Topic: VXLAN vs MPLS(vpls) MTU and Performance
Replies: 4
Views: 4940

Re: VXLAN vs MPLS(vpls) MTU and Performance

in MikroTik, neither are offloaded to ASIC.
speaking of which.. has anyone tried to port routeros to an onie-based bare metal switches?

like those from netberg, edge-core?
by wiseroute
Sun Jul 09, 2023 6:04 pm
Forum: Forwarding Protocols
Topic: VXLAN vs MPLS(vpls) MTU and Performance
Replies: 4
Views: 4940

Re: VXLAN vs MPLS(vpls) MTU and Performance

hello, let's say I have to serve 20 clients in lan2lan, that I will have to close 20 VXLAN tunnels from one router to another only, let's say, this is an example.would it be an overhead of 20x50bytes? I'm not too well versed in vxlan since I had retired long enough to forget the industry. but, afaik...
by wiseroute
Sun Jul 09, 2023 4:40 pm
Forum: Beginner Basics
Topic: wireguard traffic heading problem
Replies: 15
Views: 1465

Re: wireguard traffic heading problem

@ gnoby, please explain us if this is what you meant internet(Public Network AddressοΌ‰ connected to: wireguard(mikrotik-server ip-address10.10.10.1/24) it then connected to: wireguard(mikrotik-client10.10.10.2/24) it then connected to: PC{ win7(ip-address)192.168.0.1/24 win10(ip-address192.168.0.2/24...
by wiseroute
Sun Jul 09, 2023 2:03 pm
Forum: General
Topic: Wireguard endpoint route using DDNS
Replies: 4
Views: 3307

Re: Wireguard endpoint route using DDNS

@ shadow82 Maybe there is some statis route autoupdating scirpt also? interesting πŸ€” hmm.. how about these? from the wg client, 1. since you already did the remote ip ddns, how about - wait for the tunnel to come up. then.. 2. create another script to read the tunnel interface status, to read remote ...
by wiseroute
Sun Jul 09, 2023 11:25 am
Forum: Beginner Basics
Topic: Block Between VLANs In the Same Bridge
Replies: 22
Views: 8068

Re: Block Between VLANs In the Same Bridge

@dungtran88 hmm... i dont know whether this lab will fits you : vlan5-kids : ether2 192.168.5.0/24, gateway 192.168.5.1 vlan2-others : ether3 192.168.2.0/24, gateway 192.168.2.1 internet 172.16.1.1/32 ### show interfaces : [admin@home] > /interface/print Flags: R - RUNNING; S - SLAVE Columns: NAME, ...
by wiseroute
Sun Jul 09, 2023 8:52 am
Forum: General
Topic: redundant/backup routeros7 dhcp/radius server and usermanager?
Replies: 1
Views: 428

Re: redundant/backup routeros7 dhcp/radius server and usermanager?

hello, How can I make make these services redundant as the way they configured in the second machine. I would like to setup the second machine the same way but it should be the backup machine. Is it possible? yes, you can make those 2 routers in redundant setup - but not for the: 1. ip/gateway/routi...
by wiseroute
Sun Jul 09, 2023 8:27 am
Forum: General
Topic: Test ping beetween ports without physical device [SOLVED]
Replies: 4
Views: 1565

Re: Test ping beetween ports without physical device [SOLVED]

want to test ping from One of the porta in the second switch to One of the devices connected tΓ² the First One, but Is a remote location so I cannot attach nothing to the second switch. as an addition to what @mkx has explained above, there's a tool called mac-telnet, https://manpages.ubuntu.com/man...
by wiseroute
Sat Jul 08, 2023 8:02 am
Forum: General
Topic: Proper VRRP configuration
Replies: 10
Views: 3373

Re: Proper VRRP configuration

@ nichky

aaa... yes, sorry. i didnt take a closer look below that line

'i' as inactive. backup site.
by wiseroute
Sat Jul 08, 2023 4:32 am
Forum: General
Topic: Proper VRRP configuration
Replies: 10
Views: 3373

Re: Proper VRRP configuration

@ sindy are you sure your vrrp example in a running state? [me@chr-7-2] > ip address/print where interface=vrrp1 Flags: I, D - DYNAMIC Columns: ADDRESS, NETWORK, INTERFACE # ADDRESS NETWORK INTERFACE 13 I 192.168.216.1/24 192.168.216.0 vrrp1 it has 'i' in it as invalid? by the way, this is interesti...
by wiseroute
Sat Jul 08, 2023 4:00 am
Forum: General
Topic: gateway spoof
Replies: 11
Views: 2028

Re: gateway spoof

I'm not using DHCP; IP addresses are assigned manually, but I'm involved in server leasing, and the management of the leased servers belongs to the customers. Each server is allocated one IP address, so I'm running only one VLAN. How can I solve this using a different method? 1. are you in some kin...
by wiseroute
Fri Jul 07, 2023 6:55 pm
Forum: Beginner Basics
Topic: Block Between VLANs In the Same Bridge
Replies: 22
Views: 8068

Re: Block Between VLANs In the Same Bridge

@ dungtran88 ok. let us see your cli output of ip firewall filter print. we just need to see your firewall sequence. i think you need to put that kids to adults block rule on top of everything. and start doing ip based firewall instead of interface list. vlan is nothing without ip. sorry, my eyes co...
by wiseroute
Fri Jul 07, 2023 6:25 pm
Forum: Beginner Basics
Topic: Block Between VLANs In the Same Bridge
Replies: 22
Views: 8068

Re: Block Between VLANs In the Same Bridge

much more efficient to have a drop rule at the end of the forward chain.
absolutely,
but just for trouble shooting - sometimes we need to do top to bottom approach @anav πŸ˜‰

if it is harder to filter in layer 2 - how about we do it on upper layer 3
by wiseroute
Fri Jul 07, 2023 6:16 pm
Forum: Beginner Basics
Topic: Site to site Wireguard with both Mikrotiks behind NAT. Can you do it? [SOLVED]
Replies: 21
Views: 11495

Re: Site to site Wireguard with both Mikrotiks behind NAT. Can you do it? [SOLVED]

hello filament, The config I've posted is full and complete, these routers are currently working perfectly (using SSTP), but I would like to change to Wireguard. That's why I'm asking for help. The examples in Mikrotik's website do not work for me. I tried to use them, but I reverted back to my norm...
by wiseroute
Fri Jul 07, 2023 5:51 pm
Forum: Beginner Basics
Topic: Block Between VLANs In the Same Bridge
Replies: 22
Views: 8068

Re: Block Between VLANs In the Same Bridge

how about this Bridge - VLAN2 = 20.0/24 - VLAN3 = 30.0/24 - VLAN4 = 40.0/24 - VLAN5-Kids = 50.0/24 - VLAN6 = 60.0/24 ip firewall list add kids address 50.0/24 ip firewall list add adults address 20, 30, 40, 60.0/24 ip firewall filter add chain input in interface bridge src-addr=kids dst-addr=adults ...
by wiseroute
Fri Jul 07, 2023 4:52 pm
Forum: General
Topic: How to forward FQDN to local network
Replies: 18
Views: 5147

Re: How to forward FQDN to local network

@ pe1chl
Don't let you distract by questions from wiseroute, it is clear what you want.
ok. i am just trying to draw @ op topology and knowing what he wants -- i don't like crystal ball πŸ˜‚

ok. feel free to take over this topic
by wiseroute
Fri Jul 07, 2023 1:09 pm
Forum: General
Topic: How to forward FQDN to local network
Replies: 18
Views: 5147

Re: How to forward FQDN to local network

@ alfista
the requests should go from internet (FQDN) to local servers (IP or FQDN). I have local DNS server which resolve also some other local FQDN's.
does your router have a public ip?

did you really host an internet dns locally already?
by wiseroute
Fri Jul 07, 2023 1:01 pm
Forum: General
Topic: gateway spoof
Replies: 11
Views: 2028

Re: gateway spoof

@ asdgmae2, There is a malicious user who sets up a virtual router on their own server and assigns the gateway address to themselves, redirecting all traffic to their server. if your network is office network, then you should lock down all the workers station from any system modification. if your ne...
by wiseroute
Fri Jul 07, 2023 12:16 pm
Forum: General
Topic: How to forward FQDN to local network
Replies: 18
Views: 5147

Re: How to forward FQDN to local network

hello,

which direction do you want to redirect?

1. from the internet going to your network
or
2. from your network going to the internet?

and,

3. which subject do you want to translate to?
- from fqdn to ip
or
- from ip to fqdn?
by wiseroute
Thu Jul 06, 2023 8:12 pm
Forum: General
Topic: Capure the addresses of HTTP redirects
Replies: 1
Views: 399

Re: Capure the addresses of HTTP redirects

hello, hmm... it's a bit complicated because of vpn and 3rd party redirection. assuming : a = you (or your router/browser), b = first hop server, c = redirected server. did you mean: you need to know c address? or... am finding form Wireshark the connection is failing. in natted environment - it is ...
by wiseroute
Thu Jul 06, 2023 6:19 pm
Forum: General
Topic: Getting in touch with Burst Mode - basic understanding
Replies: 1
Views: 543

Re: Getting in touch with Burst Mode - basic understanding

interesting topic πŸ‘πŸ» but unfortunately this qos/sla kind of questions can't take a short answer. key points : - bandwidth available on interface (or on the network) - multipliers (idle/peak time, numbers of concurrent access etc) which then creates baseline average, which sometimes could be below no...
by wiseroute
Tue Jul 04, 2023 2:39 pm
Forum: Beginner Basics
Topic: Just need a simple push guide to WDS
Replies: 1
Views: 819

Re: Just need a simple push guide to WDS

hello,

you might want to read this wiki first

https://wiki.mikrotik.com/wiki/Mesh_wds

hope this helps.
by wiseroute
Tue Jul 04, 2023 2:34 pm
Forum: General
Topic: Mikrotik as VPN server/concentrator (SSTP + OVPN) - "dead" clients are not disconnected
Replies: 1
Views: 595

Re: Mikrotik as VPN server/concentrator (SSTP + OVPN) - "dead" clients are not disconnected

hello,

you might want to read this article:

https://forums.openvpn.net/viewtopic.php?t=21205

maybe you could find any similarities and work around your problem.

hope this helps πŸ‘πŸ»
by wiseroute
Tue Jul 04, 2023 11:59 am
Forum: General
Topic: How to separate traffic in an MLAG setup [SOLVED]
Replies: 13
Views: 2393

Re: How to separate traffic in an MLAG setup [SOLVED]

@mkx, With VLANs again... πŸ˜‚ it still Tuesday consider MLAG as L2.1 and VLANs as L2.5). no no.. they said mpls as l2.5, and ppp as l2.5... so that would make vlans as l2.3 πŸ˜‚ @ wassy83 know how to do this with vlans without MLAG but I don't how to do this with MLAG on top. as @mkx said, it is the othe...
by wiseroute
Mon Jul 03, 2023 5:32 pm
Forum: Beginner Basics
Topic: Vpn site to site behind ISP router
Replies: 5
Views: 1355

Re: Vpn site to site behind ISP router

hello pulzpulz, 1) ISP router does nat. from there, i just would like to ask you whether you subscribed to your isp managed service? because not that i don't want to help you, but I think your requirements will be much easier for you to work with your isp in this matter. just let them know what you ...
by wiseroute
Sun Jul 02, 2023 7:00 pm
Forum: General
Topic: Howto configure a set of machine to only send and receive data from one WAN?
Replies: 2
Views: 574

Re: Howto configure a set of machine to only send and receive data from one WAN?

hello benoitc,

it's a bit tricky config but maybe you might want to try it?

https://wiki.mikrotik.com/wiki/Manual:PCC

hope this helps
by wiseroute
Sun Jul 02, 2023 6:02 pm
Forum: Beginner Basics
Topic: Vpn site to site behind ISP router
Replies: 5
Views: 1355

Re: Vpn site to site behind ISP router

hello pulzpulz, instantiate a connection to my MK ipsec+l2tp (i can connect to vpn server from lan from windows 10 client, but cannot from outside) one thing you need to know first, which router do the nat/masquerade for your lan? the isp cpe router or your router? second, you need to know whether y...
by wiseroute
Sun Jul 02, 2023 5:47 pm
Forum: Beginner Basics
Topic: Sip connection after sudden change of ip
Replies: 4
Views: 1152

Re: Sip connection after sudden change of ip

@ kxrist

you might want to read this

https://wiki.freepbx.org/plugins/servle ... /100929794

hope this helps.
by wiseroute
Sun Jul 02, 2023 4:22 am
Forum: General
Topic: PXE Boot From Mikrotik
Replies: 17
Views: 28195

Re: PXE Boot From Mikrotik

tftp error code explained:

https://docs.ruckuswireless.com/fastiro ... 014D2.html

hope this helps.
by wiseroute
Sat Jul 01, 2023 4:08 am
Forum: General
Topic: Maximum number of NAT users / sessions
Replies: 45
Views: 27504

Re: Maximum number of NAT users / sessions

any ways - sorry for posting IPv4 & IPv6 stuff in this "Maximum number of NAT users / sessions" thread. @tom, let us put those last ipv6 posts as a way to promote ipv6 usage and adoption πŸ˜‰ this one, think of ISPs that have no plans to add IPv6 networks to their customers somewhat like...
by wiseroute
Fri Jun 30, 2023 9:25 pm
Forum: General
Topic: Maximum number of NAT users / sessions
Replies: 45
Views: 27504

Re: Maximum number of NAT users / sessions

@ rextended, However I currently have 75% of my traffic over IPv6... On 2014, when this topic is open, 0%..... i would definitely say that is really a great achievement πŸ‘πŸ» it is always about our team. when they are ready, everything looks easy. - but sometimes it was kinda 1 in 1000 momentum to deli...
by wiseroute
Fri Jun 30, 2023 7:27 pm
Forum: General
Topic: Maximum number of NAT users / sessions
Replies: 45
Views: 27504

Re: Maximum number of NAT users / sessions

@ tom, My NAT444 configuration uses jump rules/tables , If IP & port range is this then jump here and scan only a few lines to find what to NAT to/from. hmm, interesting πŸ€” which platform did you use to perform this setup? i mean: MT or Linux boxes? since I read that jump statement. in your curre...
by wiseroute
Fri Jun 30, 2023 7:12 pm
Forum: General
Topic: Interesting DDoS case
Replies: 11
Views: 1679

Re: Interesting DDoS case

... than detecting all the fake source addresses of ddos traffic to block that traffic afaik, well if the graph triggers sms - all i could say was don't overlook sa-da. just do rate limit to throttle the bandwidth. neutralize it to a state safe enough to do the next step. +++ edit after all, the on...
by wiseroute
Fri Jun 30, 2023 7:03 pm
Forum: General
Topic: Maximum number of NAT users / sessions
Replies: 45
Views: 27504

Re: Maximum number of NAT users / sessions

@ chechito, is a common missconception to think that you are limited to 65535 connections per "WAN" ip, you are limited to that only for a single Destination IP, you can reuse SRC port "numbers" for diferent destinations. agreed to *reuse* src port part. but, are you sure about t...
by wiseroute
Fri Jun 30, 2023 6:33 pm
Forum: General
Topic: Interesting DDoS case
Replies: 11
Views: 1679

Re: Interesting DDoS case

@ chechito,
in a ddos attack source ip addresses are fake you are not catching nothing useful
even if they were real - can the router or the server or the target (read: cpu+ram) buffers such a massive objects in single window time frame?

hmm... i think my calculator running out of battery πŸ˜‚
by wiseroute
Fri Jun 30, 2023 8:57 am
Forum: General
Topic: accessing devices behind NAT
Replies: 5
Views: 647

Re: accessing devices behind NAT

@ anav
Wait, my crystal ball is due to be delivered by amazon later.
you buy another one?? πŸ˜‚

does the old one in your fish aquarium no longer work? πŸ€”
by wiseroute
Fri Jun 30, 2023 7:16 am
Forum: General
Topic: Interesting DDoS case
Replies: 11
Views: 1679

Re: Interesting DDoS case

@ anav, Short answer: No MT routers are not capable of stopping an attack! It is the responsibility of your provider ISP to do so and further up the food chain. I don't think MT or any brand has any relationship with stopping the ddos. i would think of the man behind the car. ie. even though you gav...
by wiseroute
Thu Jun 29, 2023 5:41 pm
Forum: General
Topic: Multiple networks how to give priority.
Replies: 3
Views: 564

Re: Multiple networks how to give priority.

hello andriusk79,

I'm sorry I don't get your question.

what is that traffic priority you were talking about? do you mean intervlan traffic? internet??
by wiseroute
Thu Jun 29, 2023 5:34 pm
Forum: General
Topic: Interesting DDoS case
Replies: 11
Views: 1679

Re: Interesting DDoS case

hello hagoyi, it depends on the router resources itself. ie. cpu, ram. but the way you make some firewall rules for that dos - will give you insight whether it is effective or not. ie. on part 1 of your reading, i could say yes - maybe it is effective enough to protect the target. on part 2, the att...
by wiseroute
Wed Jun 28, 2023 2:34 pm
Forum: General
Topic: SSH into LAN over external IP from a L2TP tunnel
Replies: 6
Views: 1616

Re: SSH into LAN over external IP from a L2TP tunnel

@ ruberts,

maybe this one has better example:

https://wiki.mikrotik.com/wiki/Manual:PCC
by wiseroute
Wed Jun 28, 2023 4:24 am
Forum: General
Topic: Forum moderation volunteers
Replies: 239
Views: 56580

Re: Forum moderation volunteers

This will put any VI/EMACS discussion to shame. :D
Seems more like a sed and awk problem to me ;).
where is that notepad when we need it most? πŸ˜‚
by wiseroute
Tue Jun 27, 2023 7:42 pm
Forum: General
Topic: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel
Replies: 35
Views: 6192

Re: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel

@ blacksnow, It is much easier to use the policy rules to steer the entire incoming interface's traffic to use a particular routing table. So for me I continue to do it that way versus the connection marking route and therefore I still need the drop rule on the router output chain. well, after all t...
by wiseroute
Tue Jun 27, 2023 6:48 pm
Forum: General
Topic: LACP 802.3ad Bonding TCP connections [SOLVED]
Replies: 9
Views: 1105

Re: LACP 802.3ad Bonding TCP connections [SOLVED]

blizzard, The question is, why do i see multiple TCP connects from the same client and to the same WAN IP, and might that be expected behavior with bonding (Fragmentation or whatever)? if you were alone on your lan, just you and your computer browsing MT website using multiple tabs - you will have t...
by wiseroute
Tue Jun 27, 2023 3:52 pm
Forum: General
Topic: SSH into LAN over external IP from a L2TP tunnel
Replies: 6
Views: 1616

Re: SSH into LAN over external IP from a L2TP tunnel

hello ruberts, The connection works one way because I can see packets coming into the debian server with tcpdump: ok. assuming that your tcpdump out was correct - which is your debian server sees your home client ssh connection - now all you have to do is routing back your server reply via that l2tp...
by wiseroute
Tue Jun 27, 2023 3:37 pm
Forum: General
Topic: LACP 802.3ad Bonding TCP connections [SOLVED]
Replies: 9
Views: 1105

Re: LACP 802.3ad Bonding TCP connections [SOLVED]

SACs 192.168.0.10:50491
do you mean that ip?

was that your vrrp ip and outgoing/incoming port number? no?
by wiseroute
Tue Jun 27, 2023 1:09 pm
Forum: General
Topic: LACP 802.3ad Bonding TCP connections [SOLVED]
Replies: 9
Views: 1105

Re: LACP 802.3ad Bonding TCP connections [SOLVED]

hello blizzard, example, if a client visits a website, i see around 10 different TCP connection in the firewall connections list, with different source Ports, but the same destination/port. is this your setup? inet --- cisco --- mt1 --- mt2 can you be more specific in log examples?
by wiseroute
Tue Jun 27, 2023 12:49 pm
Forum: General
Topic: Forum moderation volunteers
Replies: 239
Views: 56580

Re: Forum moderation volunteers

think Normis is looking for a moderator, not for 5 minutes a day, but for more time, otherwise the waits continue to be long. With the work I do, I have to be connected all the time, basically from 09:00 (CET) to 22:00 (CET) (if not longer…) 7 days a week. no. not again πŸ˜‚ how can I make that script...
by wiseroute
Sun Jun 25, 2023 7:57 pm
Forum: General
Topic: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel
Replies: 35
Views: 6192

Re: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel

hello blacksnow, So the issue is really in between the connection closing and the NAT entry being deleted, the router responds with ICMP. yes. but this chicken and the eggs thing could be overlap one another. which is who will close the door first: the server or the router? supposed that remote serv...
by wiseroute
Sun Jun 25, 2023 6:22 pm
Forum: General
Topic: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel
Replies: 35
Views: 6192

Re: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel

@ msatter, Reading this I think this is not the golden bullet because the incoming traffic can be valid and have a active connection tracking. Only when the router want to push the traffic to the client the client says, won't accept it because I don't have an active memory of that connection. absolu...
by wiseroute
Sun Jun 25, 2023 5:04 pm
Forum: General
Topic: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?
Replies: 25
Views: 7431

Re: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?

@ fvaseghi,

that's wonderful πŸ‘πŸ»

anyhow, this
If the result of this checking faile, connection will be close or disconnect.
as per your pptp question,
does this probe only apply for the initial internet link - or.. will it applies to any other subsequent new link? ie. other vpn link etc?
by wiseroute
Sun Jun 25, 2023 4:50 pm
Forum: General
Topic: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel
Replies: 35
Views: 6192

Re: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel

@ msatter ps. filtering on related is not needed because it is always related when the router answers on behalf. agreed. related means conntrack should be enabled. otherwise we will see huge amount of alien Traffic. but. why do we bother to stop the end result of a stale connection (outgoing to any ...
by wiseroute
Sun Jun 25, 2023 5:56 am
Forum: General
Topic: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel
Replies: 35
Views: 6192

Re: Router Leaking Packets (ICMP) Marked for Wireguard Tunnel

hello blacksnow, To be clear, I orginally thought the router was responding to a ICMP packet but the actual situation is that flow of TCP packets that cannot be delivered generate a ICMP packet from the router back to the source letting them know the packet cannot be delivered etc. it (the icmp 3 ge...
by wiseroute
Sat Jun 24, 2023 2:25 pm
Forum: General
Topic: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?
Replies: 25
Views: 7431

Re: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?

@ fvaseghi i am sorry, i and the other members just coloring the day. it's weekend, so let us all and you - get some rest a little bit πŸ˜‰ ok. back to you, As I said, the MikroTik router still serves to other devices properly. But Just Windows 10 and 11 clients can't connect correctly. they connect fo...
by wiseroute
Fri Jun 23, 2023 7:56 pm
Forum: General
Topic: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?
Replies: 25
Views: 7431

Re: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?

@ amm0 maybe use "pptp" as topic as well to make sure. can you make my life easier?? πŸ˜‚ @ rextended was busy helping the other OP how to script deleting pppoe username and password twice a day... and now you asked me to debug and find pptp logs?? how many pipe should I use? :debug [ find to...
by wiseroute
Fri Jun 23, 2023 6:43 pm
Forum: General
Topic: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?
Replies: 25
Views: 7431

Re: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?


Perhaps enabling "debug" as topic in logging would yield more clues on what's going on for you during PPTP session establishment
i really like this one πŸ‘πŸ»

ok @OP... show us the that pptp logs. show us that crystal ball πŸ˜‰

because @ chechito said the other way around -
by wiseroute
Fri Jun 23, 2023 5:15 pm
Forum: General
Topic: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?
Replies: 25
Views: 7431

Re: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?

@ amm0

yes, i don't mind with that l2tp in winbox quick setup.

but... again, have you ever count how many clicks you have to make for your windows based road warrior l2tp client to get them work? both for the server and the client πŸ˜‚

no no no... I'm just kidding πŸ˜‚ have a nice weekend folks πŸ‘πŸ»
by wiseroute
Fri Jun 23, 2023 4:47 pm
Forum: General
Topic: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?
Replies: 25
Views: 7431

Re: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?

@ erlinden,

have you ever count how many clicks you have to make between pptp and IPsec to get them work? πŸ˜‚
by wiseroute
Fri Jun 23, 2023 1:01 pm
Forum: General
Topic: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?
Replies: 25
Views: 7431

Re: Why Windows 10 and 11 cannot connect to the Mikrotik PPTP server?

hello But now windows 10 and 11 connot connect to these pptp servers. Older versions of windows, Smart Phones, Other routers and ... still connect properly. did you do any windows update before this happened? well, let us be fair - don't put any unnecessary burden to MT side alone. sometimes other s...
by wiseroute
Fri Jun 23, 2023 12:53 pm
Forum: General
Topic: Can someone give me the command line, to delete pppoe-out1
Replies: 16
Views: 2676

Re: Can someone give me the command line, to delete pppoe-out1

the main reason is that i need to make a script, where it will automatically change the username and password of that pppoe interface and then put it on a schedule..
I'm just wondering how will your isp call center handling your pppoe change request twice a day πŸ˜‚
by wiseroute
Thu Jun 22, 2023 7:42 pm
Forum: General
Topic: CCR1072-1G-8S+ Not Working Properly at 3000 PPPoE Active Users
Replies: 9
Views: 1161

Re: CCR1072-1G-8S+ Not Working Properly at 3000 PPPoE Active Users

hello @abn,

ok. are those olt's linked directly back to the core (your pppoe server)?

or do you have any pop nearest to the olt's?

are those 1200, 1300, 3000 users differentiated by profiles? do you have any mac filters for the wires?
by wiseroute
Thu Jun 22, 2023 11:57 am
Forum: General
Topic: CCR1072-1G-8S+ Not Working Properly at 3000 PPPoE Active Users
Replies: 9
Views: 1161

Re: CCR1072-1G-8S+ Not Working Properly at 3000 PPPoE Active Users

hello @abn,

i am wondering about your pppoe and overall network design. did you put one centralized server for all these connections? πŸ€”
by wiseroute
Wed Jun 21, 2023 3:07 pm
Forum: Beginner Basics
Topic: Packet Loss!!! BOND (802.3ad) on BRIDGE w/ HW Offload
Replies: 12
Views: 3921

Re: Packet Loss!!! BOND (802.3ad) on BRIDGE w/ HW Offload

@ edpa, agreed. vm lab doesnt represent true hardware performance. but - if you take a closer on those tx-rx error/drops between the bridged bonded interface vs plain bonded one, i think the error/drop would be quite significant in heavy traffic load. again, i just doing a balance-rr, i dont know ab...
by wiseroute
Wed Jun 21, 2023 1:08 pm
Forum: Beginner Basics
Topic: Packet Loss!!! BOND (802.3ad) on BRIDGE w/ HW Offload
Replies: 12
Views: 3921

Re: Packet Loss!!! BOND (802.3ad) on BRIDGE w/ HW Offload

@edpa i think these OP's @unlikely and @iamgavinj maybe correct - it seems adding bond interface to a bridge causing some packet lost. but, i am not really sure about their config/performance lost while @ourplan - the bond mode still in question? output - balance-rr, without bridge on v7.9: [admin@s...
by wiseroute
Wed Jun 21, 2023 5:23 am
Forum: Beginner Basics
Topic: End customer vpls Internet connection from ISP
Replies: 4
Views: 1083

Re: End customer vpls Internet connection from ISP

hello ok. 1. vpls is a professional services from your isp, they should be the first one who you call to assist you with the problem. while this forum members we don't have any idea you and your isp setup. 2. The ISP says they have tagged all the vlan's and the assigned subnet is routing from the IS...
  • 1
  • 2