Community discussions

MikroTik App

Search found 14 matches

by rexsllemel
Wed Dec 04, 2024 1:28 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2156
Views: 2228584

Re: 📣 WinBox 4 is here 📣

I have problem here, I can't use now the winbox4. The app can open no problem but since I change my monitor and location, the winbox4 app was out of window and I don't know how to reset it. I already deleted the app and asset, redownload but it still out of windows. Screenshot 2024-12-04 192503.png ...
by rexsllemel
Fri Nov 25, 2022 10:39 am
Forum: General
Topic: Couldn't remove simple queue - not permitted
Replies: 7
Views: 5545

Re: Couldn't remove simple queue - not permitted

Dynamic elements are not meant to be removed. Leave it there. I have to manually remove the simple queue because a user from hotspot cannot login bug.png In my case, it says "Can't remove dynamic object" I guess this is a bug. When user logout, the queues did not removed automatically.
by rexsllemel
Wed May 04, 2022 10:49 pm
Forum: General
Topic: dst-nat with changing port
Replies: 23
Views: 10488

Re: dst-nat with changing port

FYI, it was caused by what the provider called an application level filter being applied to our traffic by the provider as an oversight. I'm guessing an ids of some type. All working as it should now. Thanks for the help in determining the issue. Sorry, I don't know how you specifically solved the ...
by rexsllemel
Wed May 04, 2022 8:14 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

Again, no. It's possible to have gateway address in "network" field of IP address. It's point to point addressing, but it's not used that much. And it's exactly the same in v6 and v7. Most common config is still: /ip address add address=<static ip>/<correct mask> interface=ether1 Did you ...
by rexsllemel
Wed May 04, 2022 8:10 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

Again, no. It's possible to have gateway address in "network" field of IP address. It's point to point addressing, but it's not used that much. And it's exactly the same in v6 and v7. Most common config is still: /ip address add address=<static ip>/<correct mask> interface=ether1 Did you ...
by rexsllemel
Wed May 04, 2022 7:56 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

Thank you all for your help btw! I was about to give up and switch to v6 without you all!
by rexsllemel
Wed May 04, 2022 7:54 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

In short, no, it's exactly same in v7 as was in v6. There must be something else. For example, if DHCP client works, it adds not only route, but also address with proper mask, which is needed for gateway to be reachable. Did you add that in your manual config? No, sorry, I've done so many simulatio...
by rexsllemel
Wed May 04, 2022 7:52 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

I guess I figured it out. The network on ip address should be the same as gateway. ip add add address=[static ip] network=[gateway] interface=ether1 ip route add gateway=[gateway] On ros v6, the network on ip addresses will be set to 192.168.100.0 but on ros v7 the network on ip addresses should be ...
by rexsllemel
Wed May 04, 2022 7:25 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

Those is a cli command...
Yes, but still not working.
by rexsllemel
Wed May 04, 2022 7:24 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

Update:
Does not work on chr hosted server. On ros v6 I only add gateway and it's done but in ros v7 it's invalid and unreachable
by rexsllemel
Wed May 04, 2022 7:02 pm
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Re: Immediate gateway: unknown [SOLVED]

the status says IUSH so meaning invalid, unreachable. Please help how to add static route most specially using cli because I can't connect winbox to my chr hosted server.
by rexsllemel
Wed May 04, 2022 10:16 am
Forum: General
Topic: Immediate gateway: unknown [SOLVED]
Replies: 12
Views: 9538

Immediate gateway: unknown [SOLVED]

I can't figure out how to add static route in ros v7. If I will use dhcp-client, it works ok immediate gateway: 192.168.100.100%ether1 but, if I want to put static ip and adding static route it show Immediate gateway:unknown . there is no options to set immediate gateway even in the cli I am on ros ...
by rexsllemel
Sun Jan 09, 2022 10:52 am
Forum: RouterOS beta
Topic: 404 Not found on Hotspot Captive Portal
Replies: 5
Views: 4567

Re: 404 Not found on Hotspot Captive Portal

This is real bug. I have the same problem. I downgrade to v6 in order to use hotspot.
by rexsllemel
Fri Sep 17, 2021 6:36 pm
Forum: General
Topic: ovpn-out1: terminating... - unknown cipher alg or key size
Replies: 0
Views: 1729

ovpn-out1: terminating... - unknown cipher alg or key size

I have followed all guides to troubleshoot but I can't get my OpenVPN to work In my linux VPS VPN server, this is my server-tcp.conf: port 1194 proto tcp dev tun ca ca.crt cert server.crt key server.key dh dh2048.pem plugin /usr/lib/openvpn/openvpn-plugin-auth-pam.so login verify-client-cert none us...