Community discussions

MikroTik App

Search found 1637 matches

by k6ccc
Tue Apr 15, 2025 6:11 pm
Forum: Beginner Basics
Topic: send notification on reboot
Replies: 3
Views: 301

Re: send notification on reboot

Here's my script that does exactly that. Note the time delay at the beginning. E-Mail has to already be set up. In scheduler, there is an event that runs this script with a start time of "Startup" :log info "Starting System Startup script" :delay 00:00:20 :log info "Sending ...
by k6ccc
Sat Apr 12, 2025 1:13 am
Forum: General
Topic: Switch Rule does not match IPv6 packets
Replies: 7
Views: 666

Re: Switch Rule does not match IPv6 packets

Correct. IPv4 and IPv6 firewalls are separate. If you are looking at WinBox, IPv4 and IPv6 are separate items and therefore the firewalls are separate. If you are using rules in a bridge or switch chip, I can't help you.
by k6ccc
Fri Apr 11, 2025 2:02 am
Forum: Beginner Basics
Topic: Port forwarding
Replies: 10
Views: 791

Re: Port forwarding

Simple answer is that you need a port forwarding NAT. However do as Anav said and export your configuration.
by k6ccc
Thu Mar 13, 2025 9:48 pm
Forum: General
Topic: can't access a specific URL I need help!!!!!
Replies: 6
Views: 1166

Re: can't access a specific URL I need help!!!!!

For starters, you gave us almost zero useful information. Is this a URL on your LAN, something out there on the web, something else???
by k6ccc
Mon Mar 03, 2025 9:41 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2167
Views: 2382098

Re: 📣 WinBox 4 is here 📣

I found something that at least my search in this tread has not been addressed. The DHCP Server Leases tab absolutely refused to let me assign a specific address to to a DHCP assignment that I had made "static". Details: Winbox 4.0beta17 on a Windows 10 computer communicating with a RB4011...
by k6ccc
Wed Feb 26, 2025 12:51 am
Forum: SwOS
Topic: sfp-sfpplus1 high temperature warning! [SOLVED]
Replies: 15
Views: 21254

Re: sfp-sfpplus1 high temperature warning! [SOLVED]

OK, BartoszP - I LOVE the zip ties holding it together. I know it was a temp test, but I loved it.
by k6ccc
Mon Feb 24, 2025 7:35 pm
Forum: Beginner Basics
Topic: VLANs via power line
Replies: 6
Views: 3611

Re: VLANs via power line

A lot of non-VLAN aware devices will successfully pass VLAN traffic just fine - however some will not. You really have to test non-VLAN aware devices to make sure. I am using a non-VLAN aware dumb switch for some VLAN traffic and it works just fine. As for power line network adapters - don't get you...
by k6ccc
Fri Feb 21, 2025 12:41 am
Forum: Scripting
Topic: Is there a Script equivalent of "GoTo"?
Replies: 19
Views: 7591

Re: Is there a Script equivalent of "GoTo" and script size.

the dialog will let you TYPE above 64Kb into the edit box... it just doesn't save that part. Interesting. On my RB4011iGS+ with 6.49.15 and WinBox 3.41 the editor would completely stop accepting new characters typed or pasted once it hit 32K. Sounds like 64K is the limit in WinBox 4. The script I a...
by k6ccc
Thu Feb 20, 2025 6:28 pm
Forum: Scripting
Topic: Is there a Script equivalent of "GoTo"?
Replies: 19
Views: 7591

Re: Is there a Script equivalent of "GoTo"? - also script size limit

As a little followup to the script size limit I was running into, I ran into this issue again. Confirmed Winbox 3.41 with a RB4011iGS+ / 6.49.15 would let me add characters after 32K. Downloaded WinBox 4.0 beta 17 and tried it. No problem editing and saving a script that exceeded 32K. So good news f...
by k6ccc
Thu Feb 20, 2025 12:50 am
Forum: SwOS
Topic: CSS318-16G-2S+IN trouble VLAN [SOLVED]
Replies: 1
Views: 12164

Re: CSS318-16G-2S+IN trouble VLAN [SOLVED]

