Skip to content
Snippets Groups Projects
osnabrueck.conf 1.54 KiB
Newer Older
{
	domain_names = {osnabrueck='osnabrueck'},
	domain_seed = 'd607cea9e5555fcbd3c814aae15e920307ea0916c573018ed41ee8dbd1a1548d',

	prefix6 = '2a06:e881:2000:4400::/64',
	extra_prefixes6 = {'fd74:fdaa:9dc4:9000::/64'},
	prefix4 = '10.18.144.0/21',

	wifi24 = {
		ap = {
			ssid = 'testing.nordwest.freifunk.net',
		},
		mesh = {
			id = 't-ffnw-mesh_02:00:0a:12:90:00',
		},
	},
	wifi5 = {
		ap = {
			ssid = 'testing.nordwest.freifunk.net',
		},
		mesh = {
			id = 't-ffnw-mesh_02:00:0a:12:90:00',
		},
	},

	next_node = {
		name = { 'node.ffnw', 'nextnode', 'nn' },
		ip6 = 'fd74:fdaa:9dc4:9000::1:1',
		ip4 = '10.18.144.1',
	},

	mesh_vpn = {
			groups = {
				backbone = {
					peers = {
						lk_os01 = {
							key ='148fa1af96a0ee6653d150fa11b6b018738a711f47b8d8bb05ad569880ad6415',
							remotes = {'"lk-os01.sn.ffnw.de" port 10000'},
						},
						lk_os02 = {
							key ='c91a74b295f8d1372080c0a7536b094631c4cab6af3fd339e135c4f971c91242',
							remotes = {'"lk-os02.sn.ffnw.de" port 10001'},
						},
					},
				},
			},
		},
		tunneldigger = {
			brokers = {'lk-os01.sn.ffnw.de:9000'}
		},
	},
	hoodselector = {
		shapes = {
			{
				{
					lat = 52.282,
					lon = 7.99
				},
				{
					lat = 52.32,
					lon = 8.15
				}
			},
			{
				{
					lat = 52.24,
					lon = 7.99
				},
				{
					lat = 52.282,
					lon = 8.036
				}
			},
			{
				{
					lat = 52.268,
					lon = 8.06
				},
				{
					lat = 52.282,
					lon = 8.15
				}
			},
			{
				{
					lat = 52.24,
					lon = 8.036
				},
				{
					lat = 52.268,
					lon = 8.15
				}
			}
		}
	}