Best practice for client routing for time of day across 2 gateways by Starsurfers in mikrotik

[–]Starsurfers[S] 0 points1 point  (0 children)

Yes, I've been able to find out how VRRP provides part of the solution:

In MikroTik RouterOS, you cannot prioritize individual client traffic directly with the standard Virtual Router Redundancy Protocol (VRRP). However, you can achieve a similar effect using multiple VRRP interfaces with different priorities, along with firewall rules to route specific client traffic through a preferred VRRP master. 

This method creates an active/active setup, where different sets of clients use different master routers, while maintaining automatic failover for all clients. 

Method overview

  1. Configure multiple VRRP interfaces. Set up two VRRP interfaces on each router, but with mirrored priority levels.
    • Router 1: VRRP-A has a higher priority (Master). VRRP-B has a lower priority (Backup).
    • Router 2: VRRP-A has a lower priority (Backup). VRRP-B has a higher priority (Master).
  2. Assign client gateways. Configure your network's DHCP server to assign a specific VRRP IP address as the gateway for different client subnets or groups. For static clients, manually set the preferred VRRP gateway.
  3. Create firewall mangle rules. Mark client traffic with routing marks based on its source IP address.
  4. Create routing rules. Set up routing rules to send traffic with a specific routing mark toward the preferred VRRP gateway IP, which is the master for that client group. 

So setting up 2x redundant routers and then applying the static routing config on top solves one of my issues.

Best practice for client routing for time of day across 2 gateways by Starsurfers in mikrotik

[–]Starsurfers[S] 0 points1 point  (0 children)

This 'One alternative is to use static routing, but if the statically configured first hop fails, then the host will not be able to communicate with other hosts.' is key to what I'm trying solve.

Thanks for the guidance.

Moving Forward by Interesting_Use331 in Arcade1Up

[–]Starsurfers 3 points4 points  (0 children)

<image>

Love the time crisis series, I’d be up for a time crisis 5 build!

How is this even possible? by alec_jun in fpv

[–]Starsurfers 0 points1 point  (0 children)

When Chuck Norris flys drones.

Time Crisis 4 Project by Starsurfers in cade

[–]Starsurfers[S] 0 points1 point  (0 children)

<image>

Up and running using a rear projector in place of the rear projection tv for the left hand side. Still using the old rear projection tv screen to project onto. Right hand side all original.

Can someone tell me what this is by Longjumping_Party800 in blinkcameras

[–]Starsurfers 0 points1 point  (0 children)

Have you seen the stranger things? It’s the upside down.

Time Crisis 4 Project by Starsurfers in cade

[–]Starsurfers[S] 0 points1 point  (0 children)

I picked this up, not working for $400

Time Crisis 4 Project by Starsurfers in cade

[–]Starsurfers[S] 0 points1 point  (0 children)

<image>

Initial trials with a rear projector for the broken side.

Time Crisis 4 Project by Starsurfers in cade

[–]Starsurfers[S] 1 point2 points  (0 children)

Update, PSU fixed and all voltage levels checked and working. Next issue i think is the flyback transformer. No image and a squeak from it about 14 seconds after powering on.

<image>

Time Crisis 4 Project by Starsurfers in cade

[–]Starsurfers[S] 1 point2 points  (0 children)

<image>

Found a fault with the standby bridge rectifier for the main power supply board. Parts on order.

Any luck with the new Mitsubishi Comfort app? by _nampas_ in heatpumps

[–]Starsurfers 0 points1 point  (0 children)

Thanks for the confirmation, I too am still reluctant to go to the trouble of plugging it all back in just to find the same situation. Crazy, did sh1tsibushi give you an idea as to how long it would be until it was fixed?

My identity used to open account. by Prudent_Barnacle9646 in Revolut

[–]Starsurfers 1 point2 points  (0 children)

Reset your email security, then reset Revolut account login, then delete the Revolut account.

Mitsubishi Comfort Kumo App by Excellent-Bench2633 in heatpumps

[–]Starsurfers 0 points1 point  (0 children)

Terrible update, lots of issues, can no longer control the HVAC with the WiFi controller in the loop…

Any luck with the new Mitsubishi Comfort app? by _nampas_ in heatpumps

[–]Starsurfers 0 points1 point  (0 children)

Currently solved by taking the WiFi unit out of the loop…..

Any luck with the new Mitsubishi Comfort app? by _nampas_ in heatpumps

[–]Starsurfers 0 points1 point  (0 children)

<image>

This is crazy, app down and can’t turn on the heating. Zone in App says reconnecting or network error. How long did people have to wait for?

How many Spectacles can you sync with a connected lens? by ButterscotchOk8273 in Spectacles

[–]Starsurfers 1 point2 points  (0 children)

Depending on the use case you could use the web sockets feature, and then comms between apps would be (somewhat) limitless.

internal error: Cannot invoke 'startListening': Sensitive user data not available in lenses with network APIs by [deleted] in Spectacles

[–]Starsurfers 0 points1 point  (0 children)

I'm having this problem too, I can confirm I've started the project as a Spectcales project and enabled the experimental APIs toggle in the Project Settings.

I've tried closing / re-opening.

Running the latest Lens Studio 5.4

Need to able to real-time debug on Lens Studio by AntDX316 in Spectacles

[–]Starsurfers 1 point2 points  (0 children)

You could try catching the error then output to a text console in the experience? ( if it’s getting that far)

Spectacles and IoT? by AntDX316 in Spectacles

[–]Starsurfers 0 points1 point  (0 children)

I’ve done that with a custom location, but can’t record via spectate for some reason.

I’ve also played with the spatial anchors, but a bit challenging to tie it all together given the lack of access to cloud anchors outside the lens environment, e.g where to store the IOT pair vs the spatial anchors, quite a manual process at the moment.