Deleted (except it won't let me delete it)...
by k6ccc
Sun Feb 16, 2025 7:48 pm
Forum: Beginner Basics
Topic: Creating 3 VLANs on one port and making DHCP on one VLAN
Replies: 8
Views: 3720

Re: Creating 3 VLANs on one port and making DHCP on one VLAN

Also, as a general rule of thumb, avoid using VLAN 1. A lot of devices treat VLAN 1 as special and will sometimes do unpredictable things with it. Best to just avoid using VLAN 1 unless you have some device that requires it.
by k6ccc
Fri Feb 14, 2025 10:51 pm
Forum: General
Topic: Hacking Test
Replies: 18
Views: 4788

Re: Hacking Test

My problem is that I'm never on a network that is not VPN'd to the original.
Take your laptop to your local Starbucks or other establishment that has public WiFi and use that. Do make sure your laptop is properly firewalled so it does not pick something up...
by k6ccc
Fri Feb 14, 2025 10:36 pm
Forum: Beginner Basics
Topic: Port mapping issue
Replies: 3
Views: 2603

Re: Port mapping issue

Most important is that if you have EVER made any config changes to the router (and it sounds like you did long ago), NEVER EVER use QuickSet ever again. Quickset pretty much assumes you have a factory default configuration. If it's not in a factory default configuration, the results will be somewhat...
by k6ccc
Tue Feb 11, 2025 10:06 pm
Forum: General
Topic: I CANNOT PING BETWEEN 2 LANS ON THE SAME MIKROTIK.
Replies: 5
Views: 2417

Re: I CANNOT PING BETWEEN 2 LANS ON THE SAME MIKROTIK.

First problem I see is that you are showing 10.0.0.4 as the gateway, but there is no 10.0.0.4 device on your network drawing.
by k6ccc
Mon Feb 03, 2025 8:36 pm
Forum: Beginner Basics
Topic: Cannot change boot mode to SwOS
Replies: 5
Views: 5177

Re: Cannot change boot mode to SwOS

Correct, SwitchOS is GUI only, and looking at my only dual boot device that is SwitchOS 2.17, there is no checkbox for that.
by k6ccc
Fri Jan 31, 2025 2:49 am
Forum: Scripting
Topic: Is there a Script equivalent of "GoTo"?
Replies: 19
Views: 7591

Re: Is there a Script equivalent of "GoTo"?

FWIW, limit is 64KB in V7. But even in 7.17, /system/script/edit will only view up to first 32KB files, while both winbox and webfig will let you use the "full" 64KB allowed. Thanks. Note that I'm on 6.49.15 and Winbox 3.41. I was no where near 64KB, but could have hit 32K. If I have time...
by k6ccc
Thu Jan 30, 2025 9:37 pm
Forum: General
Topic: How to have more than 8 RTSP services ports
Replies: 4
Views: 3861

Re: How to have more than 8 RTSP services ports

If I am understanding your question, you are setting up the RTSP streams incorrectly in the router. The IP > Firewall > Service ports is services provided by the router itself. Webcam streams are not provided by the router, but rather by the camera. Should be NAT forwarding.
by k6ccc
Thu Jan 30, 2025 9:16 pm
Forum: Beginner Basics
Topic: Assistance Needed ASAP
Replies: 4
Views: 4351

Re: Assistance Needed ASAP

For future reference, when posting a help request, putting something useful in the subject makes it far more likely that you will get some help, and it makes the issue far easier to find in a search. For example, instead of "Assistance Needed ASAP", something more useful might be "Nee...
by k6ccc
Thu Jan 30, 2025 9:10 pm
Forum: Beginner Basics
Topic: Need Port Forwarding Help
Replies: 2
Views: 4412

Re: Need Port Forwarding Help

Export and post the config of the hAP. without that, we're guessing. Also confirm your error (or typo) that TheCat12 mentioned. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive...
by k6ccc
Wed Jan 29, 2025 11:32 pm
Forum: Scripting
Topic: Is there a Script equivalent of "GoTo"?
Replies: 19
Views: 7591

Re: Is there a Script equivalent of "GoTo"?

I have 32KB script and it is not possible to add/edit it over Winbox, crashes it on save, but over WebFig works.
Interesting. Sounds like it's a Winbox issue, not a script limit.
I'm on Winbox 3.41 in case that makes any difference.
by k6ccc
Wed Jan 29, 2025 9:16 pm
Forum: Scripting
Topic: Is there a Script equivalent of "GoTo"?
Replies: 19
Views: 7591

Re: Is there a Script equivalent of "GoTo"?

Well, I did a little clean up and made it far easier to just use a :if to skip the desired parts. However I ran into a situation I could not find in the Wiki. I hit the maximum size if a script. I did not know there was a maximum size, but the script editor in Winbox would not allow adding any more ...
by k6ccc
Tue Jan 28, 2025 9:07 pm
Forum: Scripting
Topic: Is there a Script equivalent of "GoTo"?
Replies: 19
Views: 7591

Re: Is there a Script equivalent of "GoTo"?

Convert that section on one function and call it only when is needed. Easy.
Not quite so easy. Each time the script would have to call a different function (several dozen) because each section is different.
Possible? Yes. Easy? No.

Sounds like I just stay with another layer of :if
by k6ccc
Tue Jan 28, 2025 8:07 pm
Forum: Scripting
Topic: Is there a Script equivalent of "GoTo"?
Replies: 19
Views: 7591

Is there a Script equivalent of "GoTo"?

In a RouterOS script is there an equivalent to a GoTo statement in Basic? What I'm trying to accomplish is if a certain variable is some value, I want to skip a section of the script (about 30 lines). I can at least sort of do it with a :if, but it can be a bit convoluted. This will be repeated many...
by k6ccc
Mon Jan 27, 2025 8:46 pm
Forum: SwOS
Topic: Switch allows DHCPDISCOVER but drops DHCPOFFER
Replies: 3
Views: 6848

Re: Switch allows DHCPDISCOVER but drops DHCPOFFER

Is the wired management computer getting a DHCP address from the Router? If so, the problem is almost certainly with the AP or the interface between the switch and the AP. Not knowing how the AP is configured, I would wonder if the issue is because you are sending untagged traffic to the AP from the...
by k6ccc
Fri Jan 24, 2025 7:34 pm
Forum: General
Topic: Unable to Downgrade RouterOS from 7.18beta2 to 7.16.2 on hAP ax3 ARM 64 [SOLVED]
Replies: 10
Views: 6266

Re: Unable to Downgrade RouterOS from 7.18beta2 to 7.16.2 on hAP ax3 ARM 64 [SOLVED]

Is this a very new router?
Check System > RouterBoard and see what the factory firmware version is. You can't downgrade to anything lower than that version.
by k6ccc
Fri Jan 24, 2025 4:48 am
Forum: Beginner Basics
Topic: Starlink Packet Loss Troubleshooting
Replies: 17
Views: 6935

Re: Starlink Packet Loss Troubleshooting

As I recall, the Starlink app will give you a lot of information on the Starlink portion of the hop. Start with that.
No, I do not have Starlink, but a couple friends do and I have seen them showing off the app.
by k6ccc
Fri Jan 24, 2025 4:44 am
Forum: SwOS
Topic: sfp-sfpplus1 high temperature warning! [SOLVED]
Replies: 15
Views: 21254

Re: sfp-sfpplus1 high temperature warning! [SOLVED]

The RJ10 SFP produces a huge amount of heat. Best solution if you can do it is to swap to fiber modules instead.
by k6ccc
Fri Jan 10, 2025 4:47 pm
Forum: Beginner Basics
Topic: Struggling to Access forwarded ports on public IP PPPoE Connection
Replies: 1
Views: 3266

Re: Struggling to Access forwarded ports on public IP PPPoE Connection

Are you trying to access the forwarded ports from the Internet or from your own LAN? Second is post your configuration - otherwise we're guessing. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/ex...
by k6ccc
Fri Dec 27, 2024 2:17 am
Forum: Beginner Basics
Topic: LAN and WAN on same network
Replies: 2
Views: 4132

Re: Internet

I think what you are asking is if you can have the same IP subnet on the WAN connection as on your LAN. If that's the question, the answer is no.
by k6ccc
Thu Dec 26, 2024 10:46 pm
Forum: General
Topic: What device should I buy for this use-case?
Replies: 6
Views: 2185

Re: What device should I buy for this use-case?

So why not CSS318?
I thought of that one too. I wish it had come out a month earlier. would have been perfect for a task I have. Ended up with a CSS326 - which I have several of already.
by k6ccc
Thu Dec 26, 2024 8:48 pm
Forum: General
Topic: What device should I buy for this use-case?
Replies: 6
Views: 2185

Re: What device should I buy for this use-case?

Sounds like you need a switch. Your thought to use a RB260GS (also known as a CSS106-5G-1S) is a fine suggestion - I have several of them. They will give you five Gig-E ports plus an SFP if you need one more port. SwitchOS is quite different from RouterOS, but once you get the hang of it, it's fairl...
by k6ccc
Fri Dec 20, 2024 6:43 am
Forum: SwOS
Topic: SwOS 2.17 on link tab ERROR: Lost Connection
Replies: 3
Views: 6500

Re: SwOS 2.17 on link tab ERROR: Lost Connection

Glad you found the issue. At least it was easy.

Merry Christmas.
by k6ccc
Thu Dec 19, 2024 7:04 pm
Forum: SwOS
Topic: SwOS 2.17 on link tab ERROR: Lost Connection
Replies: 3
Views: 6500

Re: SwOS 2.17 on link tab ERROR: Lost Connection

Confirming that all the other tabs work correctly?
by k6ccc
Wed Dec 18, 2024 11:49 pm
Forum: General
Topic: Mikrotik Reset Password Without Loosing Configurations
Replies: 7
Views: 2813

Re: Mikrotik Reset Password Without Loosing Configurations

First educated guess is that you had your router hacked. Look up NetInstall. Then rebuild the config. DO NOT reload a backup as that file has likely been compromised. If you have an export, you can start with that - again, DO NOT simply load that. Verify every line of code in the export to make sure...
by k6ccc
Thu Dec 12, 2024 4:44 pm
Forum: General
Topic: CRS326-24G-2S+RM only act as switch, without any other option, possible ?
Replies: 6
Views: 1546

Re: CRS326-24G-2S+RM only act as switch, without any other option, possible ?

Another option is the CRS326 is dual boot, so it can be configured to use SwitchOS. Makes a great fully managed switch.
by k6ccc
Thu Dec 12, 2024 4:41 pm
Forum: Beginner Basics
Topic: Share 10Gb Internet connection ccr2004-1G-12S+2XS
Replies: 7
Views: 3953

Re: Share 10Gb Internet connection ccr2004-1G-12S+2XS

I'd like to share a 10Gbit Internet Connection with 6 neighbours over 1Gbit fibre.
One thing to be cautious of is your ISP may not be very happy with you sharing your internet with other potential customers of theirs. May very well flat out violate your terms of service. I know it would for me.
by k6ccc
Thu Dec 05, 2024 10:27 pm
Forum: Beginner Basics
Topic: Secure Remote Access - QuickSet VPN
Replies: 17
Views: 6118

Re: Secure Remote Access - QuickSet VPN

<snip> My plan is to enable the QuickSet VPN access option <snip> No one mentioned this unless I missed it. For any Mikrotik router, if you have done ANY configuration on that router, NEVER use QuickSet ever again. Doing so may well break whatever config you have already done. QuickSet should only ...
by k6ccc
Thu Nov 14, 2024 5:42 pm
Forum: Beginner Basics
Topic: Netinstall and default password
Replies: 3
Views: 2510

Re: Netinstall and default password

customer cancel their internet access they don't always send back the router with the sheet with the default password. You gave the customer GOD access to the router? Why would you do that? Keeping track of the different default password is too bothersome Should just be part of your inventory manag...
by k6ccc
Tue Nov 12, 2024 5:52 pm
Forum: General
Topic: Routeros V7.15.3 randomly deleted users once a day.
Replies: 16
Views: 2027

Re: Routeros V7.15.3 randomly deleted users once a day.

using a strong password ... and a length of 9 characters.
No offense intended, but those two statements barely belong in the same sentence.
by k6ccc
Tue Nov 12, 2024 4:34 pm
Forum: SwOS
Topic: Can't Upgrade SWos out of SWos [SOLVED]
Replies: 6
Views: 18359

Re: Can't Upgrade SWos out of SWos [SOLVED]

I've tried the Private/Incognito tab and my switch [CSS326-24G-2S+RM] still wouldn't upgrade, even thou it's going through the motions. And can't find the manual FW file on the download page on the website. https://mikrotik.com/download Expand the section for SwitchOS. Near the bottom of the list.
by k6ccc
Thu Nov 07, 2024 7:12 pm
Forum: General
Topic: Router Rebooting Issue
Replies: 2
Views: 661

Re: Router Rebooting Issue

You ask about the WiFi device, but give absolutely zero information about it or what is powering it. And I hope the config of your router was not the complete config.
by k6ccc
Wed Nov 06, 2024 5:06 pm
Forum: Beginner Basics
Topic: Why is there no decent security on FTP Server on MK?
Replies: 22
Views: 3272

Re: Why is there no decent security on FTP Server on MK?

Flat out - wrong tool for the job. You want an FTP server, pick your favorite and put it on whatever computer type that FTP server runs on. Let your router be a router...
by k6ccc
Sat Nov 02, 2024 11:38 pm
Forum: SwOS
Topic: Service VLAN on swOS
Replies: 10
Views: 18550

Re: Service VLAN on swOS

Nope.
Would be nice.
by k6ccc
Sat Nov 02, 2024 1:35 am
Forum: Beginner Basics
Topic: Stuck on device to vlan assignment principles
Replies: 10
Views: 2389

Re: Stuck on device to vlan assignment principles

Or sit at your computer on the couch and order it online. Lots of sources for the CSS106-5G-1S I mentioned earlier.
by k6ccc
Fri Nov 01, 2024 10:23 pm
Forum: Beginner Basics
Topic: Stuck on device to vlan assignment principles
Replies: 10
Views: 2389

Re: Stuck on device to vlan assignment principles

As far as I know, there is no way to do that (I could be wrong on that). However what you could do is make the port to the couch a VLAN trunk and put a simple VLAN aware managed switch at the couch. Set that up so one port (to the rest of your network) is the VLAN trunk, and two of the other ports a...
by k6ccc
Thu Oct 31, 2024 4:37 pm
Forum: Beginner Basics
Topic: Not enough permissions? [SOLVED]
Replies: 17
Views: 7051

Re: Not enough permissions? [SOLVED]

Do NOT " only " disable admin, set to the admin one random long password, create one empty group with no privileges (policies) and assign it to admin.... Any particular reason for that as opposed to what I have done and completely delete the admin user ID? I have a completely different Us...
by k6ccc
Thu Oct 31, 2024 3:34 am
Forum: Beginner Basics
Topic: Trying to wrap my head around VLANs
Replies: 17
Views: 3698

Re: Trying to wrap my head around VLANs

VLANs are easy once you get the hang of it. I am a little odd that I don't use a bridge in my router at all. However the router is not doing any switch functions - every port is a different LAN or VLAN trunk. All switch functions are done in separate managed switches (CSS326 running SwitchOS).
by k6ccc
Sat Oct 26, 2024 2:21 am
Forum: MikroTik hardware questions
Topic: Single Pair Ethernet (SPE) on Mikrotik??
Replies: 5
Views: 8361

Re: Single Pair Ethernet (SPE) on Mikrotik??

Do you mean Cat3 telephony wires ? I'm actually running an ethernet connection over Cat-3 telephone cable. I found I needed to lock it to 10Mb/s because if I allowed it to go faster, the retries were so bad that the overall throughput was lower. For the application, a connection at 10 Kilobit would...
by k6ccc
Sat Oct 26, 2024 2:15 am
Forum: MikroTik hardware questions
Topic: Any recommendation for 57V PSU (RB5009)?
Replies: 10
Views: 8371

Re: Any recommendation for 57V PSU (RB5009)?

The problem here is that most internal DC power supplies use Linier power supplies ( not switching power supplies ). North Idaho Tom Jones Where did you come up with that one? Almost nothing uses linear power supplies any more. Switching regulator chips are easier to come by and in many cases are c...
by k6ccc
Sat Oct 26, 2024 2:07 am
Forum: MikroTik hardware questions
Topic: RB5009 vs RB4011
Replies: 8
Views: 12335

Re: RB5009 vs RB4011

I made the same decision several years ago (when the 5009 was very new). At that time, ROS 7 was not really ready for prime time, and the 5009 requires ROS 7. I went with the 4011 mostly because of the ROS 7 requirement with the 5009. I have been very happy with my 4011 and yes, it's still running R...
by k6ccc
Wed Oct 23, 2024 2:31 am
Forum: General
Topic: winbox access
Replies: 1
Views: 377

Re: winbox access

All I can tell you is that NetInstall can be VERY picky. Make sure there is only one network connected to the computer - directly to the router you are trying to NetInstall. Make sure to turn off Wifi if that computer has it.
by k6ccc
Thu Oct 17, 2024 8:59 pm
Forum: Beginner Basics
Topic: FIREWALL Forward rule
Replies: 10
Views: 1594

Re: FIREWALL Forward rule

As Anav said, hard to tell without context, but remember in RouterOS, any packet that gets to the end of the whatever chain it is going through (usually Input or Forward) is accepted. So you really need a drop everything rule at the end of each chain. The rule you pointed out sort of accomplished th...
by k6ccc
Thu Oct 17, 2024 7:01 am
Forum: Beginner Basics
Topic: Problem with switches behind Mikrotik
Replies: 5
Views: 1264

Re: Problem with switches behind Mikrotik

That makes no sense as described. However without your config, we're guessing. Please post your configuration and either a drawing of what is connected to what, or a detailed description of the same. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a ter...
by k6ccc
Wed Oct 02, 2024 10:48 pm
Forum: SwOS
Topic: Install SwOS on RouterOS [SOLVED]
Replies: 10
Views: 55894

Re: Install SwOS on RouterOS [SOLVED]

You might be surprised at some of the things you lose by booting into SwOS. It’s rarely worth it, IMO. I read your piece tangent. You do have some valid points, and it was obvious that your objective is to show how much better RouterOS even for a switch - and I respect your opinions. Several of you...
by k6ccc
Thu Sep 26, 2024 5:37 pm
Forum: Beginner Basics
Topic: HDHomeRun broadcast is blocked
Replies: 11
Views: 1518

Re: HDHomeRun broadcast is blocked

How about telling us some useful information. First of all, what the heck is a HDHomeRun tuner? What model and software version of the Mikrotik switch? What is connected to what and how?
There will be more questions, but this is a good start.
by k6ccc
Thu Sep 26, 2024 1:30 am
Forum: General
Topic: System - Shutdown query [SOLVED]
Replies: 4
Views: 6825

Re: System - Shutdown query [SOLVED]

If you plan to use a remotely operated power switch, make sure that with the router shut down that you will be able to access the power switch. It would not work well to use a remote power switch that is operating on the LAN from the router that is shut down...
by k6ccc
Thu Sep 26, 2024 1:24 am
Forum: Beginner Basics
Topic: Can't WOL using 3rd party apps
Replies: 4
Views: 1081

Re: Can't WOL using 3rd party apps

What's your physical network arrangement? By that I mean are the various devices plugged into a separate LAN switch, or are they plugged into different ports on the same router? If going into the router (I presume into ports on a bridge), export and post your configuration. To export and paste your ...
by k6ccc
Tue Sep 24, 2024 5:33 pm
Forum: Beginner Basics
Topic: ipv6 security
Replies: 14
Views: 2863

Re: ipv6 security

My ISP so far is not making IPv6 available - which does not bother me at all. I have my main router setup as a IPv6 DHCP client and I look every once in a while to see if it is able to get an address. Otherwise I have "drop all" rules in both Input and Forward chains. I also have packet co...
by k6ccc
Tue Sep 24, 2024 5:26 pm
Forum: Beginner Basics
Topic: Mikrotik and two mail servers
Replies: 1
Views: 1127

Re: Mikrotik and two mail servers

Lookup Hairpin NAT in the docs or here on the forum.
by k6ccc
Sun Sep 22, 2024 6:29 am
Forum: General
Topic: Too many winboxes
Replies: 11
Views: 1827

Re: Too many winboxes

What are you doing that you need to be actively making changes to that many routers at the same time?
Personally I don't think i have ever needed more than two open at the same time.
by k6ccc
Thu Sep 19, 2024 5:31 pm
Forum: Beginner Basics
Topic: Port-forwarding no working
Replies: 2
Views: 1242

Re: Port-forwarding no working

Reading your firewall rules was making my head explode. Do yourself (and the rest of us) a favor and move your firewall rules around so that all the rules in each chain are together. In other words, all the Input chain, then all the forward chain, etc. Does not make any difference to the router, but...
by k6ccc
Tue Sep 17, 2024 10:09 pm
Forum: Beginner Basics
Topic: bandwidth
Replies: 1
Views: 763

Re: bandwidth

Unless I am completely not understanding your question - we have no clue what YOUR un-named ISP does. Ask them.
by k6ccc
Fri Sep 13, 2024 9:34 pm
Forum: Announcements
Topic: SwOS version 2.17 released!
Replies: 15
Views: 133397

Re: SwOS version 2.17 released!

Updated three CSS326-24G-2S+ and one CRS326-24G-2S+ without issue.
As expected, no update available for my two CSS106 switches.
by k6ccc
Mon Sep 09, 2024 9:11 pm
Forum: SwOS
Topic: Stuck at 2.11p
Replies: 7
Views: 10679

Re: Stuck at 2.11p

Interesting, I have a couple CSS106-5G-1S switches (not the r2) and they updated fine. I wonder what's up with the r2 version???
by k6ccc
Sun Sep 08, 2024 6:25 am
Forum: Beginner Basics
Topic: VPN quickset changes and how to undo
Replies: 2
Views: 1251

Re: VPN quickset changes and how to undo

Agree with never using QuickSet. However, your you have a backup from before you used QuickSet? If not, you hopefully just learned something. Always make sure you have a backup before making major changes. Backup and Export is even better. Safe Mode would likely also have saved your bacon. None of t...
by k6ccc
Tue Aug 27, 2024 5:52 pm
Forum: General
Topic: Dynamic DNS [SOLVED]
Replies: 12
Views: 5240

Re: Dynamic DNS [SOLVED]

Lots of us here do use a Dynamic DNS service. Personally I have used Dynu DNS ( https://www.dynu.com/ ) for years. They have a free level and several paid levels - depending on what services you need. I am using their lowest paid level, although I have also used their free service. They have small c...
by k6ccc
Sun Aug 18, 2024 8:21 am
Forum: SwOS
Topic: Use backup config from Switch A on Switch B
Replies: 1
Views: 5870

Re: Use backup config from Switch A on Switch B

I THINK so - don't guarantee that however.
by k6ccc
Sun Aug 18, 2024 8:20 am
Forum: SwOS
Topic: Is SwOS dead?
Replies: 8
Views: 14347

Re: Is SwOS dead?

There is a couple of new releases since you posted ;)

Only one. 2.16 was released on 23 Feb. 2024
SwitchOS lite has had a couple, but that only works on a few products.
by k6ccc
Thu Aug 15, 2024 4:28 am
Forum: Beginner Basics
Topic: configuration lost on reboot?
Replies: 11
Views: 2066

Re: configuration lost on reboot?

You really use VLAN 1 for tagging?
Yes, he is using this for a ham radio application and the device being connected uses VLAN 1 and VLAN 2 and untagged traffic on the same port for one of the purposes and is not changable.
by k6ccc
Wed Aug 14, 2024 5:10 pm
Forum: Beginner Basics
Topic: Can't change network
Replies: 11
Views: 1814

Re: Can't change network

Sounds like a real need of understanding how subnetting works. A network does not simply start at whatever arbitrary address you want. There are specific breaks that can not be changed for an address and CIDR. Do a Google search for something like "How subnetting works" and do some reading...
by k6ccc
Thu Aug 08, 2024 9:06 pm
Forum: General
Topic: Steps to configure CRS326-24S+2Q+RM as a L3 Switch wihtout Router-on-a-stick
Replies: 23
Views: 2874

Re: Steps to configure CRS326-24S+2Q+RM as a L3 Switch wihtout Router-on-a-stick

I have to use VLAN 1 an my management VLAN as all my devices are on VLAN1. RouterOS must have some way out to use VLAN1 a management. RouterOS handles VLAN 1 just fine - but LOTS of other devices do not. Hence the recommendation to not use VLAN 1. In many cases other devices treat VLAN 1 as special...
by k6ccc
Wed Aug 07, 2024 2:15 am
Forum: General
Topic: Winbox: router not detected despite being on the same broadcast domain
Replies: 20
Views: 2060

Re: Winbox: router not detected despite being on the same broadcast domain

Anything in your own config that would be blocking WinBox? Best bet is post your configuration - else we're mostly guessing.
by k6ccc
Wed Aug 07, 2024 1:57 am
Forum: Beginner Basics
Topic: Port Fowarding on Internal Network
Replies: 8
Views: 1641

Re: Port Fowarding on Internal Network

For the most part, if you have multiple devices on the same LAN segment (which sounds like your situation), traffic between them never goes through your router, and therefore the router can't modify the traffic. If that is not the case please provide a network description (or better yet a network dr...
by k6ccc
Fri Aug 02, 2024 7:41 pm
Forum: General
Topic: Winbox Whisky problem
Replies: 5
Views: 1388

Re: Winbox Whisky problem

Clearly you need more whiskey.
Pass the Jack Daniels please...

Sorry, couldn't resist...
by k6ccc
Wed Jul 31, 2024 10:52 pm
Forum: Beginner Basics
Topic: MIkrotik v7.16beat4 email tool error
Replies: 3
Views: 1447

Re: MIkrotik v7.16beat4 email tool error

Did that configuration work in an earlier version of ROS? I just looked at my E-Mail settings in my RB4011 which is running 6.49.15 (so, a much earlier version). The only difference is that I am using TLS = Yes. Also, did you set up an application specific password in your G-Mail account settings fo...
by k6ccc
Wed Jul 31, 2024 10:30 pm
Forum: SwOS
Topic: problem with Lock On First in swos
Replies: 5
Views: 5892

Re: problem with Lock On First in swos

SwitchOS or RouterOS? I would assume SwirchOS since you asked in that section of the forum - but you know what you get by assuming...

What software version?
by k6ccc
Mon Jul 15, 2024 1:45 am
Forum: Beginner Basics
Topic: MikroTik Configuration 3 WAN 2 LAN and VPN Need Kind Help from Seniors Please
Replies: 36
Views: 3617

Re: MikroTik Configuration 3 WAN 2 LAN and VPN Need Kind Help from Seniors Please

When you post your configuration, please use a Code block. Makes it easier to read. In your message here, click the code display icon in the toolbar above the text entry (the code display icon is the 7th one from the left and looks like a square with a blob in the middle). Then paste the text from t...
by k6ccc
Fri Jul 12, 2024 6:11 pm
Forum: Beginner Basics
Topic: Could not ping from winbox to LAN device
Replies: 2
Views: 1001

Re: Could not ping from winbox to LAN device

Remember that these days the default Windows configuration is to NOT allow the PC to be pinged. That is set in the Windows firewall.
Obviously I don't know what your .254 device is since you did not state it, but if it's a Windows PC, something to check.
by k6ccc
Fri Jul 12, 2024 6:08 pm
Forum: General
Topic: VLAN 1 IP and dedicated MGMT Port IP in same subnet
Replies: 8
Views: 2300

Re: VLAN 1 IP and dedicated MGMT Port IP in same subnet

Also, as a general rule of thumb, it can be an issue using VLAN 1. Although for your specific application it should not be a problem, but many other devices treat VLAN 1 as "special" and do various undesired things with it. Best just to avoid it.
by k6ccc
Thu Jul 11, 2024 12:37 am
Forum: General
Topic: Winbox feature request: ICMP/Port Knocking for administrative access
Replies: 25
Views: 2803

Re: Winbox feature request: ICMP/Port Knocking for administrative access

A trick I have used for port knocking is to set the ports as bookmarks in Firefox (or whatever browser you use). You only need to let it try to connect for a second - and of course it will fail, so don't wait for it. So select the first bookmark, wait a second and click the X to cancel the attempt. ...
by k6ccc
Thu Jul 11, 2024 12:28 am
Forum: General
Topic: Winbox feature request: ICMP/Port Knocking for administrative access
Replies: 25
Views: 2803

Re: Winbox feature request: ICMP/Port Knocking for administrative access

Why???????????

Use wireguard!!
Doing it from a work computer where I can't install Wireguard.
by k6ccc
Wed Jul 10, 2024 4:49 pm
Forum: Beginner Basics
Topic: Am I being port scanned?
Replies: 9
Views: 1871

Re: Am I being port scanned?

As a general statement, if you have an Internet facing port for very long you WILL be port scanned and have attempts on many of the common ports. You ISP will either laugh in your face, or at least laugh at you after ending the phone call if you ask them to fix that "problem". You need to ...
by k6ccc
Thu Jun 27, 2024 10:02 pm
Forum: Beginner Basics
Topic: [SOLVED] Kind request for feedback about firewall configuration
Replies: 8
Views: 1733

Re: Kind request for feedback about firewall configuration

To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then open the files section and right click on the filename you created and select download i...
by k6ccc
Sat Jun 15, 2024 9:10 pm
Forum: Beginner Basics
Topic: VLAN - help with setting up
Replies: 12
Views: 2176

Re: VLAN - help with setting up

I didn't know that, I learn something new every day, thank you. Next time I'll be much more careful about safety, Safety is not so much the issue - although there are a few things not to make public. The far bigger issue is that trying to read a bunch of screen captures is very often hard to read a...
by k6ccc
Fri Jun 14, 2024 5:59 pm
Forum: Scripting
Topic: Check IP script died after update - maybe
Replies: 5
Views: 4258

Re: Check IP script died after update - maybe

Thank you very much. Sometimes it's the obvious. I deleted the extra IP and the script worked correctly so you were right on the money. I will give your second suggestion a try. I understand exactly what it is all doing with one exception. Can you explain what the meaning or purpose of the "->0...
by k6ccc
Fri Jun 14, 2024 6:46 am
Forum: Beginner Basics
Topic: VLAN - help with setting up
Replies: 12
Views: 2176

Re: VLAN - help with setting up

The VLAN should be as follows: VLAN 1 - 10.1.0.0/8 (Router and Switch / Cameras) DHCP 1 - 10.1.0.1-10.1.0.254 VLAN 2 - 10.2.0.0/8 (All connections from Switch) DHCP 2 - 10.2.0.1-10.2.0.254 VLAN 3 - 10.3.0.0/8 (Wi-Fi Devices / Mobiles) DHCP 3 - 10.3.0.1-10.3.0.254 VLAN 4 - 10.4.0.0/8 (Wi-Fi devices ...
by k6ccc
Fri Jun 14, 2024 6:38 am
Forum: Beginner Basics
Topic: VLAN - help with setting up
Replies: 12
Views: 2176

Re: VLAN - help with setting up

Winbox is fine for setting up VLANs. Strongly suggest avoiding VLAN 1. Many devices treat VLAN 1 as something special (usually without telling you). Please don't post screen captures to show your configuration. Export and post your configuration. To export and paste your configuration (and I'm assum...
by k6ccc
Fri Jun 14, 2024 6:32 am
Forum: Beginner Basics
Topic: Can't Port Forward 1433
Replies: 10
Views: 1696

Re: Can't Port Forward 1433

add action=accept chain=input comment=winbox dst-port=8291 protocol=tcp
You are still allowing unrestricted WinBox access from the Internet - VERY dangerous. Anav gave you a correction earlier.
by k6ccc
Fri Jun 14, 2024 1:50 am
Forum: Scripting
Topic: Check IP script died after update - maybe
Replies: 5
Views: 4258

Re: Check IP script died after update - maybe

Ding! Ding! Ding!! Totally forgot that I had in fact give the WAN interface a static 192.168.100.0/24 address because that is the local management address for the ONT. Simple solution will be to remove that address... Always look to what the tech did last - or in this case two steps ago... Thank you.
by k6ccc
Thu Jun 13, 2024 6:38 pm
Forum: Scripting
Topic: Check IP script died after update - maybe
Replies: 5
Views: 4258

Check IP script died after update - maybe

I have a dynamic public IP from my ISP. For years I have had a script that checks the address and sends some E-Mails if the IP has changed. Most of the script was right off the Wiki. My IP seldom changes, but when it would change, the script always worked. However it appears that when I updated the ...
by k6ccc
Wed Jun 05, 2024 7:27 am
Forum: Scripting
Topic: FTP configuration problems with CRS326
Replies: 2
Views: 4200

Re: FTP configuration problems with CRS326

You are posting this in the SwitchOS section of the forum. If you are running the CRS326 on SwitchOS, there is no ftp functionality.
by k6ccc
Tue Jun 04, 2024 1:06 am
Forum: Beginner Basics
Topic: Weird routing behaviour
Replies: 4
Views: 1412

Re: Weird routing behaviour

I understood your layout, I was and still am surprised that you are getting a private IP range from your ISP. However with that said, in order to troubleshoot, please export and post your configuration. Else we are guessing. To export and paste your configuration (and I'm assuming you are using WebF...
by k6ccc
Mon Jun 03, 2024 9:59 pm
Forum: Beginner Basics
Topic: Weird routing behaviour
Replies: 4
Views: 1412

Re: Weird routing behaviour

Are you really getting 192.168.27.1 from your ISP?
by k6ccc
Sun May 26, 2024 7:59 pm
Forum: Beginner Basics
Topic: how to change vlan tag for tagged? [SOLVED]
Replies: 7
Views: 4628

Re: how to change vlan tag for tagged? [SOLVED]

I always considered this to be the basic functionality of VLAN.
Not something normally done. What is your use case for this?
by k6ccc
Sat May 25, 2024 1:55 am
Forum: Beginner Basics
Topic: missing features with routeros 7.14 [SOLVED]
Replies: 2
Views: 3552

Re: missing features with routeros 7.14 [SOLVED]

One other note since your first Screen capture was showing you using QuickSet.

Once you make ANY changes to any RouterOS device, NEVER use QuickSet every again. You may very well end up losing any changes and also in a unpredictable configuration.
by k6ccc
Fri May 24, 2024 10:58 pm
Forum: Beginner Basics
Topic: Wifi crashes as soon as traffic is generated
Replies: 6
Views: 1328

Re: Wifi crashes as soon as traffic is generated

Using a BACKUP config from a different radio should not be expected to work. Backup is only to be used on the EXACT same device. Second, look at the factory firmware. You can never downgrade firmware to anything lower than the factory firmware. You would likely be better off upgrading the 7.12.1 rad...
by k6ccc
Fri May 24, 2024 5:42 pm
Forum: SwOS
Topic: Missing port from arp table ? [SOLVED]
Replies: 3
Views: 16516

Re: Missing port from arp table ? [SOLVED]

Don't feel stupid. It actually would make sense to use the port number if there is no name. I put names on every port because it helps me remember stuff. Also useful on the VLANs page where the name will show up when you rest the cursor over a checkbox. Helps avoid clicking the wrong box.
by k6ccc
Fri May 24, 2024 5:08 pm
Forum: SwOS
Topic: Weird issue SwOS 2.16 on CRS312
Replies: 30
Views: 14041

Re: Weird issue SwOS 2.16 on CRS312

For whatever it's worth, My RB4011 is directly connected to two different CSS326 switches and then there is one more CSS326 in the house. All the switches have been running 2.16 since within a day or two of 2.16 coming out. No problems at all.
by k6ccc
Thu May 23, 2024 11:50 pm
Forum: SwOS
Topic: Missing port from arp table ? [SOLVED]
Replies: 3
Views: 16516

Re: Missing port from arp table ? [SOLVED]

The port listed is the port name - not the port number. Do you by chance have no name listed on the "Link" page? Here is one of my CSS326 switches with SwOS 2.16 http://k6ccc.org/Mikrotik/Hosts_listing.png In the event that the image does not imbed, here is a direct link to it: http://k6cc...
by k6ccc
Thu May 23, 2024 5:47 pm
Forum: Beginner Basics
Topic: Wifi crashes as soon as traffic is generated
Replies: 6
Views: 1328

Re: Wifi crashes as soon as traffic is generated

Post your configuration. Without that, we would be guessing. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then open the files section and ...
by k6ccc
Thu May 23, 2024 12:43 am
Forum: Beginner Basics
Topic: Network Infrastructure for Home
Replies: 4
Views: 1216

Re: Network Infrastructure for Home

I agree with holvoetn on not using the 10GB electrical SFPs. Use fiber SFPs. As for the POE, you may be limited to what kind of POE you actually need. If it's active POE (802.3af or 802.3at) the requirements are different than if it's passive POE, and at what voltage. So you need to see what your ca...
by k6ccc
Tue May 14, 2024 7:25 pm
Forum: Beginner Basics
Topic: What does turning on VPN from quick set actualy do?
Replies: 5
Views: 1538

Re: What does turning on VPN from quick set actualy do?

Also note that once you make ANY changes to the router, NEVER touch QuickSet ever again.
by k6ccc
Tue May 14, 2024 7:19 pm
Forum: Beginner Basics
Topic: Scheduler not working every day [SOLVED]
Replies: 2
Views: 7556

Re: Scheduler not working every day [SOLVED]

You are showing an interval of 00:00:00 instead of the required 1d 00:00:00. Note, you can enter that as 24:00:00 and ROS will translate that if desired.
by k6ccc
Thu May 09, 2024 1:04 am
Forum: General
Topic: serious problem with arp table!
Replies: 8
Views: 3899

Re: serious problem with arp table!

Just an educated guess here. Since the clients with static IP addresses can reach the router, but DHCP clients can not, this sounds like an IP, not an arp issue. Go to one of the non working PCs and open a command prompt and execute: ipconfig /all Confirm that the computer received an IP address, an...
by k6ccc
Wed May 08, 2024 4:58 pm
Forum: Beginner Basics
Topic: How to block IP range when NATed?
Replies: 11
Views: 3009

Re: How to block IP range when NATed?

I agree with the suggestion to put comments that mean something to you for each firewall rule. Makes it far easier to remember a year down the road what you were doing.
by k6ccc
Tue May 07, 2024 5:06 pm
Forum: SwOS
Topic: Features SwOS RB260GS/RB260GSP
Replies: 6
Views: 5311

Re: Features SwOS RB260GS/RB260GSP

Better and easier can be quite much anti-correlated. And easier can be subjective ... e.g. I've never practically used SwOS, so I guess ROS would be easier for me :wink: And I fully admit that I'm just the opposite. I have never done switching in RouterOS. Each port on every router is a separate LA...
by k6ccc
Mon May 06, 2024 11:02 pm
Forum: SwOS
Topic: Features SwOS RB260GS/RB260GSP
Replies: 6
Views: 5311

Re: Features SwOS RB260GS/RB260GSP

I think if you better must go for a CRS switch which can offer much better management features because works using RouterOS, is worth the price increase Switching is SOOOO much easier to deal with in SwitchOS... specially on few ports devices like rb260. Dont forget we are talking about sub 60 USD ...
by k6ccc
Sun May 05, 2024 11:16 pm
Forum: SwOS
Topic: Features SwOS RB260GS/RB260GSP
Replies: 6
Views: 5311

Re: Features SwOS RB260GS/RB260GSP

1. Ability to change the login from the standard "admin" Would be nice, but IMHO not overly needed. 2. Ability to set a password of 32 characters or more Do you really need over a 32 character password? There does need to be a limit from a coding standpoint. At least it's not limiting to ...
by k6ccc
Fri May 03, 2024 11:13 pm
Forum: Beginner Basics
Topic: Help with denying traffic between Vlans
Replies: 2
Views: 1544

Re: Help with denying traffic between Vlans

Export and post your configuration. Without that, we're guessing. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then open the files section...
by k6ccc
Fri May 03, 2024 5:07 pm
Forum: General
Topic: Migration
Replies: 1
Views: 575

Re: Migration V6 to V7

For starters, export and post the config of both routers - otherwise, we're guessing. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then op...
by k6ccc
Tue Apr 30, 2024 4:43 am
Forum: General
Topic: Advice on choosing WiFi equipment
Replies: 15
Views: 1448

Re: Advice on choosing WiFi equipment

For only a 20 meter span, can you at least temporarily run a cable either overhead on a messenger cable or even in a piece of conduit laying on the ground? Optical would be preferred over copper to avoid noise / ground voltage differences / etc. Obviously not a long term solution, but would that be ...
by k6ccc
Fri Apr 26, 2024 7:27 pm
Forum: General
Topic: Get Two public IP on the same interface [SOLVED]
Replies: 23
Views: 5485

Re: Get Two public IP on the same interface [SOLVED]

In my case, originally I did it because I was running two instances of a ham radio linking system. Each had (at that time) to be on a separate pubic IP address. So one was on on LAN that used one of my public IP addresses and the other instance was on a different LAN that used one of the other publi...
by k6ccc
Fri Apr 26, 2024 6:52 pm
Forum: General
Topic: Get Two public IP on the same interface [SOLVED]
Replies: 23
Views: 5485

Re: Get Two public IP on the same interface [SOLVED]

I did exactly what you are trying to do for years. Each LAN or VLAN used a different public IP on my DSL. This was ROS 5 and early 6, so Anav's information is far more current. Very easy and worked great.
by k6ccc
Fri Apr 26, 2024 6:43 pm
Forum: Announcements
Topic: v6.49.15 [stable] is released!
Replies: 15
Views: 45823

Re: v6.49.15 [stable] is released!

Arm based devices must use v7, there is no option for them.

I don't think so...
From the Mikrotik download page, v6.49.15 is available for both ARM and ARM 64 devices.
And my RB4011iGS+RM (currently 6.49.8) shows that it is available for upgrade from the Packages page in WinBox
.
by k6ccc
Fri Apr 26, 2024 6:31 pm
Forum: Beginner Basics
Topic: Dynamic port forwarding
Replies: 6
Views: 1275

Re: Dynamic port forwarding

There are many reasons for server to go down ... one is that it emits smoke. I actually had that happen once - although it was running as a server (and a server OS) it was actually a dell tower. Everything after that that was running as a server was a "real" server machine. The first of w...
by k6ccc
Wed Apr 17, 2024 6:42 pm
Forum: General
Topic: Mutliple IP on same interface
Replies: 5
Views: 903

Re: Mutliple IP on same interface

I have not played with ROS 7 yet except my old RB750Gr3 router that's sole purpose will be to provide a WireGuard VPN (have not tried that) so I can learn how to set up WireGuard.
My primary RB4011 router that does everything is still 6.49.8.

One of these days...
by k6ccc
Wed Apr 17, 2024 5:35 pm
Forum: General
Topic: Mutliple IP on same interface
Replies: 5
Views: 903

Re: Mutliple IP on same interface

It's been several years since I did this and it was ROS 6 something. My DSL gave me up to eight static IP addresses. I had each local LAN use a different public IP. As I recall, I just had to specify the Preferred source in the IP > Routes table. I don't THINK I had to do anything else - but as I sa...
by k6ccc
Mon Apr 15, 2024 8:15 pm
Forum: Beginner Basics
Topic: router to mail.hamilton.com
Replies: 9
Views: 976

Re: router to mail.hamilton.com

instead research your network neighbourhood, select a couple if NTP servers you trust and configure your router with them. Or if you really want control of it, go buy your own NTP server hardware and configure your router to use that. There are several ntp server products for not all that much mone...
by k6ccc
Mon Apr 15, 2024 8:06 pm
Forum: Beginner Basics
Topic: Locked out of HEX POE
Replies: 3
Views: 791

Re: Locked out of HEX POE

This is a good example case of why .rsc exports could be a preferred option over binary .backup for most day-to-day backup tasks Or both export and binary - each has their advantages. I have a script in each of my routers that creates new export and binary files every night and then sends those fil...
by k6ccc
Thu Apr 11, 2024 1:58 am
Forum: SwOS
Topic: How to VLAN? [SOLVED]
Replies: 7
Views: 21915

Re: How to VLAN? [SOLVED]

Can't help you on the RouterOS side as I don't use a bridge in my router. However on the SwitchOS end, in addition to what mkx said, on the trunk port on the VLAN tab, set Egress to "Add if Missing". Also, although your drawing shows VLAN 99, you do not have it defined on the VLANs tab. La...
by k6ccc
Wed Apr 10, 2024 12:48 am
Forum: Beginner Basics
Topic: Mikrotik RB4011 and a 1 Gbps Up/Down connection
Replies: 7
Views: 1427

Re: Mikrotik RB4011 and a 1 Gbps Up/Down connection

How are you measuring that? I have a RB4011 as my primary router that is directly connected to my fiber ONT via a Gig-E connection. If I test with the speedtest in the router using the high speed test facility generously hosted by TomjNorthIdaho, I consistently get 975 - 990 Mb/s. If I test via my d...
by k6ccc
Mon Apr 08, 2024 5:53 pm
Forum: General
Topic: DVR does not display IP Camera
Replies: 1
Views: 455

Re: DVR does not display IP Camera

Without seeing your configuration, we are guessing. Export and post your configuration. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then ...
by k6ccc
Mon Mar 18, 2024 6:03 am
Forum: General
Topic: 24v PSU failure
Replies: 7
Views: 2327

Re: 24v PSU failure

I have not had any failures - for whatever that's worth. I'm not trying to power anything from any of my hAPs however.

Have you actually measured the current draw - as opposed to just reading specs?
by k6ccc
Sat Mar 16, 2024 2:17 am
Forum: Beginner Basics
Topic: port forwarding problem [SOLVED]
Replies: 21
Views: 6182

Re: port forwarding problem [SOLVED]

Please note when you post the config, please include your config in a code block. The code block is the 7th icon on the row of icons above the text entry box. It looks like a square with a blob in the middle. When your press that, it will produce a beginning and ending code block. Past your config t...
by k6ccc
Sun Mar 10, 2024 12:03 am
Forum: General
Topic: RB4011 VLAN traffic getting dropped
Replies: 5
Views: 1293

Re: RB4011 VLAN traffic getting dropped

+1 on NOT using VLAN 1. Although the Mikrotik will handle it fine, LOTS of other devices treat VLAN 1 as something special - often unpredictably.
by k6ccc
Wed Mar 06, 2024 3:06 am
Forum: SwOS
Topic: 10G link CRS305-1G-4S+ with CSS610-8G-2S+ [SOLVED]
Replies: 7
Views: 6287

Re: 10G link CRS305-1G-4S+ with CSS610-8G-2S+ [SOLVED]

Interesting on the Chinese SFPs. I am also using non-Mikrotik 10G optical SFPs in my CSS326 switches, and they are working great - and were A LOT less expensive then the Mikrotik SFPs. It is well known that the electrical SFPs get hot. I think that the 10G optical SFPs are running cooler than the 1G...
by k6ccc
Mon Mar 04, 2024 4:15 am
Forum: Beginner Basics
Topic: WAN side switch configuration
Replies: 4
Views: 977

Re: WAN side switch configuration

but how would I restrict management to one port in switchos? Or I guess how would I limit management to a vlan in switchos? On the System tab, there is a row of checkboxes for "Allow from ports". That is the ports of the switch from which switch management is allowed. Below that is "...
by k6ccc
Sun Mar 03, 2024 11:48 pm
Forum: Beginner Basics
Topic: WAN side switch configuration
Replies: 4
Views: 977

Re: WAN side switch configuration

Confirm if you are doing this under RouterOS or SwitchOS? I ask because of your statement that if it was a router, it would be trivial. If you are using RouterOS, it would still be trivial. If you are using SwitchOS, the way I would do it is to create two VLANs. One would be your VLAN 200 Management...
by k6ccc
Sat Mar 02, 2024 2:56 am
Forum: Beginner Basics
Topic: 2 MIKROTIKs and 2 isolated LANs
Replies: 5
Views: 951

Re: 2 MIKROTIKs and 2 isolated LANs

Did you really mean that LAN B should have no access to LAN B? Did you really mean no access B to A? If I understand what you are trying to do, it is possible, but without your configurations, we would be guessing. Please post both configurations. To export and paste your configuration (and I'm assu...
by k6ccc
Thu Feb 29, 2024 5:50 am
Forum: General
Topic: Problems with assign static IP to specific mac in mikrotik
Replies: 2
Views: 2884

Re: Problems with assign static IP to specific mac in mikrotik

Or reboot the client. Or disconnect the LAN cable to the client and then re-connect it. Or wait a while.

Changing the IP to static or changing that IP address on the server does NOT force an immediate IP change on the client. The IP will change next time the client requests an address.
by k6ccc
Wed Feb 28, 2024 7:09 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 49
Views: 81324

Re: SwOS version 2.16 released!

I was able to recreate the issue by just adding the management vlan, that is if I try the upgrade from vlan tagged network it will fail... That's interesting. All five of my switches are accessed via a Management VLAN that is one of the VLANs on a trunk port. All originally were 2.13 and upgraded w...
by k6ccc
Wed Feb 28, 2024 5:04 am
Forum: General
Topic: RB 4011 ports 1-5 occasionally fail after upgrade to 7.
Replies: 16
Views: 15484

Re: RB 4011 ports 1-5 occasionally fail after upgrade to 7.

Watching this thread. I am still running 6.49.8 on my RB4011iGS+, but expecting to move to ROS 7 one of these days...
by k6ccc
Mon Feb 26, 2024 11:44 pm
Forum: Beginner Basics
Topic: log files limited to 2 on my RB4011 [SOLVED]
Replies: 6
Views: 3043

Re: log files limited to 2 on my RB4011 [SOLVED]

This is copied from WinBox because in my opinion it's easier to read than an export. If you want the export version, just ask. The first part creates the backup, export and version files. Next is to send some of those files via E-Mail. Last is to use ftp to transfer the files to my file server. My s...
by k6ccc
Sat Feb 24, 2024 8:41 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 49
Views: 81324

Re: SwOS version 2.16 released!

As a followup, I upgraded all three CSS326-24G-2S switches from 2.13 to 2.16 about 14 hours ago and the upgrades went smooth and no issues seen since. I am holding off on updating the CRS326-24G-2S for a while because it's at a remote radio site that I can't physically get to because I recently had ...
by k6ccc
Fri Feb 23, 2024 11:36 pm
Forum: Beginner Basics
Topic: DHCP Starting IP from 192.168.88.2
Replies: 13
Views: 3018

Re: DHCP Starting IP from 192.168.88.2

My RB4011 with a small DHCP pool (10 or 20 IPs) for each LAN and a large number of static reservations, assigns from the top of the pool (on the rare occasions that an unknown device connects). All regularly known devices have static reservations.
by k6ccc
Fri Feb 23, 2024 11:07 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 49
Views: 81324

Re: SwOS version 2.16 released!

Upgraded my CSS106-5G-1S and CSS106-1G-4P-1S without issue. Both are fairly non-critical. I will wait a while and then update the three CSS326-24G-2S+ and the CRS326-24G-2S+.
by k6ccc
Tue Jan 30, 2024 12:47 am
Forum: General
Topic: Can't reach site hosted on the same AS
Replies: 4
Views: 1290

Re: Can't reach site hosted on the same AS

You need a HairPin NAT.
https://help.mikrotik.com/docs/display/ROS/NAT (about a quarter of the way down the page)

Edit: I misread the question (that's what I get for doing it FAST), so this answer is not likely what you need... sorry.
by k6ccc
Tue Jan 30, 2024 12:45 am
Forum: General
Topic: Allow remote-logging input on ROS [SOLVED]
Replies: 12
Views: 3823

Re: Allow remote-logging input on ROS [SOLVED]

If I get what you're asking, it doesn't. You need something that will function as a Syslog Server. Lots of them available from very simple to very complex.
by k6ccc
Tue Jan 30, 2024 12:35 am
Forum: SwOS
Topic: SwOS lite 2.17 - Violation of broadcast domain isolation with DHCP Option-82 "Add Information Option" [SOLVED]
Replies: 2
Views: 18189

Re: SwOS lite 2.17 - violation of broadcast domain isolation? [SOLVED]

Post a screen capture of the VLAN and VLANs tabs on the switch.
by k6ccc
Sun Jan 28, 2024 1:41 am
Forum: Beginner Basics
Topic: VLAN question
Replies: 12
Views: 3505

Re: VLAN question

In one of untagged ports I have switch (just bridge over all ports, nothing else). Do I need to setup vlan also on this switch, or it will work, since port is untagged? It does not work in my case, but I want to know theory first, to be able to better find cause (wrong router configuration or switc...
by k6ccc
Fri Jan 26, 2024 5:50 pm
Forum: Beginner Basics
Topic: log files limited to 2 on my RB4011 [SOLVED]
Replies: 6
Views: 3043

Re: log files limited to 2 on my RB4011 [SOLVED]

I agree with Jotne. In my case, every night, I have a script that ftp the log files to my file server (along with the config export and backup files).
One of these days I will work on Splunk...
by k6ccc
Tue Jan 16, 2024 4:46 pm
Forum: Beginner Basics
Topic: Wifi Extender setup on boat
Replies: 3
Views: 981

Re: Wifi Extender setup on boat

It's a simple manner to change the IP range on the Mikrotik so there is no conflict. As gigabyte091 said, please post your configurations. Since you are new, I will tell you how to do that. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal wind...
by k6ccc
Tue Jan 16, 2024 12:55 am
Forum: General
Topic: User poll about using Winbox
Replies: 107
Views: 114027

Re: User poll about using Winbox

1) Once in a while - usually just use <Own>
2) Loads a saved layout after Winox connects.
3) No opinion
4) It's OK.
5) Nothing yet.
by k6ccc
Sun Jan 14, 2024 1:49 am
Forum: Beginner Basics
Topic: Which dstIP to use in f/w rule for dstNAT packet? [SOLVED]
Replies: 6
Views: 2224

Re: Which dstIP to use in f/w rule for dstNAT packet? [SOLVED]

Thanks mkx. Although I have seen that before, I figured it was a good one to bookmark.
by k6ccc
Fri Jan 12, 2024 4:49 pm
Forum: Beginner Basics
Topic: Issue getting IP Address
Replies: 3
Views: 1150

Re: Issue getting IP Address

To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then open the files section and right click on the filename you created and select download i...
by k6ccc
Fri Jan 05, 2024 6:52 pm
Forum: Beginner Basics
Topic: Home web address goes to router.
Replies: 2
Views: 1351

Re: Home web address goes to router.

The Hairpin is used so that you can access the server from your local LAN using the public IP address or URL. To get port 80 to forward to the server you need a Destination NAT add action=dst-nat chain=dstnat comment="Web Server on Jupiter." \ dst-port=80 in-interface=E10_Fiber_Internet pr...
by k6ccc
Fri Jan 05, 2024 5:09 am
Forum: Beginner Basics
Topic: forward not mark
Replies: 17
Views: 2312

Re: forward not mark

You gave us almost no information to go on. Start off by exporting and posting your config. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". T...
by k6ccc
Fri Dec 29, 2023 5:38 pm
Forum: General
Topic: Firewall
Replies: 3
Views: 863

Re: Firewall

The rule as shown is in the Input chain. Needs to be in the Forward chain.
by k6ccc
Wed Dec 27, 2023 4:50 pm
Forum: General
Topic: Port knocking in random order
Replies: 10
Views: 1988

Re: Port knocking in random order

One could easily replace the port knocking with my cell phone connecting to wireguard ( logged ) and script uses that for WOL. :-) Food for thought. Assuming you has already thought of that but its not so easy maybe.... Not with S6. Although my two "secondary purpose" routers are 7.13, th...
by k6ccc
Wed Dec 27, 2023 4:23 pm
Forum: General
Topic: IP Firewall/NAT Input and Output Chain
Replies: 12
Views: 7061

