Tdf7 IP
This commit is contained in:
parent
6e6da2a066
commit
f2b8358569
@ -15,7 +15,7 @@ iface lo inet6 loopback
|
|||||||
# The primary network interface
|
# The primary network interface
|
||||||
allow-hotplug eth0
|
allow-hotplug eth0
|
||||||
iface eth0 inet static
|
iface eth0 inet static
|
||||||
address xxxxxxxxxxxxxx
|
address 163.172.194.197
|
||||||
netmask 255.255.255.255
|
netmask 255.255.255.255
|
||||||
gateway 163.172.210.1
|
gateway 163.172.210.1
|
||||||
pointopoint 163.172.210.1
|
pointopoint 163.172.210.1
|
||||||
@ -27,7 +27,7 @@ iface eth0 inet static
|
|||||||
post-up iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
post-up iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
||||||
auto 6to4
|
auto 6to4
|
||||||
iface 6to4 inet6 6to4
|
iface 6to4 inet6 6to4
|
||||||
local 62.210.5.90
|
local 163.172.194.197
|
||||||
|
|
||||||
# GRE Tunnel zum Rheinland Backbone
|
# GRE Tunnel zum Rheinland Backbone
|
||||||
# - Die Konfigurationsdaten werden vom Rheinland Backbone vergeben und zugewiesen
|
# - Die Konfigurationsdaten werden vom Rheinland Backbone vergeben und zugewiesen
|
||||||
@ -37,7 +37,7 @@ auto gre-bb-a.ak.ber
|
|||||||
iface gre-bb-a.ak.ber inet static
|
iface gre-bb-a.ak.ber inet static
|
||||||
address 100.64.6.25
|
address 100.64.6.25
|
||||||
netmask 255.255.255.254
|
netmask 255.255.255.254
|
||||||
pre-up ip tunnel add $IFACE mode gre local 163.172.28.228 remote 185.66.195.0 ttl 255
|
pre-up ip tunnel add $IFACE mode gre local 163.172.194.197 remote 185.66.195.0 ttl 255
|
||||||
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
||||||
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
post-up ip link set $IFACE mtu 1400
|
post-up ip link set $IFACE mtu 1400
|
||||||
@ -54,7 +54,7 @@ auto gre-bb-b.ak.ber
|
|||||||
iface gre-bb-b.ak.ber inet static
|
iface gre-bb-b.ak.ber inet static
|
||||||
address 100.64.6.31
|
address 100.64.6.31
|
||||||
netmask 255.255.255.254
|
netmask 255.255.255.254
|
||||||
pre-up ip tunnel add $IFACE mode gre local 163.172.28.228 remote 185.66.195.1 ttl 255
|
pre-up ip tunnel add $IFACE mode gre local 163.172.194.197 remote 185.66.195.1 ttl 255
|
||||||
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
||||||
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
post-up ip link set $IFACE mtu 1400
|
post-up ip link set $IFACE mtu 1400
|
||||||
@ -72,7 +72,7 @@ auto gre-bb-a.ix.dus
|
|||||||
iface gre-bb-a.ix.dus inet static
|
iface gre-bb-a.ix.dus inet static
|
||||||
address 100.64.6.29
|
address 100.64.6.29
|
||||||
netmask 255.255.255.254
|
netmask 255.255.255.254
|
||||||
pre-up ip tunnel add $IFACE mode gre local 163.172.28.228 remote 185.66.193.0 ttl 255
|
pre-up ip tunnel add $IFACE mode gre local 163.172.194.197 remote 185.66.193.0 ttl 255
|
||||||
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
||||||
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
post-up ip link set $IFACE mtu 1400
|
post-up ip link set $IFACE mtu 1400
|
||||||
@ -90,7 +90,7 @@ auto gre-bb-b.ix.dus
|
|||||||
iface gre-bb-b.ix.dus inet static
|
iface gre-bb-b.ix.dus inet static
|
||||||
address 100.64.6.35
|
address 100.64.6.35
|
||||||
netmask 255.255.255.254
|
netmask 255.255.255.254
|
||||||
pre-up ip tunnel add $IFACE mode gre local 163.172.28.228 remote 185.66.193.1 ttl 255
|
pre-up ip tunnel add $IFACE mode gre local 163.172.194.197 remote 185.66.193.1 ttl 255
|
||||||
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
||||||
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
post-up ip link set $IFACE mtu 1400
|
post-up ip link set $IFACE mtu 1400
|
||||||
@ -107,7 +107,7 @@ auto gre-bb-a.fra3.f
|
|||||||
iface gre-bb-a.fra3.f inet static
|
iface gre-bb-a.fra3.f inet static
|
||||||
address 100.64.6.27
|
address 100.64.6.27
|
||||||
netmask 255.255.255.254
|
netmask 255.255.255.254
|
||||||
pre-up ip tunnel add $IFACE mode gre local 163.172.28.228 remote 185.66.194.0 ttl 255
|
pre-up ip tunnel add $IFACE mode gre local 163.172.194.197 remote 185.66.194.0 ttl 255
|
||||||
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
||||||
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
post-up ip link set $IFACE mtu 1400
|
post-up ip link set $IFACE mtu 1400
|
||||||
@ -125,7 +125,7 @@ auto gre-bb-b.fra3.f
|
|||||||
iface gre-bb-b.fra3.f inet static
|
iface gre-bb-b.fra3.f inet static
|
||||||
address 100.64.6.33
|
address 100.64.6.33
|
||||||
netmask 255.255.255.254
|
netmask 255.255.255.254
|
||||||
pre-up ip tunnel add $IFACE mode gre local 163.172.28.228 remote 185.66.194.1 ttl 255
|
pre-up ip tunnel add $IFACE mode gre local 163.172.194.197 remote 185.66.194.1 ttl 255
|
||||||
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
post-up iptables -t nat -A POSTROUTING -o $IFACE -j SNAT --to-source 185.66.193.107
|
||||||
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -o $IFACE -j TCPMSS --set-mss 1312
|
||||||
post-up ip link set $IFACE mtu 1400
|
post-up ip link set $IFACE mtu 1400
|
||||||
|
Loading…
Reference in New Issue
Block a user