You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What a two-port mini PC found the first time router mode ran on hardware.
The install path mattered most: since v1.5.2 the one-liner had been leaving
the panel unreachable on both 80 and 443, because nginx aborts without a
certificate that install.sh never generated, and nginx is the only service
publishing either port. Anyone who installed that way got a box that looked
like it had done nothing. The sidecar builder shipped inert on top of that,
and avahi kept the port xray needs for DNS.
Router mode itself came up, served DHCP and put an access point on the air —
but "auto" channel broadcast nothing while reporting success, bridging the
LAN made it impossible to switch router mode back off, and a settings save
that changed nothing rebuilt the whole dataplane and dropped every client.
Two faults came out of building a local PPPoE concentrator, since PPPoE
frames don't route and the path had never been exercised: no MSS clamping,
which would have made a 1492-byte uplink hang on large transfers, and no
notice when traffic leaves by a port that isn't the uplink at all.
Also adds a multi-port LAN, uplink-side access to the panel and SSH for a
PiTun behind another router, and a Router page that says which of the two
deployments you are in.
No new migrations; head stays 025.
0 commit comments