<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://kb.linux-vs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bmontarges</id>
		<title>LVSKB - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://kb.linux-vs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bmontarges"/>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki/Special:Contributions/Bmontarges"/>
		<updated>2026-04-29T22:47:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5888</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5888"/>
				<updated>2011-04-14T20:05:55Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
Background :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply.&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify,&lt;br /&gt;
 address : 10.80.1.3 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.0 (match your real network) &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 interface to attach: lo0 (the real one, select the loopback ti disable arp)&lt;br /&gt;
&lt;br /&gt;
Not real smit screens, it's a braindump...&lt;br /&gt;
&lt;br /&gt;
Think ODM should be updated for persistence after reboot.&lt;br /&gt;
&lt;br /&gt;
It works like a charm in production environments (1 yr now) &lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Baptiste Montarges]] 01:58, 11 April 2010 (CST)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* IBM documentation on Virtual Ethernet Interface on AIX&lt;br /&gt;
&lt;br /&gt;
[[Category:ARP Issue]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5887</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5887"/>
				<updated>2011-04-14T20:04:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
Background :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply.&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify,&lt;br /&gt;
 address : 10.80.1.3 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.0 (match your real network) &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 interface to attach: lo0 (the real one, select the loopback ti disable arp)&lt;br /&gt;
&lt;br /&gt;
Not real smit screens, it's a braindump...&lt;br /&gt;
 think ODM should be updated for persistence after reboot.&lt;br /&gt;
 it works like a charm in production environments (1 yr now) &lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Baptiste Montarges]] 01:58, 11 April 2010 (CST)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* IBM documentation on Virtual Ethernet Interface on AIX&lt;br /&gt;
