Tool/software:
What is the process to assign static addresses to each ethernet port? I was at a customer site and I wasn’t able to ping using a direct ethernet cable (however, they did not have a cross over cable for me to use). I assigned an IP using ifconfig eth0 192.168.1.1 (for example). After this command I again executed “ifconfig” and eth0 seem to be assigned 192.168.1.1 but I was not able to “ping”. Do I need to disable “auto-negotiate” and if so, what is the best way to do that?
The ethernet ports work perfectly on our network when they auto-negotiate an IP.