I am running apache 2 on centos 7 which is running ipv4 , now I would like to enable it to support ipv6 , would advise what I need to change to Adding IPv6 support to the server ? or nothing need to do ?
Please wrap all code, files, configurations, data, input & output/errors in CODE tags.
It makes it easier to read, preserves spacing for indenting/fixed-width data and stops interpreting text as links, smileys, email addresses etc.
Last edited by ust3; 06-22-2018 at 08:35 PM..
Reason: Code tags
What does netstat -na | grep LISTEN | grep 80 show?
Do you have an IPv6 address allocated? What do you get as output for ip a s ?
You may have it already available.
Please wrap all code, files, configurations, data, input & output/errors in CODE tags. It makes it easier to read, preserves spacing for indenting/fixed-width data and stops interpreting text as links, smileys, email addresses etc.
Robin
Last edited by rbatte1; 06-22-2018 at 01:31 PM..
Reason: Added second question.
Do you have an IPv6 address allocated? What do you get as output for ip a s ? <<== yes , IPv6 address is allocated , ip a s shows correct ipv6 address .
Moderator's Comments:
Please use CODE tags as required by forum rules!
Last edited by RudiC; 06-24-2018 at 02:36 AM..
Reason: Added CODE tags.