WIP: ap v02 #592
No reviewers
Labels
No labels
awaiting
awaiting-author
awaiting
awaiting-reviewer
bot
deployed
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/infrastructure#592
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "mdebray/ap-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pkgs
and addzyxel-bootconfig
to levitation 0d377bdeaeFaudrait essayer de le rendre mergeable à terme pour éviter d'avoir "2 branches main".
@ -0,0 +8,4 @@
in
{
services.prom-exporter = svc.openwrt-prometheus-exporter.build {
httpPorts = [ "192.168.1.148:8888" ];
L'IP est bonne?
ça n'a pas l'air hehe
@ -0,0 +8,4 @@
in
{
# Our bridging is a bit complicated, therefore, we need iproute2.
programs.iproute2.enable = true;
déjà défini autre part
@ -0,0 +11,4 @@
dgn-access-control.enable = true;
users.root = {
# TODO: Change this well-known password
passwd = "$6$Z2MiaMXkpUJRPl2/$fxVE3iD/n208CISM2F6OnWj0Qq0QG2tTQqLCjU80PFJJGIwNLLyOp6SeYH3dH20OvJX1loZRETrThZfIPw.rb/";
On a besoin du mot de passe si tout le monde a accès avec clés SSH?
Oui ok mais ducoup ça veut dire qu'on pourra plus se ssh depuis les vault
En proxy jumpant? mais au pire laisse
Je vais mettre un mdp un peu plus sûr et on pourra le copier coller
@ -0,0 +20,4 @@
hex = x: lib.fixedWidthString 2 "0" (lib.toHexString x);
mac-1 = "02:5B:6A:00:00:${hex apIndex}";
On a bien moins que 256 APs?
oui, 102 ou un truc comme ça
91d0e9dbaf
to079298aa6e
@ecoppens wrote in #592 (comment):
Ouais, j'ai déjà rebase là mais il y a pas mal de taf. En particulier je pense il faut arriver à upgrade nixpkgs et proprifier tous les hacks qu'on a ici et là (vraiment il y en a plein). C'est out of scope pour le déploiement là (en tout cas je le ferai pas)
@ -0,0 +122,4 @@
baseParams // clientRadius // externalRadius // radiusKeyMgmt
) config.hardware.networkInterfaces.wlan0 secrets-1
);
hostap-1-ready = lib.mkIf (!is5GOnly) svc.hostapd-ready.build {
Erreur: il y a 3 arguments à mkIf
@ -21,0 +157,4 @@
ap-range = mkRange 0 3;
}
# Tour B
// (mkDualAp "AP-MB705" self."AP-MB716".channelIndex)
Il manque un tiret.
et MB716 n'existe pas
@ -21,0 +191,4 @@
# Jourdan
#
# Hypnos-1
// alignedFloors {
il faut bien set les channel index pour hypnos (cc @mdebray)
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.