Skip to content
Snippets Groups Projects
Select Git revision
  • 64cff9e7ca86bb4d548bcd1388b53460a8d68f61
  • master default protected
  • 202510
  • 202406
  • 202304
  • ci_docker_preperation
  • 202206
  • 202110
  • 202109
  • 202108
  • 202104
  • 202101
  • 202012
  • 202011
  • 202008
  • 202005
  • 202004
  • Aufteilung-Lohne
  • 202002
  • 20191001_hotfix
  • 201912
  • rc/20251023
  • rc/20240617
  • rc/20230421
  • rc/20230409
  • rc/20230407
  • rc/20220608
  • stable/20220608
  • rc/20211030
  • 20210915
  • 20210427
  • rc/20210915
  • stable/20210915
  • rc/20210810
  • rc/20210427
  • rc/20210103
  • stable/20210103
  • rc/20201221
  • stable/20201221
  • 20201207
  • 20201128
41 results

site.conf

Blame
  • site.conf 3.23 KiB
    {
    	hostname_prefix = 'ffnw',
    	site_name = 'Freifunk Nordwest',
    	site_code = 'ffnw',
    
    	opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
    
    	prefix4 = '10.18.0.0/16',
    	prefix6 = 'fd74:fdaa:9dc4::/64',
    
    	mesh_domains = { 'ffnw', '18.10.in-addr.arpa', '4.c.d.9.a.a.d.f.4.7.d.f.ip6.arpa' },
    	mesh_on_wan =  false,
    	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
    	ntp_servers = {'fd74:fdaa:9dc4::1'},
    	regdom = 'DE',
    
    	wifi24 = {
    		ssid = 'nordwest.freifunk.net',
    		channel = 6,
    		htmode = 'HT40+',
    		mesh_ssid = 'mesh.ffnw',
    		mesh_bssid = '02:CA:FF:EE:BA:BE',
    		mesh_mcast_rate = 12000,
    	},
    	wifi5 = {
    		ssid = 'nordwest.freifunk.net',
    		channel = 44,
    		htmode = 'HT40+',
    		mesh_ssid = 'mesh.ffnw',
    		mesh_bssid = '02:CA:FF:EE:BA:BE',
    		mesh_mcast_rate = 12000,
    	},
    
    	next_node = {
    		ip4 = '10.18.0.127',
    		ip6 = 'fd74:fdaa:9dc4:127',
    		mac = '16:41:95:40:f7:dc',
    	},
    
    	fastd_mesh_vpn = {
    		enabled = true,
    		methods = { 'salsa2012+umac' },
    		mtu = 1312,
    		backbone = {
    			limit = 1,
    			peers = {
    				vpn01 = {
    					key = '39f83c6e16b62273329aee0d04d420fa8d0637e6621a76ff680f6273e75c0c8d',
    					remotes = {'"vpn01.ffnw.de" port 11111'},
    				},
    				vpn02 = {
    					key = '30d28e8e0edb5dfe3df903ef1f1320224c90282d68b7127f8d621453c56ab8e4',
    					remotes = {'"vpn02.ffnw.de" port 11111'},
    				},
    				vpn03 = {
    					key = 'b6b4f5ad5cba8986eadac11e8d4f65a1dc414e2ffd7a515bec6077a6fccc8bcb',
    					remotes = {'"vpn03.ffnw.de" port 11111'},
    				},
    			},
    		},
    	},
    
    	autoupdater = {
    		enabled = 1,
    		branch = 'stable',
    		branches = {
    			stable = {
    				name = 'stable',
    				mirrors = {'http://[fd74:fdaa:9dc4::1]/firmware/stable' },
    				good_signatures = 3,
    				pubkeys = {
    					'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', --bjo
    					'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', --floh1111
    					'a4f6bb6172f39a6967bf9fe9243c9853407217d8243eeaee885892baf1be4703', --bioxz
    					'd2b1366a38514e0fac47b119a8a08973ea8020bf9c138908d32b56a5d99f3079', --baranator
    					'5d95cc2ef3ad17fe3716469e1effde4a49a25d4de9befa4a6eb260e4cda79ab0', --tata
    					'0e6704ba26c150185514a391658455a612839c35bd83e0faffa81e0be48356e2', --sk
    					'1f45d9be8a07cc2b6fcc384c71685fc0895a54be0d884aa4637c93ec4f36d970', --stefan6
    				},
    			},
    			testing = {
    				name = 'testing',
    				mirrors = {'http://[fd74:fdaa:9dc4::1]/firmware/testing' },
    				good_signatures = 1,
    				pubkeys = {
    					'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', --bjo
    					'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', --floh1111
    					'a4f6bb6172f39a6967bf9fe9243c9853407217d8243eeaee885892baf1be4703', --bioxz
    					'd2b1366a38514e0fac47b119a8a08973ea8020bf9c138908d32b56a5d99f3079', --baranator
    					'5d95cc2ef3ad17fe3716469e1effde4a49a25d4de9befa4a6eb260e4cda79ab0', --tata
    					'0e6704ba26c150185514a391658455a612839c35bd83e0faffa81e0be48356e2', --sk
    					'1f45d9be8a07cc2b6fcc384c71685fc0895a54be0d884aa4637c93ec4f36d970', --stefan6
    				},
    			},
    		},
    	},
    
    	simple_tc = {
    		mesh_vpn = {
    			ifname = "mesh-vpn",
    			enabled = false,
    			limit_egress = 500,
    			limit_ingress = 8000,
    		},
    	},
    
    	config_mode = {
    		msg_welcome = [[
    	Hallo Freifunker!
    
    	]],
    		msg_pubkey = [[ ]],
    	msg_reboot = [[
    		Der Router startet nun neu und ist danach einsatzbereit!
    	]],
    	},
    }