Page 1 of 1

IPv6 for apache host

Posted: 2018/05/02 04:36:45
by Dhillon
This is the usable ip6 range assigned 2001:41d0:xxxx:xxxx::/64

2001:41d0:xxx:xxxx:: is assigned to hostname and seems to work fine.

Now I need add/assign "2001:41d0:xxxx:xxxx:0:0:0:1 to a new apache domain.

This is ifcfg-eth2

Code: Select all

DEVICE=eth2
BOOTPROTO=static
IPADDR=xx.xx.xx.xx
NETMASK=255.255.255.0
ONBOOT=yes
GATEWAY=xx.xx.xx.xx
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR=2001:41d0:xxxx:xxxx::/64

How Do I add the ip6 to network so It can be assigned to apache virtualhost ?

I hope I am making sense.

Re: IPv6 for apache host

Posted: 2018/05/02 09:19:28
by Dhillon
I simply need to add "IPV6ADDR=2001:41d0:xxxx:xxxx::/64" to ifcfg-eth0 and restart network.
All working now.