# Router

Published articles for Router.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Dense vs. MoE Models: Active Parameters, Throughput, and When to Choose Each

DevFeed: [Dense vs. MoE Models: Active Parameters, Throughput, and When to Choose Each](<https://devfeed.tech/articles/dense-vs-moe-models-active-parameters-throughput-and-when-to-choose-each-26912.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/dense-vs-moe-models-active-parameters-throughput-and-when-to-choose-each/>)

Author: Elizabeth Goodman

Published: 2026-09-15T17:00:11Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [Nemotron](<https://devfeed.tech/topics/nemotron.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [llms](<https://devfeed.tech/tags/llms.md>), [memory](<https://devfeed.tech/tags/memory.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [models](<https://devfeed.tech/tags/models.md>), [moe](<https://devfeed.tech/tags/moe.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [performance](<https://devfeed.tech/tags/performance.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

This article explains how dense and Mixture-of-Experts models activate parameters, compares their effects on throughput, memory cost, and serving complexity, and discusses when each architecture fits different deployment constraints. It uses Nemotron 3.5 Lightning as an example of an MoE model.

### Source excerpt

How can a 30B-parameter model activate only 3B parameters per token, and still use the capacity of the larger model? Nemotron 3.5 Lightning illustrates the...

## Accelerating Dropless MoE Training in JAX with NVIDIA Transformer Engine

DevFeed: [Accelerating Dropless MoE Training in JAX with NVIDIA Transformer Engine](<https://devfeed.tech/articles/accelerating-dropless-moe-training-in-jax-with-nvidia-transformer-engine-21079.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/accelerating-dropless-moe-training-in-jax-with-nvidia-transformer-engine/>)

Author: Tanya Lenz

Published: 2026-09-14T16:39:15Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [GB200](<https://devfeed.tech/topics/gb200.md>), [Network](<https://devfeed.tech/topics/network.md>), [Python](<https://devfeed.tech/topics/python.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [mixtral](<https://devfeed.tech/topics/mixtral.md>), [qwen](<https://devfeed.tech/topics/qwen.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [communication](<https://devfeed.tech/tags/communication.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gb200](<https://devfeed.tech/tags/gb200.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [mixtral](<https://devfeed.tech/tags/mixtral.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [mlops](<https://devfeed.tech/tags/mlops.md>), [moe](<https://devfeed.tech/tags/moe.md>), [networks](<https://devfeed.tech/tags/networks.md>), [nvfp4](<https://devfeed.tech/tags/nvfp4.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tensors](<https://devfeed.tech/tags/tensors.md>), [token](<https://devfeed.tech/tags/token.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [training-ai-models](<https://devfeed.tech/tags/training-ai-models.md>)

### AI overview

This article explains how NVIDIA Transformer Engine and JAX kernel optimizations accelerate dropless Mixture of Experts (MoE) training. It describes bottlenecks from token routing, expert dispatch and gathering, all-to-all communication, and ragged expert matrix operations. In DeepSeek-V3 training on NVIDIA GB200, the optimized approach increased performance from 103 to 1,068 TFLOPS per GPU, a 10.4x improvement.

### Source excerpt

Mixture of experts (MoE) has become one of the defining architectural trends in large-scale AI model training. DeepSeek, Qwen, and Mixtral are examples of MoE...

## One name in, whichever vendor you like out

DevFeed: [One name in, whichever vendor you like out](<https://devfeed.tech/articles/one-name-in-whichever-vendor-you-like-out-12655.md>)

Original publisher: [Read original article](<https://tyk.io/blog/one-name-in-whichever-vendor-you-like-out/>)

Author: Hal Tyk's tutorial bot

Published: 2026-09-10T11:21:00Z

Content type: tutorial

Language: en

Sources: [Tyk API Management](<https://devfeed.tech/sources/tyk-api-management.md>)

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [API](<https://devfeed.tech/topics/api.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [App](<https://devfeed.tech/topics/app.md>), [Bot](<https://devfeed.tech/topics/bot.md>)

Tags: [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [ai-governance](<https://devfeed.tech/tags/ai-governance.md>), [ai-strategy](<https://devfeed.tech/tags/ai-strategy.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [api](<https://devfeed.tech/tags/api.md>), [api-management](<https://devfeed.tech/tags/api-management.md>), [api-platform-teams](<https://devfeed.tech/tags/api-platform-teams.md>), [developers](<https://devfeed.tech/tags/developers.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llm-governance](<https://devfeed.tech/tags/llm-governance.md>), [model](<https://devfeed.tech/tags/model.md>), [router](<https://devfeed.tech/tags/router.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial explains how to use Tyk's Model Router as a single OpenAI-compatible endpoint that routes requests to registered LLM providers. It describes configuring routers, pools, vendor mappings, model-name glob patterns, activation, and the Enterprise-only administration interface and API.

### Source excerpt

Hello. I'm Hal, Tyk's tutorial bot, and today I have been given a router. Not the sort that sits in a cupboard blinking reproachfully at you. A Model Router: a single OpenAI-compatible endpoint that decides, per request, which of your model providers actually answers. Your application asks for a model by name. Which vendor serves [...] The post One name in, whichever vendor you like out appeared first on Tyk API Management.

## Building resilient self hosted services is not always easy

DevFeed: [Building resilient self hosted services is not always easy](<https://devfeed.tech/articles/building-resilient-self-hosted-services-is-not-always-easy-10863.md>)

Original publisher: [Read original article](<https://blog.apnic.net/2026/09/09/building-resilient-self-hosted-services-is-not-always-easy/>)

Author: George Michaelson

Published: 2026-09-09T05:10:54Z

Content type: opinion

Language: en

Sources: [APNIC Blog](<https://devfeed.tech/sources/apnic-blog.md>)

Topics: [Pi-hole](<https://devfeed.tech/topics/pihole.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Network Configuration](<https://devfeed.tech/topics/network-configuration.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [dns](<https://devfeed.tech/tags/dns.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [network](<https://devfeed.tech/tags/network.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [router](<https://devfeed.tech/tags/router.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [server](<https://devfeed.tech/tags/server.md>), [systems](<https://devfeed.tech/tags/systems.md>), [tech-matters](<https://devfeed.tech/tags/tech-matters.md>)

### AI overview

The article reflects on the difficulties of running resilient self-hosted DNS services at home. It describes how reboots and router or DNS configuration changes can disrupt DHCP and the wider home network, arguing for independently configured redundant instances and a tested backup plan.

### Source excerpt

Resiliency through more redundancy is important no matter the scenario.

## I Tested the Best Wi-Fi Adapters for Raspberry Pi

DevFeed: [I Tested the Best Wi-Fi Adapters for Raspberry Pi](<https://devfeed.tech/articles/i-tested-the-best-wi-fi-adapters-for-raspberry-pi-10789.md>)

Original publisher: [Read original article](<https://raspberrytips.com/best-wi-fi-adapters-raspberry-pi/>)

Author: Patrick Fromaget

Published: 2026-09-05T05:00:00Z

Content type: comparison

Language: en

Sources: [RaspberryTips](<https://devfeed.tech/sources/raspberrytips.md>)

Topics: [Hardware](<https://devfeed.tech/topics/hardware.md>), [USB](<https://devfeed.tech/topics/usb.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [comparison](<https://devfeed.tech/tags/comparison.md>), [cost](<https://devfeed.tech/tags/cost.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [inspiration](<https://devfeed.tech/tags/inspiration.md>), [linux](<https://devfeed.tech/tags/linux.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [raspberry-pi-5](<https://devfeed.tech/tags/raspberry-pi-5.md>), [router](<https://devfeed.tech/tags/router.md>), [speed](<https://devfeed.tech/tags/speed.md>)

### AI overview

A hands-on comparison of USB Wi-Fi adapters for Raspberry Pi, evaluating speed, signal strength, stability, Linux support, cost, and bulk against the Raspberry Pi 5's built-in Wi-Fi. The article highlights the BrosTrend AXE3000 as the best overall option, the TP-Link Archer T3U Plus as the best value, and notes that Raspberry Pi 5 users may not need an external adapter.

### Source excerpt

Over the years, I've mostly used the default Wi-Fi on my Raspberry Pis, and it's good enough for most projects. But when you start putting the Pi in a case, moving it from the router, or using a fancy Wi-Fi access point that can handle faster speeds, it makes sense to look into better solutions....

## When Traceroutes Lie: How TTL Jumps Can Give Us a False Impression of the Internet's Topology

DevFeed: [When Traceroutes Lie: How TTL Jumps Can Give Us a False Impression of the Internet's Topology](<https://devfeed.tech/articles/when-traceroutes-lie-how-ttl-jumps-can-give-us-a-false-impression-of-the-internet-s-topology-11453.md>)

Original publisher: [Read original article](<https://labs.ripe.net/author/shk/when-traceroutes-lie-how-ttl-jumps-can-give-us-a-false-impression-of-the-internets-topology/>)

Author: Sebastian Kappes

Published: 2026-09-03T12:03:26Z

Content type: article

Language: en

Sources: [RIPE Labs](<https://devfeed.tech/sources/ripe-labs.md>)

Topics: [Internet](<https://devfeed.tech/topics/internet.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [atlas](<https://devfeed.tech/tags/atlas.md>), [competition](<https://devfeed.tech/tags/competition.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [internet](<https://devfeed.tech/tags/internet.md>), [measurements](<https://devfeed.tech/tags/measurements.md>), [networks](<https://devfeed.tech/tags/networks.md>), [research](<https://devfeed.tech/tags/research.md>), [router](<https://devfeed.tech/tags/router.md>)

### AI overview

This article explains how routers that rewrite or fail to decrement TTL values can cause traceroute to omit entire networks and create a false impression of Internet topology. It describes the normal traceroute mechanism and measurements using RIPE Atlas probes to investigate the behavior.

### Source excerpt

Traceroute is a powerful tool for uncovering how packets travel across the Internet. However, as we recently discovered, some routers tamper with the TTL values in traceroute's probing packets, giving you a false view of how networks are actually interconnected.

## BGP-Free Core with SR-MPLS

DevFeed: [BGP-Free Core with SR-MPLS](<https://devfeed.tech/articles/bgp-free-core-with-sr-mpls-11437.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/09/sr-mpls-bgp-free/>)

Published: 2026-09-03T05:30:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [SR-MPLS](<https://devfeed.tech/topics/sr-mpls.md>), [BGP](<https://devfeed.tech/topics/bgp.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Network](<https://devfeed.tech/topics/network.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [bgp](<https://devfeed.tech/tags/bgp.md>), [containers](<https://devfeed.tech/tags/containers.md>), [edge](<https://devfeed.tech/tags/edge.md>), [examples](<https://devfeed.tech/tags/examples.md>), [github](<https://devfeed.tech/tags/github.md>), [is-is](<https://devfeed.tech/tags/is-is.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mpls](<https://devfeed.tech/tags/mpls.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [network](<https://devfeed.tech/tags/network.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sr-mpls](<https://devfeed.tech/tags/sr-mpls.md>)

### AI overview

This article demonstrates how to build a BGP-free transport core with SR-MPLS using netlab. It describes a lab topology with IS-IS, BGP, Linux container hosts, and PE routers, then shows how SR-MPLS labels provide end-to-end connectivity without BGP routes on the core router.

### Source excerpt

The beauty of SR-MPLS is that it's a drop-in replacement for the traditional (LDP- or RSVP-based) MPLS control plane. For example, you could replace LDP with SR-MPLS in a network using MPLS to implement a BGP-free transport core, and it just keeps working. This scenario was the first "fun" scenario in the ITNOG10 Segment Routing workshop. The core network uses the same topology as in the previous examples; I added two hosts and BGP routing. Simplest possible network using a BGP-free core Read more ...

## I replaced my DNS resolver and the smart home finally shut up

DevFeed: [I replaced my DNS resolver and the smart home finally shut up](<https://devfeed.tech/articles/i-replaced-my-dns-resolver-and-the-smart-home-finally-shut-up-10753.md>)

Original publisher: [Read original article](<https://shedstack.dev/posts/quiet-smart-home.html>)

Author: Shed Stack

Published: 2026-08-29T15:00:00Z

Content type: article

Language: en

Sources: [Shed Stack](<https://devfeed.tech/sources/shed-stack.md>)

Topics: [Internet of things](<https://devfeed.tech/topics/iot.md>), [Network](<https://devfeed.tech/topics/network.md>), [Pi-hole](<https://devfeed.tech/topics/pihole.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [apps](<https://devfeed.tech/tags/apps.md>), [devices](<https://devfeed.tech/tags/devices.md>), [dns](<https://devfeed.tech/tags/dns.md>), [internet](<https://devfeed.tech/tags/internet.md>), [local](<https://devfeed.tech/tags/local.md>), [network](<https://devfeed.tech/tags/network.md>), [router](<https://devfeed.tech/tags/router.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

The article describes replacing Pi-hole with AdGuard Home, using device-level DNS rules and VLAN isolation to reduce telemetry from nearly 100 smart-home devices. It also notes maintenance costs, including occasional false blocks, app issues, and manual DNS configuration.

### Source excerpt

AdGuard Home and some strict VLANs quieted almost 100 internet connected devices that all wanted to phone home.

## UniFi Travel Router Long-Range (UTR-LR): $99 Travel Router Released

DevFeed: [UniFi Travel Router Long-Range (UTR-LR): $99 Travel Router Released](<https://devfeed.tech/articles/unifi-travel-router-long-range-utr-lr-released-worth-99-17366.md>)

Original publisher: [Read original article](<https://nascompares.com/2026/08/28/unifi-travel-router-long-range-utr-lr-released-worth-99/>)

Author: Rob Andrews

Published: 2026-08-28T13:29:56Z

Content type: news

Language: en

Sources: [NAS Compares](<https://devfeed.tech/sources/nas-compares.md>)

Topics: [UniFi Travel Router](<https://devfeed.tech/topics/unifi-travel-router.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [10-dbi-antenna](<https://devfeed.tech/tags/10-dbi-antenna.md>), [2x2-mimo](<https://devfeed.tech/tags/2x2-mimo.md>), [4-dbi-antenna](<https://devfeed.tech/tags/4-dbi-antenna.md>), [5g-tethering](<https://devfeed.tech/tags/5g-tethering.md>), [amneziawg](<https://devfeed.tech/tags/amneziawg.md>), [antenna-gain](<https://devfeed.tech/tags/antenna-gain.md>), [business-travel-tech](<https://devfeed.tech/tags/business-travel-tech.md>), [captive-portal](<https://devfeed.tech/tags/captive-portal.md>), [digital-nomad-gear](<https://devfeed.tech/tags/digital-nomad-gear.md>), [directional-antenna](<https://devfeed.tech/tags/directional-antenna.md>), [dual-band-wifi](<https://devfeed.tech/tags/dual-band-wifi.md>), [ethernet-uplink](<https://devfeed.tech/tags/ethernet-uplink.md>), [existing](<https://devfeed.tech/tags/existing.md>), [external-antenna](<https://devfeed.tech/tags/external-antenna.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [geo-based-policy](<https://devfeed.tech/tags/geo-based-policy.md>), [gigabit-ethernet](<https://devfeed.tech/tags/gigabit-ethernet.md>), [high-gain-antenna](<https://devfeed.tech/tags/high-gain-antenna.md>), [hinged-antenna](<https://devfeed.tech/tags/hinged-antenna.md>), [hotel](<https://devfeed.tech/tags/hotel.md>), [hotel-wifi](<https://devfeed.tech/tags/hotel-wifi.md>), [internet](<https://devfeed.tech/tags/internet.md>), [internet-latency-reporting](<https://devfeed.tech/tags/internet-latency-reporting.md>), [lcm-display](<https://devfeed.tech/tags/lcm-display.md>), [location-aware-policies](<https://devfeed.tech/tags/location-aware-policies.md>), [long-range-travel-router](<https://devfeed.tech/tags/long-range-travel-router.md>), [mobile-networking](<https://devfeed.tech/tags/mobile-networking.md>), [multi-uplink](<https://devfeed.tech/tags/multi-uplink.md>), [network](<https://devfeed.tech/tags/network.md>), [network-cloning](<https://devfeed.tech/tags/network-cloning.md>), [networking](<https://devfeed.tech/tags/networking.md>), [office](<https://devfeed.tech/tags/office.md>), [on-site-deployments](<https://devfeed.tech/tags/on-site-deployments.md>), [openvpn-client](<https://devfeed.tech/tags/openvpn-client.md>), [property](<https://devfeed.tech/tags/property.md>), [router](<https://devfeed.tech/tags/router.md>), [travel](<https://devfeed.tech/tags/travel.md>), [uncategorised](<https://devfeed.tech/tags/uncategorised.md>), [unifi](<https://devfeed.tech/tags/unifi.md>), [unifi-travel-router](<https://devfeed.tech/tags/unifi-travel-router.md>)

### AI overview

The UniFi Travel Router Long-Range (UTR-LR) is a compact $99 travel router for creating a private, managed network on shared hotel, rental property, office, or other internet connections. It joins the existing $79 UniFi Travel Router rather than replacing it.

### Source excerpt

What is the UniFi Travel Router LR? The UniFi Travel Router Long-Range, or UTR-LR, is a compact $99 travel router designed to provide a private, managed network when using hotel, rental property, office or other shared internet connections. It joins the existing $79 UniFi Travel Router rather than replacing it, retaining the same general platform [...]

## GL.iNet Mango 2 (GL-MG1300) pocket travel router revealed

DevFeed: [GL.iNet Mango 2 (GL-MG1300) pocket travel router revealed](<https://devfeed.tech/articles/gl-inet-mango-2-revealed-the-unifi-travel-router-killer-17364.md>)

Original publisher: [Read original article](<https://nascompares.com/2026/08/24/gl-inet-mango-2-revealed-the-unifi-travel-router-killer/>)

Author: Rob Andrews

Published: 2026-08-24T14:56:26Z

Content type: article

Language: en

Sources: [NAS Compares](<https://devfeed.tech/sources/nas-compares.md>)

Topics: [GL.iNet](<https://devfeed.tech/topics/gl-inet.md>), [GL.iNet Mango 2](<https://devfeed.tech/topics/gl-inet-mango-2.md>), [GL-MG1300](<https://devfeed.tech/topics/gl-mg1300.md>)

Tags: [compact-router](<https://devfeed.tech/tags/compact-router.md>), [dual-band-travel-router](<https://devfeed.tech/tags/dual-band-travel-router.md>), [gigabit-travel-router](<https://devfeed.tech/tags/gigabit-travel-router.md>), [gl-inet](<https://devfeed.tech/tags/gl-inet.md>), [gl-inet-mango](<https://devfeed.tech/tags/gl-inet-mango.md>), [gl-inet-mango-2](<https://devfeed.tech/tags/gl-inet-mango-2.md>), [gl-inet-news](<https://devfeed.tech/tags/gl-inet-news.md>), [gl-inet-travel-router](<https://devfeed.tech/tags/gl-inet-travel-router.md>), [gl-mg1300](<https://devfeed.tech/tags/gl-mg1300.md>), [hotel-wi-fi-router](<https://devfeed.tech/tags/hotel-wi-fi-router.md>), [ifa-2026](<https://devfeed.tech/tags/ifa-2026.md>), [mango-2](<https://devfeed.tech/tags/mango-2.md>), [mango-2-travel-router](<https://devfeed.tech/tags/mango-2-travel-router.md>), [mango-2-vs-unifi-travel-router](<https://devfeed.tech/tags/mango-2-vs-unifi-travel-router.md>), [mango-router](<https://devfeed.tech/tags/mango-router.md>), [mango-vs-mango-2](<https://devfeed.tech/tags/mango-vs-mango-2.md>), [mini-travel-router](<https://devfeed.tech/tags/mini-travel-router.md>), [networking](<https://devfeed.tech/tags/networking.md>), [networking-hardware](<https://devfeed.tech/tags/networking-hardware.md>), [openvpn-router](<https://devfeed.tech/tags/openvpn-router.md>), [openwrt-router](<https://devfeed.tech/tags/openwrt-router.md>), [openwrt-travel-router](<https://devfeed.tech/tags/openwrt-travel-router.md>), [portable-router](<https://devfeed.tech/tags/portable-router.md>), [portable-wi-fi-router](<https://devfeed.tech/tags/portable-wi-fi-router.md>), [router](<https://devfeed.tech/tags/router.md>), [tailscale-router](<https://devfeed.tech/tags/tailscale-router.md>), [travel](<https://devfeed.tech/tags/travel.md>), [travel-router-comparison](<https://devfeed.tech/tags/travel-router-comparison.md>), [travel-router-news](<https://devfeed.tech/tags/travel-router-news.md>), [ubiquiti-utr](<https://devfeed.tech/tags/ubiquiti-utr.md>), [uncategorised](<https://devfeed.tech/tags/uncategorised.md>), [unifi-travel-router](<https://devfeed.tech/tags/unifi-travel-router.md>), [usb-tethering-router](<https://devfeed.tech/tags/usb-tethering-router.md>), [vpn-travel-router](<https://devfeed.tech/tags/vpn-travel-router.md>)

### AI overview

The article introduces the newly revealed GL.iNet Mango 2, also identified as the GL-MG1300. It describes the device as a small, relatively affordable pocket travel router that takes a simpler approach than GL.iNet's more powerful, expensive, and larger recent models.

### Source excerpt

A New Pocket Travel Router on the way - The Mango 2 Revealed I have followed GL.iNet's travel routers for years, but many of its recent models have become increasingly powerful, expensive and physically larger. The newly revealed Mango 2 (GL-MG1300) takes the opposite approach, returning to the small and relatively affordable format of the [...]

## BGP Role model: tracking the adoption of RFC 9234

DevFeed: [BGP Role model: tracking the adoption of RFC 9234](<https://devfeed.tech/articles/bgp-role-model-tracking-the-adoption-of-rfc-9234-119.md>)

Original publisher: [Read original article](<https://blog.cloudflare.com/rfc9234-bgp-role-model/>)

Author: Mingwei Zhang

Published: 2026-08-18T15:21:32Z

Content type: article

Language: en

Sources: [Cloudflare Blog](<https://devfeed.tech/sources/cloudflare-blog.md>)

Topics: [BGP](<https://devfeed.tech/topics/bgp.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [bgp](<https://devfeed.tech/tags/bgp.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [internet](<https://devfeed.tech/tags/internet.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [research](<https://devfeed.tech/tags/research.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [routing-security](<https://devfeed.tech/tags/routing-security.md>), [rpki](<https://devfeed.tech/tags/rpki.md>)

### AI overview

This article examines the adoption of RFC 9234, which uses BGP Roles and the Only to Customer (OTC) attribute to help routers prevent and detect route leaks. Cloudflare measured deployment through its global peering presence and found that two large Tier-1 networks were stripping OTC attributes from forwarded routes.

### Source excerpt

RFC 9234 lets routers reject route leaks on their own, using BGP Roles and the Only to Customer attribute. We measured who has deployed it, and found two Tier 1 networks unexpectedly stripping OTC.

## Use of VRF in dual WAN setup

DevFeed: [Use of VRF in dual WAN setup](<https://devfeed.tech/articles/use-of-vrf-in-dual-wan-setup-39784.md>)

Original publisher: [Read original article](<https://anuragbhatia.com/post/2026/08/mikrotik-vrf-dual-wan/>)

Published: 2026-08-03T20:58:23Z

Content type: tutorial

Language: en

Sources: [Personal blog of Anurag Bhatia](<https://devfeed.tech/sources/personal-blog-of-anurag-bhatia.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [MikroTik](<https://devfeed.tech/topics/mikrotik.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [Containers](<https://devfeed.tech/topics/containers.md>)

Tags: [containers](<https://devfeed.tech/tags/containers.md>), [mikrotik](<https://devfeed.tech/tags/mikrotik.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [routing-table](<https://devfeed.tech/tags/routing-table.md>), [vrf](<https://devfeed.tech/tags/vrf.md>)

### AI overview

This article describes migrating a MikroTik home router from multiple routing tables to a VRF-based dual-WAN design. It explains how shared routing domains caused router-bound traffic to return through the wrong ISP during partial outages and made ISP-specific routing for measurement containers difficult. VRFs provide separate layer-3 routing domains for the WAN links, while Prometheus and Semaphore handle packet-loss-based switchover.

### Source excerpt

Over the weekend I migrated my home router from multiple routing tables to a VRF-based design, placing each WAN uplink into its own VRF. While multiple routing tables worked for basic policy routing, they have some limitations and that led to several edge cases that became increasingly difficult to work around. Issues with the setup: If the active default route pointed to ISP1, traffic arriving on ISP1 naturally returned via ISP1. However, traffic terminating on the router and arriving via ISP2 would also be replied to through ISP1, since both uplinks still shared the same routing domain. This did not cause issues for traffic on devices below the router but was bad for traffic terminating on the router interface itself. Due to the above reason, I recently lost access to my home router while I was out of the country because ISP1 had a partial outage (their transit went down, peering stayed up) & due to distributed tooling, the auto switch trigger could not happen either to take care of it. Packets from ISP 2 were being returned via the ISP1 route & thus blackholed. I have a special case where I want most of the devices on a redundant setup but some devices (containers) on specific ISP only. These are measurement containers running blackbox exporter behind a specific ISP as well as RIPE Atlas. I don't want these to switch over for accuracy of measurement. Without VRF it was ugly config-wise, as ISP1 failure will lead to ISP2 routing even when the specific routing table did not have that route. Old Setup My old setup was running multiple routing table pairs: ISP1 only & ISP1 as primary (ISP2 as secondary) ISP2 only & ISP2 as primary (ISP1 as secondary) All WAN interfaces, LAN interfaces and routing tables were in the same single "Main" VRF. This by default takes care of full outage events, fibre cuts, etc. For packet loss-based switchover, I have set up Prometheus + Semaphore as covered in this post last year. Understanding VRF VRF is Virtual Routing and Forwarding. It

## Make scalable routing system for your Flutter Apps

DevFeed: [Make scalable routing system for your Flutter Apps](<https://devfeed.tech/articles/make-scalable-routing-system-for-your-flutter-apps-23053.md>)

Original publisher: [Read original article](<https://medium.com/flutter-community/make-scalable-routing-system-for-your-flutter-apps-73510bf3d602?source=rss----86fb29d7cc6a---4>)

Author: Kanan Yusubov

Published: 2026-07-29T15:25:43Z

Content type: tutorial

Language: en

Sources: [Flutter Community - Medium](<https://devfeed.tech/sources/flutter-community-medium.md>)

Topics: [Flutter](<https://devfeed.tech/topics/flutter.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [navigation](<https://devfeed.tech/topics/navigation.md>), [modules](<https://devfeed.tech/topics/modules.md>), [Dependency injection](<https://devfeed.tech/topics/dependency-injection.md>), [Usability](<https://devfeed.tech/topics/usability.md>)

Tags: [clean-architecture](<https://devfeed.tech/tags/clean-architecture.md>), [dependency-injection](<https://devfeed.tech/tags/dependency-injection.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [go-router](<https://devfeed.tech/tags/go-router.md>), [modular-router](<https://devfeed.tech/tags/modular-router.md>), [modules](<https://devfeed.tech/tags/modules.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [routing-system](<https://devfeed.tech/tags/routing-system.md>), [usability](<https://devfeed.tech/tags/usability.md>)

### AI overview

This tutorial describes a scalable, decoupled routing system for Flutter apps. It explains a wrapper built on go_router that adds typed route arguments, native and path parameters, cross-module modularization, nested routes, presentation modes, and type-safe route guards.

### Source excerpt

Recently, I've been working on migrating our app's routing system. We previously used auto_route, but eventually realized its tightly coupled nature made it incredibly difficult to scale across independent modules. Furthermore, its heavy reliance on code generation became a bottleneck for our workflow. To resolve this, we decided to architect a clean, scalable, and highly decoupled routing system. Our new solution is a powerful wrapper built on top of go_router. It abstracts away the raw string navigation and supercharges the router with custom features to maximize usability and type safety. In this blog post, I will walk you through the core benefits of this new routing system, covering the following key topics: Unified Routing Protocol (AppRouteInfo) Strictly Typed Route Arguments Native & Path Parameters Support Cross-Module Modularization (AppModuleRouter) Hierarchical Back stack & Sub-Routes (Nested Route Definitions, Decoupled Cross-Module Navigation) Dynamic Presentation Modes (e.g., Native, ModalSheet, NoTransition) Guard Interceptor Mechanism (Type-Safe Redirects, Global Interceptors) Note: This blog will show the general usage and problems it solved. For more detailed code, you can check the following link: https://github.com/thisisyusub/scalable-routing-system-demoArchitectural Structure of Routing System Here is how the demo application is structured to achieve a fully decoupled, scalable routing system: scalable_routing_system_demo (main app): The entry point of the application responsible for wiring up all services, dependency injection, and global route configurations. app_routes: Houses all route definitions, parameters, routing protocols, and models to ensure fully type-safe navigation. This is decoupled from the core routing package to separate app-specific business needs from generic routing mechanics. routing_system (core router): A generic, domain-agnostic router package that has zero knowledge of the app's specific routes. It exclusively provid

## What's new in Graph Artifacts

DevFeed: [What's new in Graph Artifacts](<https://devfeed.tech/articles/what-s-new-in-graph-artifacts-23587.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/whats-new-in-graph-artifacts>)

Author: Zack Warnimont

Published: 2026-07-27T09:00:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cli](<https://devfeed.tech/tags/cli.md>), [container-registry](<https://devfeed.tech/tags/container-registry.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [oci](<https://devfeed.tech/tags/oci.md>), [registry](<https://devfeed.tech/tags/registry.md>), [release](<https://devfeed.tech/tags/release.md>), [router](<https://devfeed.tech/tags/router.md>)

### AI overview

This release adds GraphOS artifact tag management across Rover and Studio. Teams can assign, list, fetch, and delete tags from Rover, view tags alongside artifact digests in Studio, and use OCI-compliant registry APIs. User-managed tags support promotion and rollback workflows, while tag reassignment hot-reloads automatically on Router v2.11.0 and later.

### Source excerpt

When we launched Graph Artifacts, we gave teams a way to pin their GraphOS Router to a specific, immutable supergraph schema version using SHA digests. Graph artifacts are stored using OCI-compliant registries, and tagging is a native concept at that layer. A tag is just a mutable pointer to an immutable digest. In principle, nothing stopped a team from tagging an artifact prod and having their router resolve it.

## How to build a contact form with SendGrid email delivery on Webflow Cloud

DevFeed: [How to build a contact form with SendGrid email delivery on Webflow Cloud](<https://devfeed.tech/articles/how-to-build-a-contact-form-with-sendgrid-email-delivery-on-webflow-cloud-9189.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/contact-form-sendgrid-webflow-cloud>)

Author: Ismail Ajagbe

Published: 2026-07-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [webflow](<https://devfeed.tech/topics/webflow.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [React](<https://devfeed.tech/topics/react.md>), [App](<https://devfeed.tech/topics/app.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Server](<https://devfeed.tech/topics/server.md>), [Streams](<https://devfeed.tech/topics/streams.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [guide](<https://devfeed.tech/tags/guide.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [html](<https://devfeed.tech/tags/html.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [server](<https://devfeed.tech/tags/server.md>), [validation](<https://devfeed.tech/tags/validation.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

This guide explains how to build a Webflow Cloud contact form using a React component, a Next.js App Router route handler, server-side validation, honeypot bot filtering, CORS configuration, and SendGrid for confirmation and team notification emails.

### Source excerpt

Learn how to build a contact form on Webflow Cloud that sends confirmation and notification emails via SendGrid.

## Understanding BGP Route Types: Full Routes vs Partial vs Default vs Customer Routes

DevFeed: [Understanding BGP Route Types: Full Routes vs Partial vs Default vs Customer Routes](<https://devfeed.tech/articles/understanding-bgp-route-types-full-routes-vs-partial-vs-default-vs-customer-routes-40150.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/inetarch/bgp-route-types-full-default-partial-customer-routes/>)

Author: j2sw

Published: 2026-07-24T16:28:00Z

Content type: article

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [BGP](<https://devfeed.tech/topics/bgp.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [Networks](<https://devfeed.tech/topics/networks.md>)

Tags: [bgp](<https://devfeed.tech/tags/bgp.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [flexibility](<https://devfeed.tech/tags/flexibility.md>), [internet-architecture](<https://devfeed.tech/tags/internet-architecture.md>), [isp](<https://devfeed.tech/tags/isp.md>), [memory](<https://devfeed.tech/tags/memory.md>), [network-engineering](<https://devfeed.tech/tags/network-engineering.md>), [network-operations](<https://devfeed.tech/tags/network-operations.md>), [route](<https://devfeed.tech/tags/route.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [routing-policy](<https://devfeed.tech/tags/routing-policy.md>), [routing-table](<https://devfeed.tech/tags/routing-table.md>), [traffic-engineering](<https://devfeed.tech/tags/traffic-engineering.md>), [visibility](<https://devfeed.tech/tags/visibility.md>)

### AI overview

This article explains BGP route choices, comparing default routes, full routes, partial routes, and customer routes. It describes the tradeoffs between small routing tables, Internet visibility, traffic engineering control, and router resource requirements.

### Source excerpt

5 minute read time.Justin Wilson j2sw.com When you configure a BGP session, one of the first questions is what routes you actually want to receive. If you have ever filled out a questionnaire with Hurricane Electric or another transit provider, they ask you what "kind" of routes you want. In this article, I plan to ... Read more The post Understanding BGP Route Types: Full Routes vs Partial vs Default vs Customer Routes appeared first on Justin Wilson (j2sw).

## What Is IPoE?

DevFeed: [What Is IPoE?](<https://devfeed.tech/articles/what-is-ipoe-40169.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/netops/what-is-ipoe/>)

Author: j2sw

Published: 2026-07-24T12:15:00Z

Content type: tutorial

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [DHCP](<https://devfeed.tech/topics/dhcp.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [gateway](<https://devfeed.tech/topics/gateway.md>)

Tags: [broadband](<https://devfeed.tech/tags/broadband.md>), [dhcp](<https://devfeed.tech/tags/dhcp.md>), [dns](<https://devfeed.tech/tags/dns.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [ipoe](<https://devfeed.tech/tags/ipoe.md>), [mtu](<https://devfeed.tech/tags/mtu.md>), [network-operations](<https://devfeed.tech/tags/network-operations.md>), [pppoe](<https://devfeed.tech/tags/pppoe.md>), [router](<https://devfeed.tech/tags/router.md>), [vlan](<https://devfeed.tech/tags/vlan.md>)

### AI overview

This article explains IPoE, or IP over Ethernet, as an access model in which a customer router uses DHCP to obtain an IP address and network configuration directly, without establishing a PPPoE session or storing login credentials. It describes DHCP relay and Broadband Network Gateway processing and outlines subscriber-identification methods such as VLANs, access ports, DHCP Option 82, circuit identifiers, ONT details, and MAC authentication.

### Source excerpt

4 minutes read time.Many of us ISP veterans are familiar with Point-to-Point Protocol over Ethernet (PPPoE), also referred to as Triple P O E. PPPoE is showing its age. It showed its age 15 years ago. DHCP was the simple fix for modern networks. It had less overhead and was simple. Now along comes IPoE. ... Read more The post What Is IPoE? appeared first on Justin Wilson (j2sw).

## Adding a backup Internet WAN on my OPNsense Router

DevFeed: [Adding a backup Internet WAN on my OPNsense Router](<https://devfeed.tech/articles/adding-a-backup-internet-wan-on-my-opnsense-router-10477.md>)

Original publisher: [Read original article](<https://www.jeffgeerling.com/blog/2026/opnsense-backup-internet-gateway/>)

Author: jeff@jeffgeerling.com (Jeff Geerling)

Published: 2026-07-23T21:00:00Z

Content type: tutorial

Language: en

Sources: [Jeff Geerling](<https://devfeed.tech/sources/jeff-geerling.md>)

Topics: [Firewall](<https://devfeed.tech/topics/firewall.md>), [networking](<https://devfeed.tech/topics/networking.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [5G](<https://devfeed.tech/topics/5g.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [5g](<https://devfeed.tech/tags/5g.md>), [backup](<https://devfeed.tech/tags/backup.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [internet](<https://devfeed.tech/tags/internet.md>), [networking](<https://devfeed.tech/tags/networking.md>), [opnsense](<https://devfeed.tech/tags/opnsense.md>), [outage](<https://devfeed.tech/tags/outage.md>), [router](<https://devfeed.tech/tags/router.md>)

### AI overview

A practical guide to adding a portable 5G gateway as a backup WAN on an OPNsense router. It covers assigning a second Ethernet interface, configuring DHCP and outbound NAT, and manually changing gateway priorities to fail over between connections.

### Source excerpt

AKA "Spectrum has gone down two weeks in a row and I'm sick of it". I've been borrowing a portable 5G gateway from my Dad for a few weeks, for testing... and two weeks in a row, I've used it as a backup Internet option, since my Spectrum Business cable Internet has gone down. And yes, I'd get AT&T Fiber if I had the option, sadly they don't yet provide service at my studio. So I'm stuck with only one high speed wired provider. I may add on my own 5G backup Internet connection in the future, but we're getting off track.

## How Passive Optical Networks (PON) Work

DevFeed: [How Passive Optical Networks (PON) Work](<https://devfeed.tech/articles/how-passive-optical-networks-pon-work-40154.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/inetarch/how-passive-optical-networks-work/>)

Author: j2sw

Published: 2026-07-22T12:35:00Z

Content type: tutorial

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [Networks](<https://devfeed.tech/topics/networks.md>), [gpon](<https://devfeed.tech/topics/gpon.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [Security](<https://devfeed.tech/topics/security.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [ethernet](<https://devfeed.tech/tags/ethernet.md>), [fiber](<https://devfeed.tech/tags/fiber.md>), [ftth](<https://devfeed.tech/tags/ftth.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [gpon](<https://devfeed.tech/tags/gpon.md>), [internet](<https://devfeed.tech/tags/internet.md>), [internet-architecture](<https://devfeed.tech/tags/internet-architecture.md>), [isp](<https://devfeed.tech/tags/isp.md>), [networks](<https://devfeed.tech/tags/networks.md>), [passive-optical-network](<https://devfeed.tech/tags/passive-optical-network.md>), [pon](<https://devfeed.tech/tags/pon.md>), [providers](<https://devfeed.tech/tags/providers.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [router](<https://devfeed.tech/tags/router.md>), [security](<https://devfeed.tech/tags/security.md>), [xgs-pon](<https://devfeed.tech/tags/xgs-pon.md>)

### AI overview

This tutorial explains how Passive Optical Networks (PON) deliver residential fiber Internet. It describes the roles of the OLT, passive optical splitters, ONTs, and the customer router or gateway, including how providers share feeder fiber among subscribers and provision authorized ONTs.

### Source excerpt

If you've spent any time looking into fiber Internet, you've probably run across terms like GPON, XGS-PON, OLT, and ONT. These are all parts of what's called a Passive Optical Network, or PON. Most residential fiber providers use PON because it lets them connect alot of homes without having to pull a separate fiber from ... Read more The post How Passive Optical Networks (PON) Work appeared first on Justin Wilson (j2sw).

## Apollo's New API IP Allowlist Policy

DevFeed: [Apollo's New API IP Allowlist Policy](<https://devfeed.tech/articles/apollo-s-new-api-ip-allowlist-policy-23226.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollos-new-api-ip-allowlist-policy>)

Author: David Glasser

Published: 2026-07-15T12:00:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [API](<https://devfeed.tech/topics/api.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [Network](<https://devfeed.tech/topics/network.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [installation](<https://devfeed.tech/tags/installation.md>), [network](<https://devfeed.tech/tags/network.md>), [operational](<https://devfeed.tech/tags/operational.md>), [published](<https://devfeed.tech/tags/published.md>), [router](<https://devfeed.tech/tags/router.md>), [schema](<https://devfeed.tech/tags/schema.md>), [trust-center](<https://devfeed.tech/tags/trust-center.md>)

### AI overview

Apollo has published an API IP Allowlist Policy for GraphOS Router and Apollo Gateway deployments that restrict outbound access by IP address. The policy covers Apollo Uplink endpoints, documents their current IP addresses, and promises at least 60 days' notice before adding new IPs. Apollo also plans to add a second IP per covered service no earlier than September 16, 2026.

### Source excerpt

Restricting outbound traffic by IP? GraphOS Router now needs a second Uplink IP allowlisted before September 16, 2026. See what Apollo's new policy covers.

## netlab 26.07: GRE, Wireguard, Graceful Restart, and Scale-Out Labs

DevFeed: [netlab 26.07: GRE, Wireguard, Graceful Restart, and Scale-Out Labs](<https://devfeed.tech/articles/netlab-26-07-gre-wireguard-graceful-restart-and-scale-out-labs-11416.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/07/netlab-26-07/>)

Published: 2026-07-13T06:23:00Z

Content type: release

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [BGP](<https://devfeed.tech/topics/bgp.md>), [Server](<https://devfeed.tech/topics/server.md>), [evpn](<https://devfeed.tech/topics/evpn.md>), [VXLAN](<https://devfeed.tech/topics/vxlan.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [bgp](<https://devfeed.tech/tags/bgp.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [github](<https://devfeed.tech/tags/github.md>), [gre](<https://devfeed.tech/tags/gre.md>), [guide](<https://devfeed.tech/tags/guide.md>), [installation](<https://devfeed.tech/tags/installation.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [ospf](<https://devfeed.tech/tags/ospf.md>), [policy](<https://devfeed.tech/tags/policy.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [router](<https://devfeed.tech/tags/router.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

The netlab 26.07 release adds scale-out labs through a multiserver plugin, GRE and WireGuard tunnel support, graceful restart capabilities, BGP policy roles, and expanded BIRD, FortiOS, MikroTik RouterOS, and OpenBSD functionality. It also removes the VirtualBox provider, makes BIRD v3 the default, and changes MikroTik RouterOS 7 BGP template syntax.

### Source excerpt

The highlights of netlab release 26.07 include: The multiserver plugin by @muddyblack distributes containerlab devices across multiple servers. The GRE tunnel plugin supports GRE tunnels on Cisco IOS, FRR, VyOS, and Junos (vSRX and vJunos-router) (most device implementations done by @ssasso and @jbemmel). The WireGuard tunnel plugin by @jbemmel supports WireGuard tunnels on FRR. The bgp.session plugin and the OSPF module support graceful restart on Arista EOS, BIRD, FortiOS, and FRR (by @jbemmel and @a-v-popov) The bgp.policy plugin supports the bgp.role attribute on FRR and BIRD (by @jbemmel). But wait, there's more ;) Read more ...

## DigitalOcean Evaluations: Production Model and Router Testing for the Inference Stack

DevFeed: [DigitalOcean Evaluations: Production Model and Router Testing for the Inference Stack](<https://devfeed.tech/articles/digitalocean-evaluations-production-model-and-router-testing-for-the-inference-stack-19920.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/now-available-evaluations>)

Author: Grace Morgan

Published: 2026-07-01T15:41:47Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [configuration](<https://devfeed.tech/tags/configuration.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data](<https://devfeed.tech/tags/data.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [metric](<https://devfeed.tech/tags/metric.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pii](<https://devfeed.tech/tags/pii.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [production](<https://devfeed.tech/tags/production.md>), [quality](<https://devfeed.tech/tags/quality.md>), [router](<https://devfeed.tech/tags/router.md>), [testing](<https://devfeed.tech/tags/testing.md>), [token](<https://devfeed.tech/tags/token.md>)

### AI overview

DigitalOcean Evaluations adds production testing for models and inference router configurations in the DigitalOcean Inference Engine. Teams can run LLM-as-a-Judge evaluations on their own prompts and data, compare quality, latency, and cost, and use built-in or custom rubrics across models, imports, and router setups.

### Source excerpt

Choosing the right model or inference router for production means more than reading a leaderboard. It means validating any model or routing configuration on your own data using your prompts and your evaluation criteria before it ever reaches production, and comparing quality, latency, and cost in one place. Evaluations, now available on the DigitalOcean Inference Engine, lets teams validate any model or inference router configuration on their own data before production. Run structured LLM-as-a-Judge evaluations across catalog models, fine-tuned models, BYOM imports, and router setups without stitching together a separate evaluation stack. DigitalOcean Evaluations Capabilities Evaluations provide everything teams need to validate model and router performance before production. LLM-as-a-Judge scoring runs across any candidate in your inference stack and returns per-item scores with judge rationale, plus latency, token, and cost tracking per run. Six pre-built metrics cover the most common evaluation needs out of the box. For teams that need full control: custom rubrics, reusable presets, MCP support, and full dataset management -- all in the same platform as the inference endpoints you use in production. View YouTube video Pre-Built and Custom Rubrics: Score Against Criteria That Match Your Domain The six pre-built metrics, correctness, completeness, faithfulness, PII, toxicity, and bias, cover common evaluation needs. For specialized domains, custom rubrics let teams define their own judge instructions and scoring criteria directly in the judge prompt. The judge evaluates responses against these criteria and returns per-item scores with rationale. Custom rubrics can also adapt the built-in correctness metric to different data formats instead of relying on a default interpretation. Evaluation Presets: Save Configurations and Re-Run Without Rebuilding Without saved configurations, every re-run becomes a rebuild with different judge models, parameters, or prompts, making

## LLM router architecture: best practices for 2026

DevFeed: [LLM router architecture: best practices for 2026](<https://devfeed.tech/articles/llm-router-architecture-best-practices-for-2026-4819.md>)

Original publisher: [Read original article](<https://redis.io/blog/llm-router-architecture-best-practices/>)

Author: Jim Allen Wallace

Published: 2026-07-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [Model Routing](<https://devfeed.tech/topics/model-routing.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [API](<https://devfeed.tech/topics/api.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [availability](<https://devfeed.tech/tags/availability.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cost](<https://devfeed.tech/tags/cost.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [outage](<https://devfeed.tech/tags/outage.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tech-de](<https://devfeed.tech/tags/tech-de.md>)

### AI overview

This guide explains model routers as middleware that selects the most suitable large language model for each request based on factors such as task complexity, cost, latency, availability, load, and safety requirements. It covers common routing strategies, production architecture patterns, proxy and recommendation-based designs, and how routing can reduce costs and improve reliability through fallback handling.

### Source excerpt

You picked GPT-5 for every LLM call in your app because it was the safe call: chat, autocomplete, classification, summarization, all of it. Then the bill arrived, and you traced part of it back to queries like "what are your business hours?" getting r...

## Sam's First Visit to An Internet Exchange

DevFeed: [Sam's First Visit to An Internet Exchange](<https://devfeed.tech/articles/sam-s-first-visit-to-an-internet-exchange-40156.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/inetarch/kids-first-visit-internet-exchange/>)

Author: j2sw

Published: 2026-06-25T03:54:15Z

Content type: release

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Internet Traffic](<https://devfeed.tech/topics/internet-traffic.md>), [BGP](<https://devfeed.tech/topics/bgp.md>)

Tags: [bgp](<https://devfeed.tech/tags/bgp.md>), [book](<https://devfeed.tech/tags/book.md>), [books](<https://devfeed.tech/tags/books.md>), [children](<https://devfeed.tech/tags/children.md>), [explainer](<https://devfeed.tech/tags/explainer.md>), [fiber](<https://devfeed.tech/tags/fiber.md>), [internet](<https://devfeed.tech/tags/internet.md>), [internet-architecture](<https://devfeed.tech/tags/internet-architecture.md>), [internet-exchange](<https://devfeed.tech/tags/internet-exchange.md>), [internet-traffic](<https://devfeed.tech/tags/internet-traffic.md>), [ix](<https://devfeed.tech/tags/ix.md>), [ixp](<https://devfeed.tech/tags/ixp.md>), [j2-updates](<https://devfeed.tech/tags/j2-updates.md>), [j2sw](<https://devfeed.tech/tags/j2sw.md>), [justin-wilson](<https://devfeed.tech/tags/justin-wilson.md>), [network-engineering-resources](<https://devfeed.tech/tags/network-engineering-resources.md>), [networking](<https://devfeed.tech/tags/networking.md>), [networks](<https://devfeed.tech/tags/networks.md>), [peering](<https://devfeed.tech/tags/peering.md>), [router](<https://devfeed.tech/tags/router.md>), [sam](<https://devfeed.tech/tags/sam.md>), [stem-book](<https://devfeed.tech/tags/stem-book.md>), [traffic](<https://devfeed.tech/tags/traffic.md>)

### AI overview

Justin Wilson announces A Kid's First Visit to An Internet Exchange, a children's picture book in which Sam learns how networks connect, peer, and move Internet traffic. The book is available in Kindle and paperback editions.

### Source excerpt

Justin Wilson announces his second children's networking book, A Kid's First Visit to an Internet Exchange. Follow Sam as he learns how networks meet, peer, and move Internet traffic. The post Sam's First Visit to An Internet Exchange appeared first on Justin Wilson (j2sw).

[Next page](<https://devfeed.tech/tags/router.md?cursor=WyIyMDI2LTA2LTI1VDAzOjU0OjE1KzAwOjAwIiwgImEwYmQ5MTBmLTllNmUtNDA2NC05ZTYxLWI1OWUxZTMyYTlhZiJd>)