Administration/AS206313/Tunnel Example

Aus Freifunk Nordwest Wiki
Zur Navigation springen Zur Suche springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Config Example @ Core-Router

Network Interface

 auto gre-XXX
 iface gre-XXX inet tunnel
   address 100.100.X.X
   netmask 31
   mode gre
   endpoint XX.XX.XX.XX
   ttl 64
 iface gre-XX inet6 static
   address 2a06:e881:2000:XX:XX::XX/64
   scope link

rc.local Eintrag

 ip r a 185.197.132.XXX/32 dev gre-XXX