44Net Connect/Routed Subnet: Difference between revisions

From 44Net Wiki
KN6DWI (talk | contribs)
Wrote section on when to use a routed subnet
KN6DWI (talk | contribs)
Language change as suggested by John KI5QKX
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== What is a routed subnet? ==
== What is a routed subnet? ==
A routed subnet is a group of devices that are placed behind a router which provides them access to 44Net. The router is provided with a WireGuard tunnel configuration that connects it to one of ARDC's nodes. In a typical routed subnet, all traffic from the devices in the subnet is routed through 44Net via the router. Devices do not have individual control over which traffic is proxied through the 44Net node. The router with the tunnel is in control of this.  
A routed subnet is a group of devices that are placed behind a router that directs traffic to their 44Net IP addresses. The router is provided with a WireGuard tunnel configuration that connects it to one of ARDC's nodes. In a typical routed subnet, all traffic from the devices in the subnet is routed through 44Net via the router. Devices do not have individual control over which traffic is proxied through the 44Net node. The router with the tunnel is in control of this.  
 
[[File:Routed_subnet.png|600px]]


== When should I use a routed subnet? ==  
== When should I use a routed subnet? ==  
Line 6: Line 8:


In some applications, it is important that all traffic associated with a service appear to come from the same public address. In those cases, a full-tunnel configuration or a gateway model may be more appropriate than per-host split tunneling.
In some applications, it is important that all traffic associated with a service appear to come from the same public address. In those cases, a full-tunnel configuration or a gateway model may be more appropriate than per-host split tunneling.
[[Category:Topology]]
[[Category:Participation Methods]]

Latest revision as of 21:41, 4 June 2026

What is a routed subnet?

A routed subnet is a group of devices that are placed behind a router that directs traffic to their 44Net IP addresses. The router is provided with a WireGuard tunnel configuration that connects it to one of ARDC's nodes. In a typical routed subnet, all traffic from the devices in the subnet is routed through 44Net via the router. Devices do not have individual control over which traffic is proxied through the 44Net node. The router with the tunnel is in control of this.

When should I use a routed subnet?

If you have many devices to manage, or one of your devices is not capable of running WireGuard, a routed subnet is a good choice. A routed subnet eliminates the complexity of managing configuration for many individual devices, since there is only the router's configuration.

In some applications, it is important that all traffic associated with a service appear to come from the same public address. In those cases, a full-tunnel configuration or a gateway model may be more appropriate than per-host split tunneling.