Neuer Gateway - Bitte um Peering

Michael Fritscher michael at fritscher.net
Di Sep 29 16:02:19 CEST 2015


Hallo Tobias,

habe den Tunnel auf meiner Seite soweit eingerichtet.

Nur zur Absicherung: Bei dir müsste es dann so ausschauen:

auto fff-bbg
iface fff-bbg inet static
 address 10.50.252.37
 pre-up ip -4 tunnel add $IFACE mode gre local 78.46.181.112 remote
188.40.170.116 ttl 255
#pre-up ip -6 tunnel add $IFACE mode ip6gre local <Eigene IPv6 (Internet)>
remote <IPv6 des Tunnelpartners (Internet)> ttl 255

 up ifconfig $IFACE multicast
 pointopoint 10.50.252.36
 post-up iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN
-o $IFACE -j TCPMSS --clamp-mss-to-pmtu
 post-up ip rule add iif $IFACE table fff
 post-up ip rule add from 10.50.0.0/16 table fff
 post-up ip rule add to 10.50.0.0/16 table fff
 post-down ip rule del iif $IFACE table fff
 post-down ip rule del from 10.50.0.0/16 table fff
 post-down ip rule del to 10.50.0.0/16 table fff
 post-down iptables -t mangle -D POSTROUTING -p tcp --tcp-flags SYN,RST
SYN -o $IFACE -j TCPMSS --clamp-mss-to-pmtu
 post-down iptunnel del $IFACE

Im olsrd habe ich das Interface auch bekannt gemacht :-)

Viele Grüße,
Michael




Mehr Informationen über die Mailingliste franken-dev