ubuntu network configuration for ipv6 is added

This commit is contained in:
Sukchan Lee 2017-12-18 13:17:35 +09:00
parent 573d509919
commit 0fab5ee3da
1 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
auto pgwtun
iface pgwtun inet static
address 45.45.0.1
netmask 255.255.0.0
pre-up ip tuntap add name pgwtun mode tun
post-down ip tuntap del name pgwtun mode tun
address 45.45.0.1
netmask 255.255.0.0
pre-up ip tuntap add name pgwtun mode tun
post-down ip tuntap del name pgwtun mode tun
iface pgwtun inet6 static
address cafe::1
netmask 64