> > My Problem: > When I start up my four nodes on the switch, they all > read IP Address > 192.168.1.1, which obviously won't work for internode > communication.
When using static ip configuration, the IP address is determined by the value set in /etc/sysconfig/network-devices/ifconfig.eth0/ipv4 (assuming you are dealing with the first network interface). Change the line with IP=192.168.1.1 to different values for each computer. See section 7.13.2 of LFS for more details. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
