<?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: Type of NIC in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Type-of-NIC/m-p/154122#M26051</link>
    <description>&lt;P&gt;This is just a clever command to get all the NICs and output the driver used for each one.&lt;BR /&gt;You can simply run ethtool against the various NICs (e.g. ethtool eth0) and get the same information, just not in as pretty a format.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 17:26:14 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2022-07-28T17:26:14Z</dc:date>
    <item>
      <title>Type of NIC</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Type-of-NIC/m-p/154115#M26048</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some SGs on open server and I want to know brand and driver of the nics.&lt;/P&gt;&lt;P&gt;I lern from Max Power book to use this command:&lt;/P&gt;&lt;P&gt;ls -1 /sys/class/net | grep -v ^lo | xargs -i ethtool -i {} | grep driver&lt;/P&gt;&lt;P&gt;But the running version is r80.30 I cant get using this command above.&lt;/P&gt;&lt;P&gt;Did you guys know how to get by cli?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks,&lt;/P&gt;&lt;P&gt;Victor C&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:29:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Type-of-NIC/m-p/154115#M26048</guid>
      <dc:creator>victor_cortez</dc:creator>
      <dc:date>2022-07-28T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Type of NIC</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Type-of-NIC/m-p/154122#M26051</link>
      <description>&lt;P&gt;This is just a clever command to get all the NICs and output the driver used for each one.&lt;BR /&gt;You can simply run ethtool against the various NICs (e.g. ethtool eth0) and get the same information, just not in as pretty a format.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 17:26:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Type-of-NIC/m-p/154122#M26051</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-07-28T17:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Type of NIC</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Type-of-NIC/m-p/154172#M26068</link>
      <description>&lt;P&gt;Use this (note that the argument to ls is a number 1, not a letter l):&lt;/P&gt;
&lt;P&gt;ls -1 /sys/class/net | grep -v ^lo | xargs -i -t ethtool -i {} | egrep -e '^driver:|^version:'&lt;/P&gt;
&lt;P&gt;ethtool -i eth0&lt;/P&gt;
&lt;P&gt;driver: e1000&lt;BR /&gt;version: 7.3.21-k8-NAPI&lt;BR /&gt;ethtool -i eth1&lt;BR /&gt;driver: e1000&lt;BR /&gt;version: 7.3.21-k8-NAPI&lt;BR /&gt;ethtool -i eth2&lt;BR /&gt;driver: e1000&lt;BR /&gt;version: 7.3.21-k8-NAPI&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 14:52:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Type-of-NIC/m-p/154172#M26068</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2022-07-29T14:52:08Z</dc:date>
    </item>
  </channel>
</rss>

