Update interfaces-troisdorf1
Changes at GRE Frankfurt
This commit is contained in:
parent
86b853e6e5
commit
236a6a3dd8
@ -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
|
post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
|
|
||||||
# Frankfurt Router A
|
# Frankfurt Router A
|
||||||
auto gre-bb-a.ix.dus
|
auto bb-a.fra3.fra
|
||||||
iface gre-bb-a.ix.dus inet static
|
iface bb-a.fra3.fra inet static
|
||||||
address 100.64.6.15v
|
address 100.64.6.15
|
||||||
netmask 255.255.255.254
|
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
|
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
|
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 iptables -t nat -D POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.104
|
||||||
post-down ip tunnel del $IFACE
|
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
|
address 2a03:2260:0:307::2/64
|
||||||
netmask 64
|
netmask 64
|
||||||
post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
|
|
||||||
|
|
||||||
# Frankfurt Router B
|
# Frankfurt Router B
|
||||||
auto gre-bb-b.ix.dus
|
auto bb-b.fra3.fra
|
||||||
iface gre-bb-b.ix.dus inet static
|
iface bb-b.fra3.fra inet static
|
||||||
address 100.64.6.21
|
address 100.64.6.21
|
||||||
netmask 255.255.255.254
|
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
|
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 iptables -t nat -D POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.104
|
||||||
post-down ip tunnel del $IFACE
|
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
|
address 2a03:2260:0:30a::2/64
|
||||||
netmask 64
|
netmask 64
|
||||||
post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up ip6tables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
|
Loading…
Reference in New Issue
Block a user