Codeigniter Dapatkan IP Pengguna

$ip = $this->input->ip_address();
echo $ip;
Alberto Peripolli