<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tcpdump in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767513#M81269</link>
    <description>&lt;BR /&gt; Thanks for your time to reply MK...&lt;BR /&gt;&lt;BR /&gt; In aix I worked it out&lt;BR /&gt;&lt;BR /&gt; tcpdump -w /tempfs/tcpdump.out (this captures all data from all available interfaces.&lt;BR /&gt;&lt;BR /&gt; AND&lt;BR /&gt;&lt;BR /&gt; tcpdump -w /tempfs/tcpdump.out -i en1 ( This captures data for a specefic interface such as en1 in this case....&lt;BR /&gt;&lt;BR /&gt;By the way question on Linux...I'm trying to install linix on my laptop so I can get rid of windows and start using linux only, can u pls give me some handy doco to do this or a good web site which has instructions to do so ??? Im pretty good with aix but never played with Linux..</description>
    <pubDate>Mon, 21 Mar 2011 06:25:12 GMT</pubDate>
    <dc:creator>Becke</dc:creator>
    <dc:date>2011-03-21T06:25:12Z</dc:date>
    <item>
      <title>tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767511#M81267</link>
      <description>&lt;BR /&gt; Dear Guys&lt;BR /&gt;&lt;BR /&gt; Im trying to capture tcpdump for all interfaces so we can track network issue..what would be the syntax, I have gone thru man page but not quite sure. as I understand -w write to a file and -i captures on a specific interface if specified but I need to capture for all interfaces and write to a file so we can read it later with -r flag using ipreport command ...&lt;BR /&gt;&lt;BR /&gt;what is the correct syntax ? I'm running this on linix and aix machines...&lt;BR /&gt;&lt;BR /&gt;thnx&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Mar 2011 22:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767511#M81267</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2011-03-20T22:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767512#M81268</link>
      <description>"man tcpdump" says you can use "-i all" on Linux.&lt;BR /&gt;&lt;BR /&gt;If you want to capture the complete contents of the packets, the syntax would be something like:&lt;BR /&gt;&lt;BR /&gt;tcpdump -s0 -i all -w /really/fast/disk/capture.dat&lt;BR /&gt;&lt;BR /&gt;If you omit "-s0", only the header of each packet may be captured, depending on tcpdump version.&lt;BR /&gt;&lt;BR /&gt;I have no idea if "-i all" works on AIX.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 21 Mar 2011 05:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767512#M81268</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-21T05:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767513#M81269</link>
      <description>&lt;BR /&gt; Thanks for your time to reply MK...&lt;BR /&gt;&lt;BR /&gt; In aix I worked it out&lt;BR /&gt;&lt;BR /&gt; tcpdump -w /tempfs/tcpdump.out (this captures all data from all available interfaces.&lt;BR /&gt;&lt;BR /&gt; AND&lt;BR /&gt;&lt;BR /&gt; tcpdump -w /tempfs/tcpdump.out -i en1 ( This captures data for a specefic interface such as en1 in this case....&lt;BR /&gt;&lt;BR /&gt;By the way question on Linux...I'm trying to install linix on my laptop so I can get rid of windows and start using linux only, can u pls give me some handy doco to do this or a good web site which has instructions to do so ??? Im pretty good with aix but never played with Linux..</description>
      <pubDate>Mon, 21 Mar 2011 06:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767513#M81269</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2011-03-21T06:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767514#M81270</link>
      <description>Raf,&lt;BR /&gt;&lt;BR /&gt;Installing linux to a laptop is a very easy task. Just download an iso image of your chosen distro, burn it to cd/dvd, and boot your laptop from this disk. You will be presented with a GUI interface, and if you don't want to overcomplicate it, the install goes like "next --&amp;gt; next --&amp;gt; finish"&lt;BR /&gt;&lt;BR /&gt;that's it, have fun!&lt;BR /&gt;&lt;BR /&gt;Viktor</description>
      <pubDate>Tue, 22 Mar 2011 09:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767514#M81270</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-03-22T09:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767515#M81271</link>
      <description>&lt;BR /&gt; Thanks Victor, which website I can download the ISO image from ?&lt;BR /&gt;&lt;BR /&gt;I need to create multi boot partition so I can boot from my windown whenever I want or boot in linix mode if I want to etc etc ??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2011 22:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767515#M81271</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2011-03-22T22:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767516#M81272</link>
      <description>There are many Linux distributions.&lt;BR /&gt;&lt;BR /&gt;For example, RedHat Enterprise Linux (RHEL) and SuSE Linux Enterprise Server (SLES) are commercial, mainly server-oriented Linux distributions with good support. You'll need to pay for license to get these (and updates for them). &lt;BR /&gt;&lt;BR /&gt;There are also free versions of these, with no official support: CentOS is the free equivalent of RHEL (exactly the same source code, but RedHat-copyrighted graphics are exchanged for free ones), and I understand OpenSuse is the nearest free equivalent to SLES. These might be very useful if you want to practice for RHEL or SLES specifically.&lt;BR /&gt;&lt;BR /&gt;(SuSE/SLES has a centralized management tool "yast". In AIX speak, it's essentially a functional equivalent of SMIT/smitty. RedHat/CentOS has no single all-encompassing management tool, but a collection of GUI admin tools named system-config-&lt;WHATEVER&gt;, each covering a specific area.)&lt;BR /&gt;&lt;BR /&gt;Another family of Linux distributions is Debian and Ubuntu: Debian is completely free and very stable, but often includes older versions of software. Ubuntu is based on test versions of Debian: it is more tailored for desktop/laptop use and includes newer software.&lt;BR /&gt;&lt;BR /&gt;Many distributions offer "Live CD" versions: that means you can boot the entire Linux OS from a CD/DVD without installing anything at all onto your hard drive: it might be a little slow, but it's an easy way to test different distributions. (It also works as a great troubleshooting tool if something is wrong with your installed OS so you cannot boot it successfully.)&lt;BR /&gt;&lt;BR /&gt;If you're going to learn Linux in general, see what other Linux users near you are using and pick the same distribution they're using: that makes it easier for them to help you. If you're the first Linux user around, pick one of the major distributions, so there will be plenty of documentation and tips on the Internet. &lt;BR /&gt;&lt;BR /&gt;Since you already know AIX, you are already familiar with general fundamentals of Unix-style operating systems. This will give you a great advantage over people moving to Linux from Windows.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/WHATEVER&gt;</description>
      <pubDate>Wed, 23 Mar 2011 07:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767516#M81272</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-23T07:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767517#M81273</link>
      <description>Thanks mate for your time to help out.&lt;BR /&gt;&lt;BR /&gt;Good stuff</description>
      <pubDate>Fri, 25 Mar 2011 09:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcpdump/m-p/4767517#M81273</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2011-03-25T09:18:42Z</dc:date>
    </item>
  </channel>
</rss>

