From 236a6a3dd8c92c8f814b8a080d395f3a5d84a4dd Mon Sep 17 00:00:00 2001 From: rojoka Date: Wed, 11 May 2016 22:18:16 +0200 Subject: [PATCH] Update interfaces-troisdorf1 Changes at GRE Frankfurt --- files/interfaces-troisdorf1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/interfaces-troisdorf1 b/files/interfaces-troisdorf1 index 1b51546..c4fc018 100644 --- a/files/interfaces-troisdorf1 +++ b/files/interfaces-troisdorf1 @@ -99,9 +99,9 @@ iface gre-bb-b.ix.dus inet6 static post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312 # Frankfurt Router A -auto gre-bb-a.ix.dus -iface gre-bb-a.ix.dus inet static - address 100.64.6.15v +auto bb-a.fra3.fra +iface bb-a.fra3.fra inet static + address 100.64.6.15 netmask 255.255.255.254 pre-up ip tunnel add $IFACE mode gre local 163.172.27.8 remote 185.66.194.0 ttl 255 post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.104 @@ -110,15 +110,15 @@ iface gre-bb-a.ix.dus inet static post-down iptables -t nat -D POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.104 post-down ip tunnel del $IFACE -iface gre-bb-a.ix.dus inet6 static +iface bb-a.fra3.fra inet6 static address 2a03:2260:0:307::2/64 netmask 64 post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312 # Frankfurt Router B -auto gre-bb-b.ix.dus -iface gre-bb-b.ix.dus inet static +auto bb-b.fra3.fra +iface bb-b.fra3.fra inet static address 100.64.6.21 netmask 255.255.255.254 pre-up ip tunnel add $IFACE mode gre local 163.172.27.8 remote 185.66.194.1 ttl 255 @@ -128,7 +128,7 @@ iface gre-bb-b.ix.dus inet static post-down iptables -t nat -D POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.104 post-down ip tunnel del $IFACE -iface gre-bb-b.ix.dus inet6 static +iface bb-b.fra3.fra inet6 static address 2a03:2260:0:30a::2/64 netmask 64 - post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312 \ No newline at end of file + post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312