Jump to content

Recommended Posts

Hi,

 

I'm planing to deploy a new prestashop and I'm considering to add IPv6 from the beginning.

 

I was wondering if Prestashop is IPv6 ready.

 

I was browsing through the code and saw functions such as:

ip2long($_SERVER['REMOTE_ADDR']);

or DB fields

customer.ip_registration_newsletter (varchar15)

 

which are not ipv6 ready,

but there are also fields such as:

connections.ip_address (bigint20), which would fit a ipv6 address.

 

I'm connecting locally via ipv6 (::1) to my development server, so I know it serves pages but as for backend functionality (e.g. statistics etc.)...

 

Is there some kind of overview on which functionalities will work with ipv6 and which not?

 

Thanks in advance for any insight on this matter.

 

Leonard

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Not only the server should support IPV6, also the telecom provider should support this, which in fact ist the last routing them. Most of thel telecom provider do not support IPV6, so answer is: this do not depend on if the software is prepared to track/record IPV6, it should also resolve the IP into a readable Host/DNS.

From my experience I know that IPV6 is still used in several networks on internal base, but not outside, because this is connected with  high cost investments on telecom provider side.

 

Here you will find a list of telecom provider still supporting IPV6 http://en.wikipedia.org/wiki/Comparison_of_IPv6_support_by_major_transit_providers

 

The amount is really very few in comparision to the existing providers over the whole world.

Edited by selectshop.at (see edit history)
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...