Thanks, Brian, for the hint.<br>I&#39;ve changed /etc/hosts with respect to your comment, but it didn&#39;t help either.<br><br>The problem (from my perspective) in smth else, e.g. why, when I try to do the following, I see the blank response in tcpdump:<br>
[root@host1 ~]# ip a<br>1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 16436 qdisc noqueue state UNKNOWN <br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>    inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> scope host lo<br>
2: eth0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc pfifo_fast state DOWN qlen 1000<br>    link/ether 00:25:90:30:34:42 brd ff:ff:ff:ff:ff:ff<br>    inet 46.../27 brd 46.182.25.159 scope global eth0<br>3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP qlen 1000<br>
    link/ether 00:25:90:30:34:43 brd ff:ff:ff:ff:ff:ff<br>    inet <a href="http://192.168.1.192/24">192.168.1.192/24</a> brd 192.168.1.255 scope global eth1<br>[root@host1 ~]# tcpdump -i eth1 &#39;port 27004&#39;<br>tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes<br>^Z<br>[2]+  Stopped                 tcpdump -i eth1 &#39;port 27004&#39;<br>[root@host1 ~]# bg<br>[2]+ tcpdump -i eth1 &#39;port 27004&#39; &amp;<br>
[root@host1 ~]# gluster peer probe host2<br>Probe on localhost not needed<br>[root@host1 ~]# fg<br>tcpdump -i eth1 &#39;port 27004&#39;<br>^C<br>0 packets captured<br>117 packets received by filter<br>52 packets dropped by kernel<br>
<br>So (by whatever reason) Gluster doesn&#39;t send a packet to anywhere through ethernet.<br><br>Guys, any ideas?<br><br>Thanks,<br>BR,<br>vy<br><br><div class="gmail_quote">On Mon, Jul 2, 2012 at 6:06 PM, Brian Candler <span dir="ltr">&lt;<a href="mailto:B.Candler@pobox.com" target="_blank">B.Candler@pobox.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Mon, Jul 02, 2012 at 05:54:46PM +0400, Vladimir Yakovlev wrote:<br>
&gt;    I tried different configurations, the latest follows:<br>
&gt;    [root@host1 ~]# cat /etc/hosts<br>
&gt;    127.0.0.1   localhost localhost.localdomain localhost4<br>
&gt;    localhost4.localdomain4<br>
&gt;    127.0.0.1   host1 host1.fqdn<br>
&gt;    192.168.1.193   host2 host2.fqdn<br>
&gt;    [root@host2 ~]# cat /etc/hosts<br>
&gt;    127.0.0.1   localhost localhost.localdomain localhost4<br>
&gt;    localhost4.localdomain4<br>
&gt;    127.0.0.1   host2 host2.fqdn<br>
&gt;    192.168.1.192   host1 host1.fqdn<br>
<br>
</div>Be consistent. Both machines should have:<br>
<br>
127.0.0.1      localhost localhost.localdomain<br>
192.168.1.192  host1.fqdn host1<br>
192.168.1.193  host2.fqdn host2<br>
<br>
On host1 you should have &quot;host1.fqdn&quot; in /etc/hostname, and the command<br>
&quot;hostname&quot; should show it. (Ditto for host2, but with &quot;host2.fqdn&quot; of<br>
course)<br>
</blockquote></div><br>