Page MenuHomeDevCentral

10-gre.jinja
No OneTemporary

10-gre.jinja

# -------------------------------------------------------------
# Network — interfaces configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/Debian/10-gre.jinja
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
auto {{ interface }}
iface {{ interface }} inet static
address {{ src }}
netmask {{ netmask }}
pre-up ip tunnel add {{ interface }} mode gre remote {{ icann_dst }} local {{ icann_src }} ttl 255
up ip link set mtu 1500 dev {{ interface }}

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 16, 15:04 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3877999
Default Alt Text
10-gre.jinja (854 B)

Event Timeline