-
Notifications
You must be signed in to change notification settings - Fork 32
koepil183rk: init #1282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
koepil183rk: init #1282
Conversation
| - hostname: koepil183rk-core # the name of the device. The location-part of the name must match `location:` defined above | ||
| role: corerouter # devices role. Could either be 'corerouter', 'ap' or 'gateway' | ||
| model: "genexis_pulse_ex400" # model name like written in the corresponding file name in group_vars/ | ||
| wireless_profile: disable # activates wifi with freifunk-default-settings on this device. By default only APs have activated wifi. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dieser Kommentar stimmt so nicht, da das WLAN deaktiviert wird
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich möchte den Router mommentan nur als Modem benutzen, das WLAN werde ich über meine Hardware ausstrallen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Die Korrektur:
location: koepil183rk
location_nice: 4OG,Köpenicker Landstraße 183, 12437 Berlin
latitude: 52.47286
longitude: 13.48686
altitude: 41 # in meter above sea level
height: 13 # in meter above ground level
contact_name: 'Raphael Kibelka'
contact_nickname: 'Raphael'
contacts must be a list. Even if only one contact is given
contacts:
- '[email protected]'
- 'rkibelka.07' #Signal
hosts:
- hostname: koepil183rk-core # the name of the device. The location-part of the name must match
location:defined above
role: corerouter # devices role. Could either be 'corerouter', 'ap' or 'gateway'
model: "genexis_pulse_ex400" # model name like written in the corresponding file name in group_vars/
wireless_profile: disable # activates wifi with freifunk-default-settings on this device. By default only APs have activated wifi.
snmp_devices:
- hostname: koepil183rk-vaterhaus # hostname
address: 10.248.66.176/28 # static ip of the device
snmp_profile: airos_8 # SNMP profile
ROUTER: 10.248.66.128/26 # add a overview of all reserved addresses at the top as a comment
--MGMT: 10.248.66.176/28
--MESH: 10.248.66.160/28
--DHCP: 10.248.66.128/27
ipv6_prefix: "2001:bf7:840:e00::/56"
networks:
-
vid: 10 # vlan-id
role: mesh # what this vlan does (mesh, dhcp, mgmt)
name: mesh_vaterh # the name has a 12 characters limit. It should only contain lower letters and underscores
ptp: true # changing the mode from mesh to ether for reducing the airtraffic for
# point to point connections by ignoring the hidden node problem
prefix: 10.248.66.160/28 # single ipv4-address for meshing
ipv6_subprefix: -10 # take an address from the back of the IPv6-block. Best practice is
# to use the same value as the vlan-id for everything except dhcp and
# mgmt to avoid duplicate addresses.
untagged: false # untags the vlan. It is commonly used for tunnel-uplinks. Only one
# network can be untagged. For more advanced use cases, look under
# hosts section at rc.local -
vid: 40
role: dhcp # dhcp server will run on core-router and serve it's network on vid 40
prefix: 10.248.66.128/27
ipv6_subprefix: 0
inbound_filtering: true # blocks traffic from outside to the dhcp clients. This helps with client security
enforce_client_isolation: true # blocks traffic between clients within this vlan. This helps with client security
no_corerouter_dns_record: true # Add this option to every dhcp-network that is not the main one, for example a private dhcp-network
assignments: # assign static addresses to devices
koepil183rk-core: 1- vid: 42
role: mgmt # create a management vlan in which we can reach every device on this site for maintenance
prefix: 10.248.66.176/28
gateway: 1
dns: 1 # used to tell accesspoints the location of dns server at assignment number n
ntp: 1 # used to tell accesspoints to use the ntp server of the core router
ipv6_subprefix: 1
assignments: # assign static(!) addresses from mgmt-network to individual devices/interfaces.
koepil183rk-core: 1 # core router gets 1st address. In result it will be reachable at 10.31.42.1
koepil183rk-vaterhaus: 2
- vid: 42
location__ssh_keys__to_merge:
- comment: Raphael Kibelka
key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBpQ0u+bCJZArc5Jg6h8YmOUEzxhoAW3hQ7bs9jDu2Ah rkibelka
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Könntest du folgendes tun, so dass der Code hier in dem Pull Request auch geupdated wird?
git add $FILE
git commit -m "fix"
git rebase -i origin/main
-> Dort alles außer der ersten Zeile von pick auf fixup ändern
git push
Falls du Probleme dabei oder Fragen dazu hast frag gerne nach, im Matrix Chat ist oft auch noch wer schneller dabei zu antworten.
locations/koepil183rk.yml
Outdated
|
|
||
| snmp_devices: | ||
| - hostname: koepil183rk-vaterhaus # hostname | ||
| address: todo # static ip of the device |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hier die mgmt-adresse für das Gerät von weiter unten eintragen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will
| ipv6_subprefix: 0 | ||
| inbound_filtering: true # blocks traffic from outside to the dhcp clients. This helps with client security | ||
| enforce_client_isolation: true # blocks traffic between clients within this vlan. This helps with client security | ||
| no_corerouter_dns_record: true # Add this option to every dhcp-network that is not the main one, for example a private dhcp-network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be removed as this is your main dhcp network
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is not correct as im going to use it as a Modem
8149a0c to
a92d6a7
Compare
changed the subnet for vid:10 to 32 from 28
added the snmp address
added spaces
changed the model spelling
|
Please squash the commits together. If you need advice, I can give it to you. |
Moin moin,
hier meine erste config für mein Standort.
Hardware ist eine Richtfunkantenne und ein Router von euch.
Bei Fragen einfach hier oder auf Signal anschreiben(rkibelka.07)
LG
Raphael