Skip to content

Commit 8a7ec17

Browse files
committed
add ipv6 pre-down instructions and convert from static network interface definition to variable
1 parent 99a16a6 commit 8a7ec17

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

includes/installation/additional_ipv6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ diese in nginx verwendet werden kann.
1313
# ipv6 address of the host
1414
address 2001:db8:1234:5678::1/64
1515
gateway 2001:db8::1
16+
1617
# service.domain.de
17-
post-up ip -6 a add 2001:db8:1234:5678:5eca:dc9d:fd4e:6564/64 dev eth0
18+
post-up ip -6 a add 2001:db8:1234:5678:5eca:dc9d:fd4e:6564/64 dev $IFACE
19+
pre-down ip -6 a del 2001:db8:1234:5678:5eca:dc9d:fd4e:6564/64 dev $IFACE
1820
```
1921

2022
=== "Ubuntu"

0 commit comments

Comments
 (0)