<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; additional IP address</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/additional-ip-address/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Add additional IP address</title>
		<link>https://wiki.centos-webpanel.com/add-additional-ip-address</link>
		<comments>https://wiki.centos-webpanel.com/add-additional-ip-address#comments</comments>
		<pubDate>Tue, 23 Jun 2015 18:58:37 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[additional IP address]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=295</guid>
		<description><![CDATA[How to add additional IP address on CentOS servers. Create file: /etc/sysconfig/network-scripts/ifcfg-eth0:0 DEVICE="eth0:0" BOOTPROTO=static ONBOOT=yes TYPE="Ethernet" IPADDR=80.80.25.25 #HWADDR=00:0C:29:28:4C:4C #GATEWAY=80.80.25.1 NETMASK=255.255.255.0 do this for each additional IP address, you only need to increase virtual interface number by one for each additional IP. Like eg. eth0:1, eth0:2, eth0:3 ... **if you don't have HWADDR then delete that [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>How to add additional IP address on CentOS servers.</strong></p>
<p><strong>Create file:</strong> /etc/sysconfig/network-scripts/ifcfg-eth0:0</p>
<pre>DEVICE="eth0:0"
BOOTPROTO=static
ONBOOT=yes
TYPE="Ethernet"
IPADDR=80.80.25.25
#HWADDR=00:0C:29:28:4C:4C
#GATEWAY=80.80.25.1
NETMASK=255.255.255.0
</pre>
<p>do this for each additional IP address, you only need to increase virtual interface number by one for each additional IP.<br />
Like eg. eth0:1, eth0:2, eth0:3 ...</p>
<p>**if you don't have HWADDR then delete that line.</p>
<p>Restart Network</p>
<pre>service network restart</pre>
<p>Check all IP's configured on the server</p>
<pre>ifconfig</pre>
<p>if your new IP address is listed then you have successfully added a new IP address.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/add-additional-ip-address/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
