CodeIgniter Forums
Bug: CI Function valid_ip() has problem with IPv6 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Bug: CI Function valid_ip() has problem with IPv6 (/showthread.php?tid=20910)



Bug: CI Function valid_ip() has problem with IPv6 - El Forum - 07-25-2009

[eluser]Milaan[/eluser]
Hello,

it looks like CI has a problem to accept an IP Adress like:

Code:
::ffff:10.1.8.3

Im using a Mac with IPv6 enabled and connect to our CI Webserver via VPN. The Above Address is what PHPInfo(); returns as REMOTE_ADDR.


Tobias


Bug: CI Function valid_ip() has problem with IPv6 - El Forum - 08-04-2009

[eluser]Milaan[/eluser]
Ok, it looks like CI has generally problems with IPv6 enabled network. Are you going to update CI soon?