<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://docs.yate.ro/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs.yate.ro/wiki/index.php?action=history&amp;feed=atom&amp;title=Node_Name</id>
		<title>Node Name - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs.yate.ro/wiki/index.php?action=history&amp;feed=atom&amp;title=Node_Name"/>
		<link rel="alternate" type="text/html" href="https://docs.yate.ro/wiki/index.php?title=Node_Name&amp;action=history"/>
		<updated>2026-05-19T01:46:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>https://docs.yate.ro/wiki/index.php?title=Node_Name&amp;diff=770&amp;oldid=prev</id>
		<title>Dana at 10:51, 15 October 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.yate.ro/wiki/index.php?title=Node_Name&amp;diff=770&amp;oldid=prev"/>
				<updated>2012-10-15T10:51:43Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 10:51, 15 October 2012&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Node Name &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;(Yate 2) &lt;/del&gt;==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Node Name ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;When a cluster of multiple servers is used it is important to be able to tell the members of the cluster apart. For this purpose each server in a cluster has a ''node name'' that must be unique within the cluster.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;When a cluster of multiple servers is used it is important to be able to tell the members of the cluster apart. For this purpose each server in a cluster has a ''node name'' that must be unique within the cluster.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dana</name></author>	</entry>

	<entry>
		<id>https://docs.yate.ro/wiki/index.php?title=Node_Name&amp;diff=300&amp;oldid=prev</id>
		<title>Dana: Created page with &quot;== Node Name (Yate 2) ==  When a cluster of multiple servers is used it is important to be able to tell the members of the cluster apart. For this purpose each server in a clu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.yate.ro/wiki/index.php?title=Node_Name&amp;diff=300&amp;oldid=prev"/>
				<updated>2012-10-04T09:21:59Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Node Name (Yate 2) ==  When a cluster of multiple servers is used it is important to be able to tell the members of the cluster apart. For this purpose each server in a clu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Node Name (Yate 2) ==&lt;br /&gt;
&lt;br /&gt;
When a cluster of multiple servers is used it is important to be able to tell the members of the cluster apart. For this purpose each server in a cluster has a ''node name'' that must be unique within the cluster.&lt;br /&gt;
&lt;br /&gt;
By default Yate uses the system's configured host name as a node name. This can be overriden by the ''nodename'' setting in section  [general] of the main configuration file (usually '''yate.conf'''). A further highest priority override is provided by the '''-N''' command line parameter so the node name can be changed per run.&lt;br /&gt;
&lt;br /&gt;
It is recommended that you choose node names that can be easily resolved to an IP address. By far the highest performance can be achieved by setting the node name to the unique part of the IP address of the node.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
Suppose a node has a fully qualified hostname of mynode.domain.com and an IP address of 10.0.2.17 in a cluster of 10.0.x.y&lt;br /&gt;
&lt;br /&gt;
* '''node-2.17''' - good and fast, a single regexp can resolve that into 10.0.2.17&lt;br /&gt;
* '''mynode''' - good, can be resolved via DNS either directly or by adding the domain.com suffix&lt;br /&gt;
* '''somename''' - bad, there's no easy relation between the node name and its address&lt;/div&gt;</summary>
		<author><name>Dana</name></author>	</entry>

	</feed>