Community discussions

MikroTik App

Search found 8 matches

by deepesh
Wed Apr 09, 2025 2:54 pm
Forum: General
Topic: failing to masquerade on VLAN interface
Replies: 3
Views: 740

Re: failing to masquerade on VLAN interface

If your router supports L3HW NAT, you need to turn off lw-hw-offloading on the two WAN ports, while enabling them on the rest of the ports. Before making the change on the ports, l3-hw-offloading on the switch chip must be turned off first. Afterward it has to be re-enabled. And you also need to co...
by deepesh
Tue Apr 08, 2025 2:24 pm
Forum: General
Topic: failing to masquerade on VLAN interface
Replies: 3
Views: 740

failing to masquerade on VLAN interface

is there limitation to masquerade on VLAN interface? VLAN 100 is facing towards LAN and VLAN 1000 on WAN. LAN has ip 10.100.21.220/24 and its trying to A client machine is trying to reach to internet but failing. /ip firewall nat add action=masquerade chain=srcnat ipsec-policy=out,none out-interface...
by deepesh
Fri Feb 14, 2025 11:53 am
Forum: General
Topic: Interfaces are toggling
Replies: 3
Views: 2307

Re: Interfaces are toggling

Hi sorry,
attaching more details.

Model number is

CRS510-8XS-2XQ
SW version is 7.17.2
by deepesh
Fri Feb 14, 2025 11:24 am
Forum: General
Topic: Interfaces are toggling
Replies: 3
Views: 2307

Interfaces are toggling

Hi All,

Not sure why we are seeing this but interfaces are toggling up and down constantly. Its not in one interface but multiple.

SFP28 ports have XZSNET 1000BASE-T SFP Transceiver, SFP to RJ45.

Any guidance will be appreciated.
by deepesh
Wed Dec 18, 2024 8:34 pm
Forum: Beginner Basics
Topic: netflow V5 not working
Replies: 3
Views: 4181

Re: netflow V5 not working

Thanks for reply - Yes with v5 selected RouterOS is not sending anything to the target collector - but when v9 selected records are sent as expected to the target

We use v5 because our collector is v5 only and don’t need any extra v9 data for our application.
by deepesh
Wed Dec 18, 2024 7:08 pm
Forum: Beginner Basics
Topic: netflow V5 not working
Replies: 3
Views: 4181

netflow V5 not working

We tried netflow but only V9 works but not V5.

Is this expected?

Firmware version is 7.16.1
by deepesh
Sun Sep 18, 2022 1:44 pm
Forum: General
Topic: DHCP server weird behaviour continously seeing DHCP offer
Replies: 1
Views: 398

Re: DHCP server weird behaviour continously seeing DHCP offer

# sep/18/2022 11:42:48 by RouterOS 7.5 # software id = # /interface ethernet set [ find default-name=ether1 ] disable-running-check=no set [ find default-name=ether2 ] disable-running-check=no /interface eoip add mac-address=02:77:89:1C:A8:E7 name=eoip-tunnel1 remote-address=192.168.1.175 tunnel-id...
by deepesh
Sun Sep 18, 2022 1:35 pm
Forum: General
Topic: DHCP server weird behaviour continously seeing DHCP offer
Replies: 1
Views: 398

DHCP server weird behaviour continously seeing DHCP offer

Hi, MikroTik is sending continuous DHCP offer messages even are successful DHCP allocations. On Log we can see unsuccessful allocation, my clients are working fine unless ACK is not reaching the server. DCHP request is coming through EOIP tunnel. Any help or guidance will be greatly appreciated. Lea...