Re: IP Firewall/NAT Input and Output Chain

@k6ccc

we know the theory behind of input/output give us e.g. for that, so we can see it
Read post #2. I gave examples of each.
by k6ccc
Wed Dec 27, 2023 8:08 am
Forum: General
Topic: Port knocking in random order
Replies: 10
Views: 1988

Re: Port knocking in random order

How does a port knocking affect a wake on LAN for PCs....... not sure how I see that would work. The port knock completion writes an entry in the log. A script checks for that log entry every minute. When it sees the correct text in the log, it executes the WOL. Took a while to come up with that on...
by k6ccc
Wed Dec 27, 2023 2:36 am
Forum: General
Topic: Port knocking in random order
Replies: 10
Views: 1988

Re: Port knocking in random order

what is the right number of ports 3,456?? The answer to that likely depends on how import that security is. I have several port knock sequences that vary from 2 step to 6 step. Some of them are pretty low importance - for example, two of them trigger a Wake On LAN in order to boot up one of two com...
by k6ccc
Tue Dec 26, 2023 7:50 pm
Forum: General
Topic: Winbox is deleting my Addresses
Replies: 1
Views: 563

Re: Winbox is deleting my Addresses

Let's start off with what router, what router software version, and confirm you mean in IP > Addresses? If that is the case, no - never seen that problem. Are the addresses in question static or dynamically assigned? If we get very far, you will need to post your configuration, so to avoid the rush,...
by k6ccc
Tue Dec 26, 2023 6:55 pm
Forum: General
Topic: IP Firewall/NAT Input and Output Chain
Replies: 12
Views: 7061

