[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] STuck



again,,:(
mysql> select ipodhash from nodes where node_id='pc62';
+----------------------------------+
| ipodhash                         |
+----------------------------------+
| fca4b3328257112088c3188fb66be36d |
+----------------------------------+
1 row in set (0.00 sec)

root@pc62:~# sudo sysctl -a | grep ipod
error: permission denied on key 'net.ipv4.route.flush'
net.ipv4.icmp_ipod_version = 2
net.ipv4.icmp_ipod_enabled = 1
net.ipv4.icmp_ipod_host = 2147483647
net.ipv4.icmp_ipod_mask = 2147483647
net.ipv4.icmp_ipod_key = fca4b3328257112088c3188fb66be36d
error: permission denied on key 'net.ipv6.route.flush'

by the way... why is the net.ipv4.icmp_ipod_host and net.ipv4.icmp_ipod_mask the same value ??

cheers,

Hussam
(Hussamuddin Nasir)

Netlab Operations Team
-------------------------------------------------------------------
Laboratory for Adv. Networking  Phone  : (859)218-0059
James F Hardymon Building       Fax    : (859)323-3740
301 Rose Street, Rm 202         E-mail : nasir@netlab.uky.edu
Lexington, KY 40506-0495        Web    : http://www.netlab.uky.edu

                       University of Kentucky
                       **********************
-------------------------------------------------------------------


Leigh Stoller wrote:
Tried that too just now, and its still being rejected by
Ubuntu. That make me think if a ubuntu safeguard some where ??

No, that message is coming out of the ipod code directly. Looking at
the defs file, the IP/Mask that the kernel prints out look okay, which
means the shared "secret" might not be set right. This is "ipodhash"
in the nodes table.

There are a bunch of sysctl variables in the kernel. They all have the
string ipod in them so try this:

{3} nodeg$ sudo sysctl  -a | grep -i ipod
net.ipv4.icmp_ipod_key = 511cd06aa336d20ab9a79c7bb54a38cc
net.ipv4.icmp_ipod_mask = -1
net.ipv4.icmp_ipod_host = -1688068026
net.ipv4.icmp_ipod_enabled = 1
net.ipv4.icmp_ipod_version = 2

And then check the nodes table for the node to see if the ipod hash
matches.

Lbs