Scan IP Range In Ruby on Rails

Is there any method to scan ip range in ruby on rails !

Are you trying to secure your Rails app via IP?

You can use request headers in Rails to compare. You would have to use regex to compare for specific range. But it would be wiser to keep this out of Rails and do in Apache mod_proxy or whatever else you are proxy-ing with.

H

On Jun 29, 6:37 am, Ruby On rails <rails-mailing-l...@andreas-s.net> wrote:

Thanks ,

Basically i want to scan my network with ROR application is there any way or any API avail for this?

Any one ? Who have idea ?

What do you mean by 'scan my network'?

Colin

On Mon, Jun 29, 2009 at 3:37 AM, Ruby On