Multiple static DNS addresses
Leonardo Guilherme
Thu Jul 19 17:17:38 2012Hello. What is the correct way to pass a list of multiple static dns as an command line argument to dhcpcd? I've been trying dhcpcd --noipv4ll -S domain_name_servers=10.4.50.1 10.0.0.17 10.0.0.11 eth0 and dhcpcd --noipv4ll -S domain_name_servers="10.4.50.1 10.0.0.17 10.0.0.11" but none of them works, dhcpcd thinks that the last two ips are interfaces. Thanks. Leonardo.
| Re: Multiple static DNS addresses | Roy Marples |