corrected ipv6 configuration and module

This commit is contained in:
2022-01-07 18:10:02 +01:00
parent 89b838dac3
commit ba1bd289c9
10 changed files with 22 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ NET4_NS_SEARCH_eth0=$REALM
NET4_MODE_eth1="static"
NET4_IP_eth1="10.0.254.235/16"
IPV6_IFACES="eth0"
NET6_MODE_eth0="static"
NET6_IP_eth0="2a03:7220:8081:b301::eb/64"
NET6_GW_eth0="2a03:7220:8081:b301::e7"