Re: IP Firewall/NAT Input and Output Chain

If you don't need anything pacific you can just use action, input , accept to allow everything. Actually, at the end of any chain in the router, there is an implied accept. In other words, if there are no rules in a chain, that chain will accept every packet. One general rule of thumb is to specify...
by k6ccc
Tue Dec 26, 2023 6:37 pm
Forum: General
Topic: IP Firewall/NAT Input and Output Chain
Replies: 12
Views: 7061

Re: IP Firewall/NAT Input and Output Chain

The common three chains are: Input: Packets that are destined to the router itself. For example your packets to a Winbox or terminal session; or someone pinging you. Output: Packets that originate from the router itself. For example the packets that Winbox generates back to you; or responses to the ...
by k6ccc
Tue Dec 26, 2023 6:21 pm
Forum: Beginner Basics
Topic: How to block specific Youtube url ?
Replies: 3
Views: 1907

Re: How to block specific Youtube url ?

No. Not happening.
by k6ccc
Mon Dec 18, 2023 2:54 am
Forum: SwOS
Topic: How to add a VLAN tag on the WAN egress, RB260GS
Replies: 4
Views: 7845

Re: How to add a VLAN tag on the WAN egress, RB260GS

Make sure that the laptop that can't be pinged has it's Windows Firewall set to allow ICMP traffic. Default is to not allow ICMP traffic.
by k6ccc
Sun Dec 17, 2023 8:27 pm
Forum: SwOS
Topic: How to add a VLAN tag on the WAN egress, RB260GS
Replies: 4
Views: 7845

