<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Calculate IP Subnet Address with ipcalc Tool	</title>
	<atom:link href="https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 02:30:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: spezialist		</title>
		<link>https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/comment-page-1/#comment-1135472</link>

		<dc:creator><![CDATA[spezialist]]></dc:creator>
		<pubDate>Fri, 19 Apr 2019 08:30:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32336#comment-1135472</guid>

					<description><![CDATA[I agree, a good tutorial, but there is one sad nuance: under &lt;strong&gt;RHEL/CentOS&lt;/strong&gt;, the functionality of the &lt;strong&gt;ipcalc&lt;/strong&gt; utility is very limited :-(. Because of this, all the above mentioned practical examples of using the &lt;strong&gt;ipcalc&lt;/strong&gt; utility are not applicable under &lt;strong&gt;RHEL/CentOS&lt;/strong&gt;.
&lt;pre&gt;
# rpm -q initscripts

initscripts-9.49.46-1.el7.x86_64
&lt;/pre&gt;
&lt;pre&gt;
# ipcalc 192.168.20.0/24

Usage: ipcalc [OPTION...]
  -c, --check         Validate IP address for specified address family
  -4, --ipv4          IPv4 address family (default)
  -6, --ipv6          IPv6 address family
  -b, --broadcast     Display calculated broadcast address
  -h, --hostname      Show hostname determined via DNS
  -m, --netmask       Display default netmask for IP (class A, B, or C)
  -n, --network       Display network address
  -p, --prefix        Display network prefix
  -s, --silent        Don&#039;t ever display error messages

Help options:
  -?, --help          Show this help message
  --usage             Display brief usage message
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>I agree, a good tutorial, but there is one sad nuance: under <strong>RHEL/CentOS</strong>, the functionality of the <strong>ipcalc</strong> utility is very limited :-(. Because of this, all the above mentioned practical examples of using the <strong>ipcalc</strong> utility are not applicable under <strong>RHEL/CentOS</strong>.</p>
<pre>
# rpm -q initscripts

initscripts-9.49.46-1.el7.x86_64
</pre>
<pre>
# ipcalc 192.168.20.0/24

Usage: ipcalc [OPTION...]
  -c, --check         Validate IP address for specified address family
  -4, --ipv4          IPv4 address family (default)
  -6, --ipv6          IPv6 address family
  -b, --broadcast     Display calculated broadcast address
  -h, --hostname      Show hostname determined via DNS
  -m, --netmask       Display default netmask for IP (class A, B, or C)
  -n, --network       Display network address
  -p, --prefix        Display network prefix
  -s, --silent        Don't ever display error messages

Help options:
  -?, --help          Show this help message
  --usage             Display brief usage message
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stefan Lasiewski		</title>
		<link>https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/comment-page-1/#comment-1132499</link>

		<dc:creator><![CDATA[Stefan Lasiewski]]></dc:creator>
		<pubDate>Mon, 15 Apr 2019 23:11:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32336#comment-1132499</guid>

					<description><![CDATA[Great tutorial, thanks. From the comments that I read on Facebook, many people would have benefited from an example that showed a couple of uncommon networks, such as 192.168.20.0/23, instead of a /24.

Thanks for working on this.]]></description>
			<content:encoded><![CDATA[<p>Great tutorial, thanks. From the comments that I read on Facebook, many people would have benefited from an example that showed a couple of uncommon networks, such as 192.168.20.0/23, instead of a /24.</p>
<p>Thanks for working on this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stefan Lasiewski		</title>
		<link>https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/comment-page-1/#comment-1132496</link>

		<dc:creator><![CDATA[Stefan Lasiewski]]></dc:creator>
		<pubDate>Mon, 15 Apr 2019 23:08:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32336#comment-1132496</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/comment-page-1/#comment-1129626&quot;&gt;Allwin&lt;/a&gt;.

Download Windows Subsystem for Linux, install Ubuntu, and not only will you get &lt;strong&gt;ipcalc&lt;/strong&gt; but you&#039;ll get Ubuntu&#039;s powerful Bash environment.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/comment-page-1/#comment-1129626">Allwin</a>.</p>
<p>Download Windows Subsystem for Linux, install Ubuntu, and not only will you get <strong>ipcalc</strong> but you&#8217;ll get Ubuntu&#8217;s powerful Bash environment.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Allwin		</title>
		<link>https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool/comment-page-1/#comment-1129626</link>

		<dc:creator><![CDATA[Allwin]]></dc:creator>
		<pubDate>Thu, 11 Apr 2019 14:18:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32336#comment-1129626</guid>

					<description><![CDATA[Do you have similar tool for windows based machines.]]></description>
			<content:encoded><![CDATA[<p>Do you have similar tool for windows based machines.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
