Skip to content

Commit

Permalink
set hostname prefix to "ffgoe" / change fastd mtu from 1426 to 1406 /…
Browse files Browse the repository at this point in the history
… add vpn gateway #2 / remove question about next_node mac
  • Loading branch information
Krischan Jodies authored and Krischan Jodies committed Feb 11, 2015
1 parent 0f30532 commit 86b191e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions site.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
hostname_prefix = 'freifunk-goe',
hostname_prefix = 'ffgoe',
site_name = 'Freifunk Göttingen',
site_code = 'ffgoe',
opkg_repo = 'http://openwrt.ffgoe/barrier_breaker/14.07/%S/packages',
Expand Down Expand Up @@ -31,20 +31,23 @@
next_node = {
ip4 = '10.109.0.1',
ip6 = 'fde6:36fc:c985::1',

mac = '16:41:95:40:f7:dc', -- was ist das?
mac = '16:41:95:40:f7:dc',
},

fastd_mesh_vpn = {
methods = {'salsa2012+gmac'},
mtu = 1426,
mtu = 1406,
backbone = {
limit = 2,
peers = {
vpn1 = {
key = '550af47507836d6684bddf0299c720a9a4ac08e62e53b23765d6d44c97f6ff8d',
remotes = {'ipv4 "1.vpn.freifunk-goettingen.de" port 12345'},
},
vpn2 = {
key = 'c296da27b87338fa247ceac17f5dc2bc39ec4182bfbb18f8c6e50eeae82bf65a',
remotes = {'ipv4 "2.vpn.freifunk-goettingen.de" port 12345'},
},
},
},
},
Expand Down

0 comments on commit 86b191e

Please sign in to comment.