Skip to content

Add liese-11-sw#1380

Merged
FFHener merged 1 commit intofreifunk-berlin:mainfrom
soupdiver:add-lieser-11-sw
Mar 15, 2026
Merged

Add liese-11-sw#1380
FFHener merged 1 commit intofreifunk-berlin:mainfrom
soupdiver:add-lieser-11-sw

Conversation

@soupdiver
Copy link

@soupdiver soupdiver commented Oct 9, 2025

Add my location
deployed as PR as seems to work fine

@pktpls
Copy link
Contributor

pktpls commented Oct 18, 2025

Sieht größtenteils gut aus :)

Die Lint Warnings müsstest du fixen, das doppelte airos_dfs_reset sorgt z.b. dafür dass du am Ende nur einen Eintrag dort hast.

Zu @PolynomialDivision's Frage: kann es sein dass es um ein "externes" Netz mit eigenem Nicht-Freifunk-IP-Block geht, wo das DHCP extern kommt und das .1-Gerät nicht zum Freifunksetup gehört? Wir haben für sowas die ext-Rolle. Die `mgmt-Rolle sorgt dagegen dafür, dass der IP-Block per OLSR/Babel announcet wird und die Geräte im ganzen Freifunknetz erreichbar sind (ich erreiche zu hause z.b. dein 10.200.0.1).

Das ist evtl. nicht was du möchtest, und wir gehen auch in diversen Skripten und konzeptionell davon aus, dass der Corerouter immer .1 im mgmt-Netz ist. Und wir wollen nicht so gerne IP-Blöcke im Mesh haben, die außerhalb unseres Bereichs liegen, den wir mit den anderen Freifunk-Communities abgesprochen haben (https://github.com/freifunk/icvpn-meta/blob/master/berlin) 😄

@soupdiver
Copy link
Author

Sieht größtenteils gut aus :)

Die Lint Warnings müsstest du fixen, das doppelte airos_dfs_reset sorgt z.b. dafür dass du am Ende nur einen Eintrag dort hast.

Zu @PolynomialDivision's Frage: kann es sein dass es um ein "externes" Netz mit eigenem Nicht-Freifunk-IP-Block geht, wo das DHCP extern kommt und das .1-Gerät nicht zum Freifunksetup gehört? Wir haben für sowas die ext-Rolle. Die `mgmt-Rolle sorgt dagegen dafür, dass der IP-Block per OLSR/Babel announcet wird und die Geräte im ganzen Freifunknetz erreichbar sind (ich erreiche zu hause z.b. dein 10.200.0.1).

Das ist evtl. nicht was du möchtest, und wir gehen auch in diversen Skripten und konzeptionell davon aus, dass der Corerouter immer .1 im mgmt-Netz ist. Und wir wollen nicht so gerne IP-Blöcke im Mesh haben, die außerhalb unseres Bereichs liegen, den wir mit den anderen Freifunk-Communities abgesprochen haben (https://github.com/freifunk/icvpn-meta/blob/master/berlin) 😄

Ja genau, wurd mir auf Matrix auch gesagt. Hatte ich so vorher nich aufm Schirm mit dem ext Netz. Linting fixe ich noch 👍

@PolynomialDivision
Copy link
Contributor

Ich glaube wenn das hier gemerged ist, dann könnten wir auch die gateways nochmal neu flaschen weil wir dann 2 neue locations haben in unserer firewall config. Dann wird dein Internet spürbar schneller.

Comment on lines +19 to +23
# Mesh
- hostname: liese-11-sw-ap-magda
role: ap
model: "ubnt_nanostation-ac-loco"
int_port: lan0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In dem Hostbereich werden aktuell nur Geräte definiert, welche mit OpenWRT laufen und von bbb-configs ein Image bekommen sollen. Daher kann das hier weg

Comment on lines +25 to +28
- hostname: liese-11-sw-ap-tier
role: ap
model: "ubnt_nanobeam-ac-xc"
int_port: eth0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das gleiche wie Zeile 19 ff.

@FFHener
Copy link
Contributor

FFHener commented Oct 22, 2025

Falls du Hilfe bei den Änderungen benötigst melde dich gerne in Matrix

@soupdiver soupdiver force-pushed the add-lieser-11-sw branch 2 times, most recently from efa9821 to d5210ca Compare December 30, 2025 09:54
@FFHener
Copy link
Contributor

FFHener commented Jan 6, 2026

Could you squash the commits so the commits follow the contributing Guidelines?

@soupdiver soupdiver force-pushed the add-lieser-11-sw branch 4 times, most recently from 467cdc1 to 802090a Compare March 15, 2026 20:39
Copy link
Contributor

@FFHener FFHener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das meiste ist jetzt gefixed und sieht gut aus. Größter Punkt ist das mit den keys, sobald da geändert ist können wir deine Location bald endlich mergen

- comment: felix
key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE/GBt0FZV8I77OoO3yegZmngTDJpthQTv6rG6c4BTjY felix@felix-mba
- comment: felix-build-box
key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHAbgDSrzEIQ4FE8/JWbyGZf8tS8Gh2kHLUy3nomNW+W felix@devbox
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diese Änderung würde dafür sorgen, dass deine Keys in Zukunft automatisch auf allen Standorten ausgerollt werden. Bitte füge die deshalb nur zu deinem Standort hinzu. Du findest die Dokumentation dazu hier.

Comment on lines +40 to +50
airos_dfs_reset:
- name: "liese-11-sw-ap-magda"
target: "10.248.86.162"
username: "felix"
password: "file:/root/liese-11-sw-ap-magda.pass"
daytime_limit: "0-23"
- name: "liese-11-sw-ap-vaterhaus"
target: "10.248.86.163"
username: "freifunk"
password: "file:/root/liese-11-sw-ap-vaterhaus.pass"
daytime_limit: "0-23"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicht notwendig, weil du die Stationseite bist. Die Gegenstellen sind hier Access Points und definieren die Frequenz. Bei einem DFS Events geben diese APs auch die neue Frequenz vor und werden von der Gegenseite auch automatisch wieder zurück gestellt

- vid: 10
role: mesh
name: mesh_magda
ptp: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das ist keine reine ptp Verbindung, weil sich mehrere Gegenstellen mit der Magda verbinden

- vid: 11
role: mesh
name: mesh_vaterhaus
ptp: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@soupdiver soupdiver force-pushed the add-lieser-11-sw branch 2 times, most recently from 08982cf to d46baee Compare March 15, 2026 20:53
@soupdiver
Copy link
Author

updated @FFHener

@soupdiver soupdiver force-pushed the add-lieser-11-sw branch 2 times, most recently from 8b10a37 to 68bceec Compare March 15, 2026 20:56
@FFHener FFHener merged commit a5e704d into freifunk-berlin:main Mar 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants