controller.ip
function some_action() { var self = this; console.log(self.ip, self.req.ip); self.plain('RESPONSE');}