Greetings to anyone,<br>i'm trying to reach a NAS that autoconfigure its IP address with DHCP,<br>I can't foresee the address because I'm not the dhcp server administrator,<br>so I put in /etc/ethers:<br>00:d0:4b:87:4a:ac 192.168.0.111<br>
<br>192.168.0.111 (is a random address in the same subnet of my pc)<br><br>My IP address is 192.168.0.5<br>but running ping 192.168.0.111 all the packet are dropped<br>smbclient -L 192.168.0.111 return with <br>Connection failed (Error NT_STATUS_HOST_UNREACHABLE)<br>
<br>Doing strace ping 192.168.0.111 i can see that /etc/ethers is not read by ping<br><br>In /etc/nsswitch.conf there is the line about ethers and is set as<br>ethers:    files<br><br>Is /etc/ethers deprecated and no program read it?<br>
Thank you in advance for your help,<br>regards,<br>Fau<br>