<?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>ipaddress Archives - WardNet</title>
	<atom:link href="https://www.wardnet.co.uk/tag/ipaddress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wardnet.co.uk/tag/ipaddress/</link>
	<description>Infrastructure, ERP and General Technology Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 14:25:57 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://i0.wp.com/www.wardnet.co.uk/wp-content/uploads/2026/01/wp-1767387074640.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>ipaddress Archives - WardNet</title>
	<link>https://www.wardnet.co.uk/tag/ipaddress/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">63479081</site>	<item>
		<title>Setting up Second IP address or Virtual IP address in Ubuntu</title>
		<link>https://www.wardnet.co.uk/setting-up-second-ip-address-or-virtual-ip-address-in-ubuntu/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:25:57 +0000</pubDate>
				<category><![CDATA[Linux Guides]]></category>
		<category><![CDATA[ipaddress]]></category>
		<category><![CDATA[networking services]]></category>
		<category><![CDATA[system administrator]]></category>
		<guid isPermaLink="false">http://blog.redsumo.com/?p=15</guid>

					<description><![CDATA[<p>If you are a server system administrator or normal user some time you need to assign a second ipaddress to</p>
<p><a href="https://www.wardnet.co.uk/setting-up-second-ip-address-or-virtual-ip-address-in-ubuntu/">Setting up Second IP address or Virtual IP address in Ubuntu</a></p>
]]></description>
										<content:encoded><![CDATA[<div>
<p>If you are a server system administrator or normal user some  time you need to assign a second ipaddress to your Ubuntu machine.For  this you need to edit the /etc/network/interfaces file and you need to  add the following syntax.Below one is the only example you need to  chnage according to your ip address settings</p>
<p>sudo vi /etc/network/interfaces</p>
<p>auto eth0:1<br />
iface eth0:1 inet static<br />
address 192.168.1.60<br />
netmask 255.255.255.0<br />
network x.x.x.x<br />
broadcast x.x.x.x<br />
gateway x.x.x.x</p>
<p>You need to enter all the details like  address,netmask,network,broadcast and gateways values after entering all  the values save this file and you need to restart networking services  in debian using the following command to take effect of our new  ipaddress.</p>
<p>After entering all the details you need to restart networking services using the following command</p>
<p>sudo /etc/init.d/networking restart</p>
</div>
<p><a href="https://www.wardnet.co.uk/setting-up-second-ip-address-or-virtual-ip-address-in-ubuntu/">Setting up Second IP address or Virtual IP address in Ubuntu</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">124</post-id>	</item>
	</channel>
</rss>
