diff --git a/site.conf b/site.conf
index 5043287942ea1a07a406edd9e1851fd7d36cb2ba..584599b70cf002183785d54b90b379a31d8542c9 100644
--- a/site.conf
+++ b/site.conf
@@ -38,22 +38,22 @@
 	},
 
 	fastd_mesh_vpn = {
-		methods = { 'salsa2012+gmac' },
+		methods = { 'salsa2012+umac' },
 		mtu = 1312,
 		backbone = {
 			limit = 2,
 			peers = {
 				vpn01 = {
 					key = '3f91292e8aec1e42d699bc1ba9fd12289099db3aecd1bee84f0b893ff820774f',
-					remotes = {'ipv4 "vpn01.freifunk-ol.de" port 10000'},
+					remotes = {'vpn01.ffnw.de port 11111'},
 				},
 				vpn02 = {
                                         key = '18715306ddc07a18e9e9a0bc7a8f2230bec434431da15d05823254fc56652b34',
-                                        remotes = {'ipv4 "vpn02.freifunk-ol.de" port 10000'},
+                                        remotes = {'vpn02.ffnw.de port 11111'},
                                 },
 				vpn03 = {
                                         key = 'b6b4f5ad5cba8986eadac11e8d4f65a1dc414e2ffd7a515bec6077a6fccc8bcb',
-                                        remotes = {'ipv4 "vpn03.freifunk-ol.de" port 10000'},
+                                        remotes = {'vpn03.ffnw.de port 11111'},
                                 },
 			},
 		},