<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: bat</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Finding All Hosts On the LAN From Linux / Windows Workstation</title>
        <link>http://www.posteet.com/view/2130</link>
        <description>
        <![CDATA[<pre>#Linux
for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip&gt;/dev/null; [ $? -eq 0 ] &amp;&amp; echo &quot;192.168.1.$ip UP&quot; || : ; done

#Windows:
for /L %I in (1,1,254) DO ping -w 30 -n 1 192.168.1.%I | find &quot;Reply&quot;</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/bat">[bat]</a>  <a href="http://www.posteet.com/tags/hosts">[hosts]</a>  <a href="http://www.posteet.com/tags/lan">[lan]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/ping">[ping]</a>  <a href="http://www.posteet.com/tags/up">[up]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Sun, 22 May 2011 15:36:22 -0500</pubDate>

            <category>bash</category>
            <category>bat</category>
            <category>hosts</category>
            <category>lan</category>
            <category>linux</category>
            <category>ping</category>
            <category>up</category>
            <category>windows</category>
    
    </item>


</channel>
</rss>
