IPv6 static assign
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 8 2023
netif_ipv6.rc should also be configured to assign statically the IP, instead of using accept_rtadv
May 7 2023
Whiteline tweak
Fix whiteline
The following routing table works like a charm on web-001:
Okay, update works.
$ salt router-001 state.sls_id /etc/rc.conf.d/routing/router roles/core/network router-001: ---------- ID: /etc/rc.conf.d/routing/router Function: file.managed Result: True Comment: File /etc/rc.conf.d/routing/router updated Started: 21:04:46.305696 Duration: 48.049 ms Changes: ---------- diff: New file mode: 0644
This is already configured in Salt in ef7f71ee + f8190dedfbcf, but NOT applied:
Upgrade to FreeBSD 13.2 ongoing:
[ Priority high, as it's a blocker to switch ready sites - like MediaWiki and the static ones - to Alkane ]
We need to figure how to express the idea "GW isn't in our prefix" to use that syntax
instead of the more straightforward "ipv6_defaultrouter=..." which is the current Salt config.
With proper route configuration, I've in/out IPv6 connectivity for web-001 with OVH native IP.
Experiments with native OVH IPv6 aren't good
We need f998535a66b9 to work around ND discovery as the gateway doesn't belong to our prefix.
May 6 2023
Modern front-end development is component-driven. A good introduction is https://www.componentdriven.org/
Let's first see what's going on with ServPulse before exploring Uptime Kuma.