&lt;br /&gt;
[[Category:ARP Issue]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5886</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5886"/>
				<updated>2011-04-14T20:03:27Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
Background :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply.&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify,&lt;br /&gt;
 address : 10.80.1.3 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.0 (match your real network) &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 interface to attach: lo0 (the real one, select the loopback ti disable arp)&lt;br /&gt;
&lt;br /&gt;
Not real smit screens, it's a braindump...&lt;br /&gt;
think ODM should be updated for persistence after reboot.&lt;br /&gt;
it works like a charm in production environments (1 yr now) &lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Baptiste Montarges]] 01:58, 11 April 2010 (CST)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* IBM documentation on Virtual Ethernet Interface on AIX&lt;br /&gt;
&lt;br /&gt;
[[Category:ARP Issue]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5830</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5830"/>
				<updated>2010-04-11T11:16:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
Background :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply.&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify,&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 interface to attach: lo0 (real one, select the loopback, smitty failed to attach other interface, an etherchannel in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I made this quickly yesterday so i didn't took any notes or screens, I wrote the section from head.&lt;br /&gt;
think ODM should be updated for persistence after reboot.&lt;br /&gt;
didn't restart the system yet. will confirm soon.&lt;br /&gt;
will also update the post with real smit screens and corresponding cmd lines. &lt;br /&gt;
&lt;br /&gt;
That(s it.&lt;br /&gt;
Sorry for wiki style or bad english. I work on it too...&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Baptiste Montarges]] 01:58, 11 April 2010 (CST)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* IBM documentation on Virtual Ethernet Interface on AIX&lt;br /&gt;
&lt;br /&gt;
[[Category:ARP Issue]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5829</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5829"/>
				<updated>2010-04-10T17:58:10Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify :&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 real intarface to attach: lo0 (select the loopback, smitty failed to attach other interface, an etherchannel in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I made this quickly yesterday so i didn't took any notes or screens, I wrote the section from head.&lt;br /&gt;
think ODM should be updated for persistence after reboot.&lt;br /&gt;
didn't restart the system yet. will confirm soon.&lt;br /&gt;
will also update the post with real smit screens and corresponding cmd lines. &lt;br /&gt;
&lt;br /&gt;
That(s it.&lt;br /&gt;
Sorry for wiki style or bad english. I work on it too...&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Baptiste Montarges]] 01:58, 11 April 2010 (CST)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* IBM documentation on Virtual Ethernet Interface on AIX&lt;br /&gt;
&lt;br /&gt;
[[Category:ARP Issue]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5828</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5828"/>
				<updated>2010-04-10T17:43:33Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify :&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 real intarface to attach: lo0 (select the loopback, smitty failed to attach on a etherchannel int. in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I made this quickly on the fast yesterday so i didn't get notes or screens. I wrote the section from head only.&lt;br /&gt;
think ODM should be updated for persistence after reboot.&lt;br /&gt;
didn't restart the system yet. will confirm soon.&lt;br /&gt;
will also update the post with real smit screens and corresponding cmd lines. &lt;br /&gt;
&lt;br /&gt;
That(s it.&lt;br /&gt;
Sorry for wiki style or bad english. I work on it too...&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Bmontarges]] 01:18, 11 April 2010 (CST)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* IBM documentation on Virtual Ethernet Interface on AIX&lt;br /&gt;
&lt;br /&gt;
[[Category:ARP Issue]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5827</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5827"/>
				<updated>2010-04-10T17:29:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify :&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 real intarface to attach: lo (select the loopback, smitty failed to attach on a etherchannel int. in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I made this quickly on the fast yesterday so i didn't get notes or screens. I wrote the section from head only.&lt;br /&gt;
think ODM should be updated for persistence after reboot.&lt;br /&gt;
didn't restart the system yet. will confirm soon.&lt;br /&gt;
will also update the post with real smit screens and corresponding cmd lines. &lt;br /&gt;
&lt;br /&gt;
That(s it.&lt;br /&gt;
Sorry for wiki style or bad english. I work on it too...&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Bmontarges]] 01:18, 11 April 2010 (CST)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* IBM documentation on Virtual Ethernet Interface on AIX&lt;br /&gt;
&lt;br /&gt;
[[Category:ARP Issue]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5826</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5826"/>
				<updated>2010-04-10T17:26:25Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup.&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify :&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 real intarface to attach: lo (select the loopback, smitty failed to attach on a etherchannel int. in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I made this quickly on the fast yesterday so i didn't get notes or screens. I wrote the section from head only.&lt;br /&gt;
think ODM should be updated for persistence after reboot.&lt;br /&gt;
didn't restart the system yet. will confirm soon.&lt;br /&gt;
will also update the post with real smit screens and corresponding cmd lines. &lt;br /&gt;
&lt;br /&gt;
That(s it.&lt;br /&gt;
Sorry for wiki style or bad english. I work on it too...&lt;br /&gt;
&lt;br /&gt;
--[[User:Bmontarges|Bmontarges]] 01:18, 11 April 2010 (CST)&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5825</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5825"/>
				<updated>2010-04-10T17:19:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup.&lt;br /&gt;
&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify :&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 real intarface to attach: lo (select the loopback, smitty failed to attach on a etherchannel int. in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From smitty, ODM should be updated for persistence after reboot.&lt;br /&gt;
I didn't restart the system yet. I will confirm asap.&lt;br /&gt;
I will also add the corresponding cmd line&lt;br /&gt;
&lt;br /&gt;
That(s it.&lt;br /&gt;
Sorry for wiki style and english. I work on it too...&lt;br /&gt;
--[[User:Bmontarges|Bmontarges]] 01:18, 11 April 2010 (CST)&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5824</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5824"/>
				<updated>2010-04-10T17:18:37Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not only an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify :&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 real intarface to attach: lo (select the loopback, smitty failed to attach on a etherchannel int. in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From smitty, ODM should be updated for persistence after reboot.&lt;br /&gt;
I didn't restart the system yet. I will confirm asap.&lt;br /&gt;
I will also add the corresponding cmd line&lt;br /&gt;
&lt;br /&gt;
That(s it.&lt;br /&gt;
Sorry for wiki style and english. I work on it too...&lt;br /&gt;
--[[User:Bmontarges|Bmontarges]] 01:18, 11 April 2010 (CST)&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5823</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5823"/>
				<updated>2010-04-10T17:16:07Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Disable ARP for VIP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface (not only an alias) that is not arp-able&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specify :&lt;br /&gt;
 address : VIP/32 (dotted decimal)&lt;br /&gt;
 netmask : 255.255.255.255 &lt;br /&gt;
 interface name : vi1 (or what you want)&lt;br /&gt;
 activate interface : yes&lt;br /&gt;
 real intarface to attach: lo (select the loopback, smitty failed to attach on a etherchannel int. in my case)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From smitty, ODM should be updated for persistence after reboot.&lt;br /&gt;
I didn't restart the system yet. I will confirm asap.&lt;br /&gt;
I will also add the corresponding cmd line&lt;br /&gt;
&lt;br /&gt;
That(s it&lt;br /&gt;
Sorry for my english. I work on it too..&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5822</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5822"/>
				<updated>2010-04-10T17:06:31Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested ok on AIX 6.1, sould works from AIX 5L&lt;br /&gt;
&lt;br /&gt;
== Disable ARP for VIP ==&lt;br /&gt;
&lt;br /&gt;
To know :&lt;br /&gt;
It is possible to disable arp on a real interface via noarp option on setup&lt;br /&gt;
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...&lt;br /&gt;
The AIX &amp;quot;Virtual IP Address Interface&amp;quot; implementation allow you to add a virtual interface  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In [[LVS/DR]] clusters, we can disable ARP for [[VIP]] on AIX as follows:&lt;br /&gt;
 smitty inet&lt;br /&gt;
 select &amp;quot;Add de Virtual IP Address Interface&amp;quot;&lt;br /&gt;
 under setup screen, specifiy :&lt;br /&gt;
 VIP/32&lt;br /&gt;
 netmask&lt;br /&gt;
 interface name : vi1 (or whay you want)&lt;br /&gt;
 activate to : yes&lt;br /&gt;
 real intarface to attach: lo (select the loopback, smitty failed to attach on a etherchannel int. in my case)&lt;br /&gt;
&lt;br /&gt;
 That(s it &lt;br /&gt;
&lt;br /&gt;
From smitty, ODM should be updated for persistence after reboot.&lt;br /&gt;
I didn't restart the system yet. I will confirm asap.&lt;br /&gt;
 &lt;br /&gt;
 ifconfig lo0:1 VIP/32 netmask 255.255.255.255 up&lt;br /&gt;
These two commands can be added just after configuring loopback command in the&lt;br /&gt;
/etc/rc.S/S??network, so that VIP can be brought up after system boots up.&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5821</id>
		<title>AIX Servers in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=AIX_Servers_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5821"/>
				<updated>2010-04-10T16:52:45Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: New page: == Introduction ==  In the AIX operating systems, ip addresses configured on the loopback interface will not participate the ARP protocol. Tested on AIX 6.1 (production), sould works f...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
In the AIX operating systems, ip addresses configured on the loopback interface will not participate the [[ARP]] protocol.&lt;br /&gt;
Tested on AIX 6.1 (production), sould works from AIX 5L&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=ARP_Issues_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5820</id>
		<title>ARP Issues in LVS/DR and LVS/TUN Clusters</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=ARP_Issues_in_LVS/DR_and_LVS/TUN_Clusters&amp;diff=5820"/>
				<updated>2010-04-10T16:47:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bmontarges: /* Solutions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Problems ==&lt;br /&gt;
&lt;br /&gt;
In the [[LVS/DR]] and [[LVS/TUN]] clusters, we can see that the [[VIP]] address is shared by [[load balancer]] and all [[real server]]s. In order to make the [[LVS/DR]] and [[LVS/TUN]] clusters work, [[load balancer]] should broadcast the [[VIP]] address to accept incoming packets for virtual service, the [[real server]]s only use the [[VIP]] address to process the packets for [[VIP]] locally.&lt;br /&gt;
&lt;br /&gt;
The ARP problem arises when real servers have one of their interfaces connected to the network that [[LVS/DR]] and [[LVS/TUN]] [[load balancer]] receives packets for [[VIP]]. For example, a [[LVS/DR]] or [[LVS/TUN]] cluster of the following topology needs to disable ARP for [[VIP]] address at real servers.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cluster-need-disable-arp-for-VIP-at-realservers.png|center]]&lt;br /&gt;
&lt;br /&gt;
If we did not disable ARP for [[VIP]] address at real servers, there would be race condition in ARP response, the load balancer and the real servers may give ARP response for VIP simultaneously, then router might send requests for VIP to real servers directly instead of the load balancer. This would break the whole load balancing solution.&lt;br /&gt;
&lt;br /&gt;
In a [[LVS/DR]] and [[LVS/TUN]] cluster of some special configuration illustrated in the following figure, real servers don't have any interfaces connected to the network that [[load balancer]] receives packets for [[VIP]], but have their router to transmit response packets, then there is no need to disable ARP for VIP at real servers, because there is no chances for real servers to receive ARP request for VIP.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cluster-not-need-to-disable-arp.png|center]]&lt;br /&gt;
&lt;br /&gt;
Anyway, there is no hurt to disable ARP for VIP at real servers in any [[LVS/DR]] and [[LVS/TUN]] clusters.&lt;br /&gt;
&lt;br /&gt;
== Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
There are many solutions to disable ARP for VIP in real servers running the Linux operating system.&lt;br /&gt;
&lt;br /&gt;
* [[Using arptables to disable ARP]]&lt;br /&gt;
* [[Using arp_announce/arp_ignore to disable ARP]]&lt;br /&gt;
* [[Using the hidden interface to disable ARP]]&lt;br /&gt;
* [[Using redirect to disable ARP]]&lt;br /&gt;
* [[Using policy routing to disable ARP]]&lt;br /&gt;
* [[Using the noarp module to disable ARP]]&lt;br /&gt;
&lt;br /&gt;
=== FreeBSD ===&lt;br /&gt;
&lt;br /&gt;
[[LVS/DR]] and [[LVS/TUN]] clusters can work with FreeBSD [[real server]]s without any problems. See the article [[Disable ARP on FreeBSD]] for more information.&lt;br /&gt;
&lt;br /&gt;
=== Solaris ===&lt;br /&gt;
&lt;br /&gt;
[[LVS/DR]] and [[LVS/TUN]] clusters can also work with Solaris [[real server]]s without any problems. See the article [[Solaris Servers in LVS/DR and LVS/TUN Clusters]] for more information.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
[[LVS/DR]] and [[LVS/TUN]] clusters can also work with Windows [[real server]]s without any problems. See the article [[Windows Servers in LVS/DR and LVS/TUN Clusters]] for more information.&lt;br /&gt;
&lt;br /&gt;
=== AIX ===&lt;br /&gt;
&lt;br /&gt;
[[LVS/DR]] and [[LVS/TUN]] clusters can also work with AIX [[real server]]s without any problems. See the article [[AIX Servers in LVS/DR and LVS/TUN Clusters]] for more information.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* http://www.linuxvirtualserver.org/docs/arp.html&lt;br /&gt;
&lt;br /&gt;
[[Category:LVS Handbook]]&lt;/div&gt;</summary>
		<author><name>Bmontarges</name></author>	</entry>

	</feed>