This is the file your talking about:
CLOUD9:~# cd /etc/network
CLOUD9:/etc/network# cat interfaces
Configure Loopback
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.3
netmask 255.255.224.0
gateway 10.0.0.1
allow-hotplug eth0
CLOUD9:/etc/network#
That said heres me pinging it:
Agustins-MacBook-Pro:~ aescoto$ ping Cloud9
ping: cannot resolve Cloud9: Unknown host
Agustins-MacBook-Pro:~ aescoto$ ping 10.0.0.3
PING 10.0.0.3 (10.0.0.3): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Agustins-MacBook-Pro:~ aescoto$ ping 10.0.0.102
PING 10.0.0.102 (10.0.0.102): 56 data bytes
64 bytes from 10.0.0.102: icmp_seq=0 ttl=64 time=5.157 ms
64 bytes from 10.0.0.102: icmp_seq=1 ttl=64 time=1.235 ms
Heres the arp map:
7 packets transmitted, 0 packets received, 100.0% packet loss
Agustins-MacBook-Pro:~ aescoto$ arp -a
? (10.0.0.1) at REMOVED on en0 ifscope [ethernet]
? (10.0.0.3) at (incomplete) on en0 ifscope [ethernet]
? (10.0.0.4) at REMOVED on en0 ifscope [ethernet]
? (10.0.0.100) at REMOVED on en0 ifscope [ethernet]
? (10.0.0.102) at 0:90:a9:40:22:e3 on en0 ifscope [ethernet]
? (10.0.31.255) at ff:ff:ff:ff:ff:ff on en0 ifscope [ethernet]
? (169.254.8.154) at 0:90:a9:40:22:e3 on en0 [ethernet] <- This was internesting on top of 10.0.0.102 it also has a 169 address
Agustins-MacBook-Pro:~ aescoto$
And finally I’m going to use the nbtstat -a 10.0.0.102 command to comfim its that Mycloud
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Test>nbtstat -a 10.0.0.102
Local Area Connection:
Node IpAddress: [10.0.0.115] Scope Id:
NetBIOS Remote Machine Name Table
Name Type Status
CLOUD9 <00> UNIQUE Registered
CLOUD9 <03> UNIQUE Registered
CLOUD9 <20> UNIQUE Registered
…__MSBROWSE__.<01> GROUP Registered
BATTLESTAR <00> GROUP Registered
BATTLESTAR <1D> UNIQUE Registered
BATTLESTAR <1E> GROUP Registered
MAC Address = 00:90:A9:40:22:E3
I can fully accsses the device using 10.0.0.102. If i redefine the static addres it will move itself to 10.0.0.3 but like a day later sometime even hours later it always reverts back to 10.0.0.102? So what the **bleep** is going on??? I know 169 addresses are only assigned if theres a problem but I’m completely lost. And it all started after that system only factory restore.
I performed the restore becuase I noticed the device was a bit slugsh and rebooting it didn’t work. Its no longer slugsh but now I’m dealing with a very confusing addressing issue.
Heres a shapshot of the dashboard: