From: Kr Alfabeta Date: 2008-04-19T03:14:09+09:00 Subject: Re: checking connection to server:port > > irb(main):095:0> t=TCPSocket.new "10.2.10.1",80 > => # > irb(main):096:0> t=TCPSocket.new "10.2.10.11",80 > Errno::EHOSTUNREACH: No route to host - connect(2) > Thank you for help guys! :) The specification of product says that "connection" available through UDP but you can check the connection using TCP... interesting... Anyway, thanks! -- Posted via http://www.ruby-forum.com/.