Re: How to add a VLAN tag on the WAN egress, RB260GS

Agree with mkx. Here are the VLAN and VLANs tabs for one of my CSS106-5G-1S (RB260GS) switches. Note that I do not use Optional, but rather "Strict" on the VLAN mode and "Only tagged" or "Only Untagged" on the VLAN Receive mode - UNLESS it is a Hybrid port (as the two O...
by k6ccc
Fri Dec 15, 2023 11:55 pm
Forum: Beginner Basics
Topic: Help with running a script... [SOLVED]
Replies: 20
Views: 7031

Re: Help with running a script... [SOLVED]

But speaking of rebooting, is it a good practice to reboot the router periodically, say, once a week?
You should not need to. The only time I reboot any of mine is when they get a firmware update. I just looked, my primary home router has an uptime of 159 days 16 hours.
by k6ccc
Fri Dec 15, 2023 12:58 am
Forum: General
Topic: FTP client blocked
Replies: 5
Views: 2905

Re: FTP client blocked

Yes, that is better. The original problem is that your NAT rule was forwarding ALL port 21 traffic to your own FTP server. Kind of a problem when you were trying to reach some external FTP server.
by k6ccc
Fri Dec 15, 2023 12:24 am
Forum: Beginner Basics
Topic: Noob needs help...
Replies: 8
Views: 2257

Re: Noob needs help...

Lots of devices (not just Mikrotik) do strange things with VLAN 1. Best to NEVER use VLAN 1 unless you have a specific use case that requires it (I do). That's worth knowing. What kind of strange things? Treat it as a management VLAN (often without telling you that). Treat it as a VLAN that you hav...
by k6ccc
Thu Dec 14, 2023 2:59 am
Forum: Beginner Basics
Topic: Help with running a script... [SOLVED]
Replies: 20
Views: 7031

Re: Help with running a script... [SOLVED]

I will be the first person to tell you that I am terrible a RouterOS scripts. Most of the ones I have originated from someone elses script that I modified a bit to meet my purposes. However when I have needed to troubleshoot a script, a couple things that can help. Start by adding a bunch of info lo...
by k6ccc
Thu Dec 14, 2023 2:51 am
Forum: Beginner Basics
Topic: Firewall filter rules - performance impact
Replies: 8
Views: 2294

Re: Firewall filter rules - performance impact

Not number of filters themselves would account for resource hunger, but their "weight" - amount of parameters to check inside each As I understand it, that is a very good summary. Personally I use a number of jumps to some other chain. For example I have four Raspberry Pis that each can b...
by k6ccc
Thu Dec 14, 2023 2:39 am
Forum: Beginner Basics
Topic: Noob needs help...
Replies: 8
Views: 2257

Re: Noob needs help...

Lots of devices (not just Mikrotik) do strange things with VLAN 1. Best to NEVER use VLAN 1 unless you have a specific use case that requires it (I do).
by k6ccc
Thu Dec 14, 2023 2:33 am
Forum: SwOS
Topic: SwOS on CRS309-1G-8S+
Replies: 1
Views: 6763

Re: SwOS on CRS309-1G-8S+

Go into your browser and set an exemption to allow non-secured access on the IP for your switch.
by k6ccc
Mon Dec 11, 2023 2:15 am
Forum: SwOS
Topic: Host learned on Trunk port instead of physical one
Replies: 4
Views: 8431

Re: Host learned on Trunk port instead of physical one

Let me do this in my best Rod Serling voice: Little did you know that you were living in the Twilight Zone....
by k6ccc
Sat Dec 09, 2023 12:41 am
Forum: General
Topic: interface is slave
Replies: 5
Views: 18621

Re: interface is slave

The port is a slave because it is a member of the Bridge. To make it not a slave (of the Bridge), remove the port from the Bridge.
by k6ccc
Thu Dec 07, 2023 8:18 pm
Forum: General
Topic: switch filter: can a single rule be used for the same TCP and UDP dst-port?
Replies: 7
Views: 3224

Re: switch filter: can a single rule be used for the same TCP and UDP dst-port?

Noted. I don't do anything in switching or bridging in any of my routers - just routing. All switch function is done in separate switches.
by k6ccc
Thu Dec 07, 2023 7:55 pm
Forum: General
Topic: switch filter: can a single rule be used for the same TCP and UDP dst-port?
Replies: 7
Views: 3224

Re: switch filter: can a single rule be used for the same TCP and UDP dst-port?

Said in another way: if I need to block port X for both TCP and UDP, I need to use two rules or can I simply use one rule without specifying the protocol? Yes, you need to specify the protocol for each. However, as a general rule of thumb, a better way to set up your firewall rules is to explicitly...
by k6ccc
Wed Dec 06, 2023 4:41 pm
Forum: Beginner Basics
Topic: Turned off NAT, now can't get into WebFig
Replies: 11
Views: 3111

Re: Turned off NAT, now can't get into WebFig

Can you explain what you mean by "Make sure your computer has an IP address on that network"?
I mean, make sure your computer has an IP in the 192.168.88.0/24 address range.
by k6ccc
Wed Dec 06, 2023 1:51 am
Forum: Beginner Basics
Topic: Turned off NAT, now can't get into WebFig
Replies: 11
Views: 3111

Re: Turned off NAT, now can't get into WebFig

First of all, once the router is set up, NEVER EVER use Quick Setup again. Most likely the router is back to the default IP address of 192.168.88.1. Make sure your computer has an IP address on that network. You mentioned double NAT. Sounds like there is other devices involved. Please describe your ...
by k6ccc
Tue Dec 05, 2023 6:55 am
Forum: SwOS
Topic: Host learned on Trunk port instead of physical one
Replies: 4
Views: 8431

Re: Host learned on Trunk port instead of physical one

Never seen that one...
I don't normally have a LAG on any of my CSS326 switches, but when I have had one, the connected devices correctly showed up in the hosts table on the correct ports.
What version of SwitchOS?
by k6ccc
Wed Nov 29, 2023 6:40 pm
Forum: Beginner Basics
Topic: Beginner setup opinion
Replies: 2
Views: 1917

Re: Beginner setup opinion

How many devices?
any special capabilities needed.
by k6ccc
Wed Nov 29, 2023 6:38 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 4797

Re: one ip range for lan, other for wifi

Too busy to look in detail. Maybe someone else can give some insight.
by k6ccc
Wed Nov 29, 2023 8:09 am
Forum: General
Topic: How can Mikrotik/RouterOS send emails using Gmail?
Replies: 15
Views: 13612

Re: How can Mikrotik/RouterOS send emails using Gmail?

Just FYI, the code examples I gave earlier are from a router running 6.49.10.
by k6ccc
Tue Nov 28, 2023 8:33 pm
Forum: General
Topic: How can Mikrotik/RouterOS send emails using Gmail?
Replies: 15
Views: 13612

Re: How can Mikrotik/RouterOS send emails using Gmail?

Another doubt. In addition to the ".backup" file, can you email an encrypted ".rsc" export file? I E-Mail a backup, Export and a Version text file every night. I addition messages extracted from the log when someone logs in or out, or a port knock sequence completes. Additionall...
by k6ccc
Tue Nov 28, 2023 5:56 pm
Forum: SwOS
Topic: Which VLAN setup guide is correct?
Replies: 9
Views: 9261

Re: Which VLAN setup guide is correct?

OK, I took a quick look at the two Mikrotik references. My guess was correct, one is for the older RB260 and the other is the newer RB260 (aka CSS106-5G-1S).
by k6ccc
Tue Nov 28, 2023 5:46 pm
Forum: SwOS
Topic: Which VLAN setup guide is correct?
Replies: 9
Views: 9261

Re: Which VLAN setup guide is correct?

I have not looked at your collection of links in the first post (not taken the time), but I have several RB260 switches using a SFP as a trunk port. Is this on one of the "old" RB260s that are limited to SwitchOS 1.x or one of the "new" ones also known as a CSS106-5G-1S that uses...
by k6ccc
Tue Nov 28, 2023 4:42 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 4797

Re: one ip range for lan, other for wifi

Post your configuration. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then open the files section and right click on the filename you crea...
by k6ccc
Tue Nov 28, 2023 12:50 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 4797

Re: one ip range for lan, other for wifi

Subnet mask most likely should be 255.255.255.0 - or if you prefer /24. See Networks tab.
by k6ccc
Mon Nov 27, 2023 8:43 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 4797

Re: one ip range for lan, other for wifi

Posting screen captures or WebFig or WinBox is a DREADFUL way of showing configurations. Learn how to at lest basicly read and enter commands. However here it is in WinBox (very similar to WebFig)
Image
by k6ccc
Mon Nov 27, 2023 8:17 pm
Forum: General
Topic: How can Mikrotik/RouterOS send emails using Gmail?
Replies: 15
Views: 13612

Re: How can Mikrotik/RouterOS send emails using Gmail?

Each of my routers sends multiple E-Mails per day via G-Mail. Here is my E-mail setup: /tool e-mail set address=smtp.gmail.com from="RB4011iGS+ Router" password=mypasswordhere \ port=587 start-tls=yes user=userid@gmail.com And here is an extract from a script that uses the E-Mail to send a...
by k6ccc
Mon Nov 27, 2023 8:01 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 4797

Re: one ip range for lan, other for wifi

Add a new IP Pool and assign that new pool to the new DHCP server. For example here are two of my networks. .101 has a physical interface on the router, whereas the .102 is on a VLAN out of the router. /ip pool add name=".101 DHCP pool" ranges=192.168.101.201-192.168.101.219 add name="...
by k6ccc
Mon Nov 27, 2023 8:31 am
Forum: General
Topic: Winbox export whitespace bug
Replies: 8
Views: 3777

Re: Winbox export whitespace bug

@helipos Are you talking about what I circled in red?

Image

If that's he case, note that every command that is longer than one line has everything except the first line indented 4 characters. Makes it a hell of a lot easier to read.
by k6ccc
Sun Nov 26, 2023 11:12 pm
Forum: Beginner Basics
Topic: Firewall doesn't work properly.
Replies: 14
Views: 3269

Re: Firewall doesn't work properly.

On the VLAN tab in SwitchOS, here is the way I do it for VLAN tagged trunks (assuming no need for untagged traffic). VLAN mode = Strict, VLAN Receive = Tagged only, and Default VLAN ID = some unused number ( I normally use 970 + the port number ). If the port needs to also have untagged traffic, the...
by k6ccc
Tue Nov 21, 2023 9:08 pm
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3270

Re: Questions about (basic) firewall

Re #2. I end ALL chains with a drop everything rule. The one before it is not needed.
by k6ccc
Fri Nov 17, 2023 10:53 pm
Forum: SwOS
Topic: CenturyLink/Quantum VLAN 201 not forwarding on CSS610
Replies: 4
Views: 7110

Re: CenturyLink/Quantum VLAN 201 not forwarding on CSS610

I don't see any major issues with your configuration. I do have an old recollection about LAGs having issues in some situations with VLANs. As a test, drop one of the connections in the LACP and see if that changes anything - you may need to remove the LACP, not just kill one of the ports.
.
by k6ccc
Fri Nov 17, 2023 8:56 pm
Forum: General
Topic: Small Feature request
Replies: 2
Views: 1427

Re: Small Feature request

Let me make sure I understand your problem. You have a router that has multiple IP addresses, The router NTP client is sending NTP requests either from some address that does not belong to the router or more likely from the wrong address based on what interface the packet is going out on. I just loo...
by k6ccc
Fri Nov 17, 2023 7:38 pm
Forum: SwOS
Topic: CenturyLink/Quantum VLAN 201 not forwarding on CSS610
Replies: 4
Views: 7110

Re: CenturyLink/Quantum VLAN 201 not forwarding on CSS610

Confirming that the ONT is expecting that all traffic between it and whatever connected device is VLAN tagged with VLAN 201. Also confirm that the VLAN 200 is simply a dummy number that does not exist anywhere (except SwitchOS requires you to put SOMETHING there). I do that on ports that are VLAN tr...
by k6ccc
Thu Nov 09, 2023 11:20 pm
Forum: General
Topic: Is mikrotik update site working ? [SOLVED]
Replies: 5
Views: 2284

Re: Is mikrotik update site working ? [SOLVED]

One more note. I just checked on my RB750Gr3 and it updated from 6.49.8 to 7.12
So, yes, the update site is working...
by k6ccc
Thu Nov 09, 2023 11:06 pm
Forum: General
Topic: What is going on with Mikrotik?
Replies: 10
Views: 2844

Re: What is going on with Mikrotik?

Agreed. Mikrotik wireless is not their strong suit. Routers and to a slightly less extent switches is where they shine.
Personally I have a bunch of Mikrotik routers and switches at home, but the WiFi is Meraki.
by k6ccc
Thu Nov 09, 2023 10:59 pm
Forum: General
Topic: Is mikrotik update site working ? [SOLVED]
Replies: 5
Views: 2284

Re: Is mikrotik update site working ? [SOLVED]

In response to your query, I happen to be connected to one of my routers (an RB750r2), so I did a check for updates. It immediately found that that there was an update (stable channel) from 6.49.8 to 6.49.10. The router was able to download the update just fine.
by k6ccc
Wed Nov 08, 2023 8:38 pm
Forum: Beginner Basics
Topic: Weird routing behavior with another CIDR
Replies: 4
Views: 1610

Re: Weird routing behavior with another CIDR

Does the Client 2 computer know that 192.168.10.2 is it's gateway?
by k6ccc
Wed Nov 08, 2023 4:43 pm
Forum: SwOS
Topic: Router's wan and lan link to same switch via vlan, but packets get lost. [SOLVED]
Replies: 4
Views: 23620

Re: Router's wan and lan link to same switch via vlan, but packets get lost. [SOLVED]

I found that css610 does not supports "independent vlan learning", so when router connect wan an lan to the same switch, there are two ports using same mac address.Eventhough they are in separated vlans, but sharing the same table which leads the communication issues. I changed the ax6000...
by k6ccc
Wed Nov 08, 2023 1:53 am
Forum: Beginner Basics
Topic: Attempting to configure routeros
Replies: 5
Views: 1550

Re: Attempting to configure routeros

What device and RouterOS version to start with?
by k6ccc
Tue Nov 07, 2023 12:33 am
Forum: General
Topic: Possibly weird behavior?
Replies: 2
Views: 964

Re: Possibly weird behavior?

Also, find your Shift key and give it some love. It's lonely.
Love it!
by k6ccc
Mon Nov 06, 2023 11:04 pm
Forum: Beginner Basics
Topic: Routing between 2 Devices
Replies: 15
Views: 2646

Re: Routing between 2 Devices

Your first drawing and posted configuration do not match (IP addresses). Getting one to work should be very simple. As long as the PC knows that the router is it's gateway, it will just work. Remember, it's a router - it routes unless you tell it not to. Getting three devices with the same IP to wor...
by k6ccc
Mon Nov 06, 2023 6:38 pm
Forum: SwOS
Topic: Router's wan and lan link to same switch via vlan, but packets get lost. [SOLVED]
Replies: 4
Views: 23620

Re: Router's wan and lan link to same switch via vlan, but packets get lost. [SOLVED]

I am doing similar at home. All ports on the router connect to different VLANs on the same switch. Works fine. Couple comments. First is I HIGHLY recommend NOT using VLAN 1. Although SwitchOS has no issues with it, a lot of devices treat VLAN 1 as "special". Often with undocumented or poor...
by k6ccc
Mon Nov 06, 2023 6:14 pm
Forum: SwOS
Topic: Get DHCP IP via trunk port
Replies: 2
Views: 6798

Re: Get DHCP IP via trunk port

I don't recall that you can. I have always set static IPs on network elements.
by k6ccc
Mon Nov 06, 2023 5:58 am
Forum: General
Topic: Unable to Ping Gateway
Replies: 3
Views: 9691

Re: Unable to Ping Gateway

Post your config. Otherwise we are just guessing. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish". Then open the files section and right click...
by k6ccc
Mon Nov 06, 2023 5:51 am
Forum: Beginner Basics
Topic: Bug/Improvement suggestion - Lost connection to Winbox
Replies: 11
Views: 2897

Re: Bug/Improvement suggestion - Lost connection to Winbox

Agreed. QuickSet should never be used on anything except a brand new device and once touched, never used again.
by k6ccc
Fri Nov 03, 2023 5:00 pm
Forum: Beginner Basics
Topic: Simple VLAN / AP setup question has me stumped
Replies: 16
Views: 4713

Re: Simple VLAN / AP setup question has me stumped

I don't do any WiFi on Mikrotik, so not much help there, but as a general rule of thumb avoid using VLAN 1 unless absolutely required. Too many devices treat VLAN 1 as "special" and often don't behave as you might expect.
by k6ccc
Tue Oct 31, 2023 4:18 pm
Forum: General
Topic: Static routing does not work without NAT
Replies: 7
Views: 2247

Re: Static routing does not work without NAT

Yes, because 217.147.160.48/28 is an internal subnet with 217.147.160.63 being a broadcast address. Why would you be using a public address range for your internal subnet? Far better to use one of the private lan spaces: Class A: 10.0. 0.0 to 10.255. 255.255. Class B: 172.16. 0.0 to 172.31. 255.255...
by k6ccc
Mon Oct 30, 2023 7:14 pm
Forum: General
Topic: /tools/graphing totally unreliable
Replies: 3
Views: 1186

Re: /tools/graphing totally unreliable

On Saturday, I rebooted my RB5009 after months of continuous usage - and now all my graphing data is gone :-(
I can't get it - why is this happening?
As I recall, the usage data is all in volatile storage. So it is lost on reboot - as you observed.
by k6ccc
Mon Oct 30, 2023 7:09 pm
Forum: Beginner Basics
Topic: Would VLANS be the right approach here
Replies: 4
Views: 1582

Re: Would VLANS be the right approach here

Yes, VLANs are a very good solution to what you are trying to do. I am doing exactly the same at home. VLAN 201 - 192.168.201.0/24 "Normal" home LAN. Wired devices only. VLAN 202 - 192.168.202.0.24 Guest WiFi. Internet access only. VLAN 203 - 192.168.203.0.24 "Private" WiFi. Know...
by k6ccc
Mon Oct 30, 2023 6:52 pm
Forum: SwOS
Topic: WAN on switch
Replies: 7
Views: 9005

Re: WAN on switch

What is the point of the switch - as opposed to just running the ISP connection into the router? Now, I am doing something similar however. My router (RB4011) is in my garage data cabinet. My fiber ISP drops into the garage data cabinet and there is a Ethernet connection directly from the ONT into t...
by k6ccc
Sun Oct 29, 2023 6:26 pm
Forum: SwOS
Topic: Which Switch?
Replies: 1
Views: 6643

Re: Which Switch?

Can a switch running Router OS be used as an L2 Switch and what is the difference between SwitchOS and SwitchOS Lite? On he first part, yes. That what a Bridge in RouterOS does (simple answer) For the second part, some of the hardware uses SwitchOS and some uses the lite version. Can't be mixed. Sw...
by k6ccc
Sat Oct 28, 2023 12:02 am
Forum: Beginner Basics
Topic: Code example
Replies: 6
Views: 2118

Re: Code example

Interesting concept. I use WinBox almost exclusively for configuration of my routers. On more than one occasion, I have looked at my daily exports in order to figure out the CLI structure for some change that I did the day before (the router creates backup and export files every night).
by k6ccc
Fri Oct 27, 2023 6:22 pm
Forum: SwOS
Topic: CSS326 Hosts disappear and missing after VLAN config
Replies: 3
Views: 6927

Re: CSS326 Hosts disappear and missing after VLAN config

I had missed that you have IVL turned on. That's another one of those to leave off unless you really understand what it does. Glad you caught it. Not really sure why IVL would have caused what you were seeing however...
by k6ccc
Thu Oct 26, 2023 11:31 pm
Forum: SwOS
Topic: CSS326 Hosts disappear and missing after VLAN config
Replies: 3
Views: 6927

Re: CSS326 Hosts disappear and missing after VLAN config

What version of SwitchOS? I can tell you that it's not likely a SwitchOS bug - the hosts tab works fine for me with lots of VLANs. Your config looks OK, except on the VLANs tab I would turn off Port Isolation unless you really understand what that does ON THAT TAB. Normally in my case on untagged po...
by k6ccc
Wed Oct 25, 2023 5:15 pm
Forum: General
Topic: Simple Web Server to Host Simple Files [SOLVED]
Replies: 15
Views: 10673

Re: Simple Web Server to Host Simple Files [SOLVED]

You can also add a simple web server on a computer (your preferred flavor of OS), or even a RaspBerry Pi on the LAN and port forward via NAT so it can be reached from the Internet.
by k6ccc
Wed Oct 25, 2023 1:58 am
Forum: General
Topic: Mysterious connections from Internet to LAN [SOLVED]
Replies: 11
Views: 3256

Re: Mysterious connections from Internet to LAN [SOLVED]

Hey @k6ccc, stop talking BS. All information was already given, you just lack to read it.
Apply some logic instead of brute-force idiocy.
Only in your mind. Damn near no useful information was given.

I'm done with you.
by k6ccc
Wed Oct 25, 2023 1:43 am
Forum: General
Topic: Mysterious connections from Internet to LAN [SOLVED]
Replies: 11
Views: 3256

Re: Mysterious connections from Internet to LAN [SOLVED]

And a tiny piece of information leaks out - that there is an upstream router. We're not mind readers. We can only go on the information that YOU supply. We still don't know what kind of router you have, what version of RouterOS you are using, or any network layout (other than now there is a FritzBox...
by k6ccc
Wed Oct 25, 2023 12:14 am
Forum: General
Topic: Mysterious connections from Internet to LAN [SOLVED]
Replies: 11
Views: 3256

Re: Mysterious connections from Internet to LAN [SOLVED]

Yes, it could be something starting from a device on your LAN. However until you post your configuration, we are only guessing.
by k6ccc
Tue Oct 24, 2023 11:21 pm
Forum: General
Topic: Mysterious connections from Internet to LAN [SOLVED]
Replies: 11
Views: 3256

Re: Mysterious connections from Internet to LAN [SOLVED]

First guess is that you have something you don't think you have. Export your config and post it. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (without the quotes) "/export hide-sensitive file=any-filename-you-wish&quo...
by k6ccc
Tue Oct 24, 2023 11:02 pm
Forum: SwOS
Topic: RB2011iL Bridge problem
Replies: 1
Views: 6454

Re: RB2011iL Bridge problem

You did not specify, but from your description, it sounds like you are using RouterOS - not SwitchOS. You would do better to post this in the General or Beginner Basics sections of this forum. This section of the forum is specifically intended for SwitchOS use. Far better chance that someone will an...
by k6ccc
Tue Oct 24, 2023 10:58 pm
Forum: SwOS
Topic: SwOS temperate peaks at 78 degrees at peak.
Replies: 2
Views: 6584

Re: SwOS temperate peaks at 78 degrees at peak.

If that's a non-air conditioned room, that is pretty normal. I just looked at mine (same switch type) and they vary from about 50 (in an air conditioned data cabinet) up to 72 (in my not air conditioned family room - currently 27C). Also varies a little depending on what SFPs you have plugged in. Th...
by k6ccc
Sun Oct 22, 2023 1:04 am
Forum: SwOS
Topic: SwOS help for a trunk port
Replies: 17
Views: 13755

Re: SwOS help for a trunk port

Glad you got ti working. I have been using SwitchOS for years and every switch has VLAN trunks (between switches or between a router and a switch), and most also have hybrid ports for my managed WiFi access points that use untagged traffic for management and different VLANs for each WiFi SSID. Any o...
by k6ccc
Thu Oct 19, 2023 11:36 pm
Forum: SwOS
Topic: SwOS help for a trunk port
Replies: 17
Views: 13755

Re: SwOS help for a trunk port

Can you post the System tab. The secret to why you get locked out is likely there. Get the lockout issue resolved BEFORE you do the rest or else you will likely get locked out again. On the VLAN tab, I would change all the untagged ports to either disabled or strict and set them to untagged only. On...
by k6ccc
Thu Oct 19, 2023 5:18 am
Forum: General
Topic: nRay affected by Rain
Replies: 2
Views: 873

Re: nRay affected by Rain

60 GHz is highly affected by rain. Can you split the path into two shorter paths?
by k6ccc
Wed Oct 18, 2023 6:00 am
Forum: SwOS
Topic: SwOS help for a trunk port
Replies: 17
Views: 13755

Re: SwOS help for a trunk port

Your network drawing and screen captures look fine. The only thing I would do different is uncheck "Port Isolation" on all ports - unless you really understand what that does on that page.
by k6ccc
Sat Oct 14, 2023 7:43 am
Forum: Beginner Basics
Topic: DNS usage in url
Replies: 4
Views: 1996

Re: DNS usage in url

A lot more information please. Are you trying to access from an internal LAN, or the Internet? Is xyz.xyz.com.pl your domain? What router and software version? You will likely need to post your configuration To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), op...
by k6ccc
Mon Oct 09, 2023 4:23 am
Forum: SwOS
Topic: Why does SwOS exist?
Replies: 7
Views: 9584

Re: Why does SwOS exist?

For switches, I MUCH Prefer SwitchOS. The cost difference has essentially nothing to do with my purchase decision.
by k6ccc
Tue Oct 03, 2023 1:16 am
Forum: Beginner Basics
Topic: Need help for port forward
Replies: 10
Views: 10124

Re: Need help for port forward

you can consider to use the passthrough so that the LHG is used only as modem and the public IP is assigned directly to the WAN interface of the HEX. In this way you avoid double NAT. Great idea. I don't use Mikrotik RF devices at all, so did not know they could do that. Learn something new every d...
by k6ccc
Sun Oct 01, 2023 10:53 pm
Forum: Beginner Basics
Topic: Need help for port forward
Replies: 10
Views: 10124

Re: Need help for port forward

Just to make sure I am clear on the concept, you have two routers involved. First is your microwave radio LHG and then that is feeding the RB750. That means your NAT needs to be NATTed in both routers. Instead of screen captures (which only give partial information, please export your configuration ...
by k6ccc
Sat Sep 30, 2023 8:54 pm
Forum: SwOS
Topic: lost access to switchos
Replies: 3
Views: 7561

Re: lost access to switchos

It's easy to do - done it myself. I generally leave the management pretty unrestricted until I have a switch completely set up and the save a backup to the PC before restricting access. That way if I mess it up and lock myself out, there is a backup from just before I locked myself out. Generally re...
by k6ccc
Sat Sep 30, 2023 8:09 pm
Forum: SwOS
Topic: [Feature request] human readable full configuration export from SwOS
Replies: 3
Views: 9222

Re: [Feature request] human readable full configuration export from SwOS

Yes, it would be nice to have a human readable export from SwitchOS.
by k6ccc
Sat Sep 30, 2023 8:06 pm
Forum: SwOS
Topic: how do you get 2nd Switch to receive WOL Packets?
Replies: 15
Views: 8693

Re: how do you get 2nd Switch to receive WOL Packets?

I am doing exactly what the original poster is trying to do - except in my case my R4011 is generating the WoL packets. From there via untagged LAN to CSS326 then tagged VLAN trunk (VLAN 201) to another CSS326 and then untagged LAN to the family room PC. Works perfect every time. Does not matter if ...
by k6ccc
Fri Sep 29, 2023 3:12 pm
Forum: Beginner Basics
Topic: Failing to open a port [SOLVED]
Replies: 9
Views: 3346

Re: Failing to open a port [SOLVED]

In order toaccess it from your LAN via the public IP, you need to have a hairpin NAT set up. TONS of forum posts about that here.
See what happens when your your friend tries it.
by k6ccc
Fri Sep 29, 2023 7:47 am
Forum: Beginner Basics
Topic: Failing to open a port [SOLVED]
Replies: 9
Views: 3346

Re: Failing to open a port [SOLVED]

Assuming you corrected: add action=dst-nat chain=dstnat comment=Minecraft dst-port=25565 \ in-interface=bridge protocol=tcp to-addresses=192.168.88.31 to-ports=\ 25565 to: add action=dst-nat chain=dstnat comment=Minecraft dst-port=25565 \ in-interface=ether1 protocol=tcp to-addresses=192.168.88.31 t...
by k6ccc
Wed Sep 27, 2023 2:14 am
Forum: SwOS
Topic: Need Help On Connecting Two CSS610s over VLAN
Replies: 13
Views: 7682

Re: Need Help On Connecting Two CSS610s over VLAN

Yes, it works fine. Because your RB4011 cooperates as it's flexible enough to take necessary config without womiting. Not all routers are as flexible. Or are flexible but configured in a non-compatible way (by ISP). Hence my question about ability to configure the "black box" router on di...
by k6ccc
Tue Sep 26, 2023 7:26 pm
Forum: SwOS
Topic: Need Help On Connecting Two CSS610s over VLAN
Replies: 13
Views: 7682

Re: Need Help On Connecting Two CSS610s over VLAN

What he is doing is in a way similar to what I am doing. My cable internet terminates in my family room and connects to a CSS326 switch (where it gets encapsulated on VLAN 100). That CSS326 has a trunk to another CSS326 in my garage data cabinet. One port of the garage CSS326 is VLAN 100 (untagged) ...
by k6ccc
Tue Sep 26, 2023 7:14 pm
Forum: SwOS
Topic: SwOS Lite v2.17 packet loss issue
Replies: 15
Views: 8714

Re: SwOS Lite v2.17 packet loss issue

I am gathering that both switches are configured exactly the same (except presumably they have a different IP address). I am also gathering that the unnamed device on the left is the router. Since laptop to laptop is working properly, I'm not sure this is a switch problem, but rather a router proble...
by k6ccc
Sun Sep 24, 2023 9:04 pm
Forum: SwOS
Topic: CRS326-24S - As TOR and VLAN help ?
Replies: 3
Views: 7122

Re: CRS326-24S - As TOR and VLAN help ?

I am going to post three screen captures of one of my CSS326 switches. This will likely answer most of your questions. I'm noticing that this is a really old capture, and I'm not sure why I cut the VLAN and Links tabs off after port 21... I'm going to point our a few specific ports that have various...
by k6ccc
Fri Sep 22, 2023 10:22 pm
Forum: SwOS
Topic: CRS326-24S - As TOR and VLAN help ?
Replies: 3
Views: 7122

Re: CRS326-24S - As TOR and VLAN help ?

Sounds like a fairly simple setup. SwitchOS works very well for switch functions. I use SwitchOS for all of my switches here at the house and am very happy with it. I have been using SwitchOS for years, so if you have any questions, feel free to ask. And yes, you will likely get people commenting th...
by k6ccc
Tue Sep 19, 2023 7:56 pm
Forum: SwOS
Topic: Switch RB260GS, VLANs, DHCP not working
Replies: 4
Views: 8185

Re: Switch RB260GS, VLANs, DHCP not working

I have a half dozen SwitchOS devices and DHCP on VLANs works just fine, so you have something amiss. I am not able to connect to my switches right now, but when I get back to the home network, I will poke around. In the mean time, there screen captures might help you get started: These are all from ...
by k6ccc
Sat Sep 16, 2023 8:19 am
Forum: Forwarding Protocols
Topic: Hide my real IP in ICMP.
Replies: 1
Views: 3096

Re: Hide my real IP in ICMP.

If I understand your question, no. As I understand your question, if someone pings your domain that will get to your RouterBoard, you want a fake IP address returned. The initial IP shown in the ping command is based on the DNS lookup and is before ever sending a ping to you. In the ping command sho...
by k6ccc
Wed Sep 13, 2023 8:57 pm
Forum: Beginner Basics
Topic: Goodwe inverter disconnects regularly
Replies: 2
Views: 2028

Re: Goodwe inverter disconnects regularly

Never heard of Goodwe. How are the inverter and router connected to each other (example, USB, wired IP, WiFi, smoke signals)?
by k6ccc
Wed Sep 13, 2023 8:53 pm
Forum: Beginner Basics
Topic: Setting up 2 VLANs and Inter-VLAN Routing
Replies: 7
Views: 3476

Re: Setting up 2 VLANs and Inter-VLAN Routing

I know it's recommended to not use vlan-id=1, but this is a lab not a real setup in which the instructions said to do so. The recommendation is not so much about production environment, it's about sink holes planted inside ROS if one wants to use VID 1 ... I'm not saying it's not possible, but one ...
by k6ccc
Sun Sep 10, 2023 6:55 am
Forum: Beginner Basics
Topic: Random Websites Will Not Load, Reset requiered
Replies: 4
Views: 2748

Re: Random Websites Will Not Load, Reset requiered

Without knowing your configuration, we are guessing. Please post a network drawing (or at least a GOOD description of what it connected to what), and a configuration export. To export and paste your configuration (and I'm assuming you are using WebFig or Winbox), open a terminal window, and type (wi...
by k6ccc
Mon Sep 04, 2023 9:17 pm
Forum: Beginner Basics
Topic: My device not stable after update
Replies: 5
Views: 1782

Re: My device not stable after update

Also, what version of WinBox? Older versions of WinBox won't work right with newer versions of RouterOS.
by k6ccc
Sat Sep 02, 2023 8:14 pm
Forum: Beginner Basics
Topic: Directly accessing SVG real-time traffic graphs?
Replies: 5
Views: 3433

Re: Directly accessing SVG real-time traffic graphs?

You might want to take a look at this thread regarding using Splunk for this purpose:
viewtopic.php?t=179960
by k6ccc
Fri Sep 01, 2023 8:04 pm
Forum: Beginner Basics
Topic: first configuration
Replies: 4
Views: 1722

Re: first configuration

That is what I'm doing with my RB4011. Router only performs routing / DHCP functions. All switching is done in separate managed switches (CSS326 in my case). No bridge in the router.
by k6ccc
Wed Aug 30, 2023 10:53 pm
Forum: Beginner Basics
Topic: when to upgrade ROS (7.xx)
Replies: 24
Views: 5705

Re: when to upgrade ROS (7.xx)

@en1gm4 I'm kind of in the same boat. My main router here at home is a RB4011iGS+ that is running 6.49.8. I have been watching ROS 7 for about a year, but currently have no real NEED to upgrade to it. I also would like to play with WireGuard, but it's not a need for me. I will be off work for the ne...
by k6ccc
Wed Aug 23, 2023 11:56 pm
Forum: Beginner Basics
Topic: Practical redundancy on devices with PoE port + adapter?
Replies: 26
Views: 5965

Re: Practical redundancy on devices with PoE port + adapter?

Finally getting back to this thread. Had fairly major surgery 8 days ago and have not really been doing much on the computer. Sort of getting there. Somewhat humorous Amm0 that you had a power outage. We had the end of Hurricane Hilary come though here over the weekend. Not really much of a problem ...
by k6ccc
Sun Aug 20, 2023 7:57 pm
Forum: Beginner Basics
Topic: Unnable to ping lan devices
Replies: 2
Views: 1449

Re: Unnable to ping lan devices

Your router has no clue how to find the192.168.88.nnn network. It has no addresses on that network, and no route statement to know how to reach it. Second - and I know only enough about bridges in ROS to be dangerous so take this with caution. You have one IP address assigned to one of the ports on ...
by k6ccc
Sun Aug 20, 2023 3:11 am
Forum: General
Topic: Mikrotik website about ipv6 throughput?
Replies: 48
Views: 11044

Re: Mikrotik website lying about throughput?

In 2023, IPv6 is the norm, IPv4 the exception, telling a RB5009, release this year, can route 10Gb/s of traffic is a lie.
I don't know how true that statement is. I have both fiber and cable based internet here in the Los Angeles metro area, and neither of my ISPs is making IPv6 available.
by k6ccc
Sat Aug 19, 2023 11:47 pm
Forum: Beginner Basics
Topic: DHCP untrusted error
Replies: 11
Views: 2783

Re: DHCP untrusted error

OK, so you don't follow instructions. You did not include a network drawing or at least a good detailed description of the network. You did not post your complete configuration (minus sensitive data), and you did not post it within code blocks as instructed. Lastly you state that you're not wanting ...
by k6ccc
Sat Aug 19, 2023 10:14 pm
Forum: Beginner Basics
Topic: Rule to remove from address list
Replies: 9
Views: 2130

Re: Rule to remove from address list

test-connection takes about 15 seconds to time out on each ping, and there's no way to control that. So I set the timeout to 30 to leave a little wiggle room. You don't have to wait for the test connection to time out (unless whatever you are using to generate the knock is too stupid). I have some ...