SystemRescueCd provides several network configuration boot options so that the network interfaces are already configured when the SystemRescueCd boot process is complete. These options allows both dynamic IP configuration (using dodhcp) and static IP configuration (using ethx=ipaddr/cidr, gateway=ipaddr, dns=ipaddr).
With the ethx=ipaddr/cidr option, all the ethernet interfaces of the computer are configured with the same IP address. It’s a good thing for normals desktops connected to a simple LAN. In deed, you may not know which interface will be seen first (eth0) and which one will be the secondary ones (eth1, …). With the ethx=ipaddr/cidr option it does not matter and you can just plug one of these interfaces with a cable.
Anyway on servers connected to several networks the ethx option is not powerful enough. That’s why specific intefaces configuration options have been added in SystemRescueCd-1.0.2-beta5. Now you can use options such as eth0=192.168.10.1/24 eth1=192.168.20.1. That way each network interface will be configured with its own IP address.
You can even mix the generic ethx and the specific eth0/eth1/eth2/… boot options. For instance if you boot with “rescuecd ethx=192.168.10.1/24 eth3=10.211.34.1/16” then eth3 will have its own IP address and all the other interfaces will use the generic 192.168.10.1 IP address.
