Well, the title tells the question clearly; how do I configure network such that the first ip is obtained via dhcpcd and other is static? config_eth0="dhcp <static>" doesn't work.
As a solution I wrote a dhcpcd hook containing /sbin/ifconfig eth0:0 <ip> netmask <netmask> Is there a direct way? -- Nilesh Govindarajan http://nileshgr.com

