summaryrefslogtreecommitdiff
blob: 87fe0be4a23d04e0c7c7dc6efb8b04dee0b43749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[Service]
# A space separated list of one or more hostnames/IPv4 addresses to use as
# potential routers.
# The default is the unqualified hostname 'isatap'
Environment="ISATAP_ROUTERS=isatap"

# Interval in seconds to send router solicitations.
# Default (unset): 'auto'
Environment="ISATAP_INTERVAL=auto"

# Interval in seconds to check for DNS changes. Set to 0 to disable.
# Default: 3600
Environment="ISATAP_CHECK_DNS=3600"

# Link tunnel to device
# Default (unset): automatically find outgoing device
Environment="ISATAP_LINK=auto"

# The name of the ISATAP tunnel device
# Default is 'is0' if ISATAP_LINK is unset and 'is_${ISATAP_LINK}' otherwise.
Environment="ISATAP_NAME=auto"

# IPv6 MTU of the created ISATAP tunnel interface. The IPv4 path to
# the ISATAP router and all other ISATAP clients should be able to
# handle at least MTU+20 bytes. 
# The minimum IPv6 MTU (1280 Bytes) is the safest choice here
Environment="ISATAP_MTU=1280"

# Additional options, see isatapd(8) for details
Environment="DAEMON_OPTS="