Need IPv6 configuration help on CentOS 8
by StarburstHost from LinuxQuestions.org on (#5BQP6)
Having a problem with getting the server to recognize the whole /64 IPv6 allocation.
This is on a CentOS 8 server.
IPV6INIT="yes"
IPV6ADDR="2605:a140:2045:8941::1/64"
IPV6_DEFAULTGW="fe80::1"
IPV6_DEFAULTDEV="eth0"
IPV6ADDR_SECONDARIES="2605:a140:2045:8941::2 2605:a140:2045:8941::3 2605:a140:2045:8941::4 2605:a140:2045:8941:0:30:40b7:f60d"
It won't recognize the whole /64, and using the IPV6ADDR_SECONDARIES isn't really an option.
Any help would be appreciated it.


This is on a CentOS 8 server.
IPV6INIT="yes"
IPV6ADDR="2605:a140:2045:8941::1/64"
IPV6_DEFAULTGW="fe80::1"
IPV6_DEFAULTDEV="eth0"
IPV6ADDR_SECONDARIES="2605:a140:2045:8941::2 2605:a140:2045:8941::3 2605:a140:2045:8941::4 2605:a140:2045:8941:0:30:40b7:f60d"
It won't recognize the whole /64, and using the IPV6ADDR_SECONDARIES isn't really an option.
Any help would be appreciated it.