ncd.conf.example 235 B

123456789101112
  1. interface eth0 {
  2. type "physical";
  3. dhcp;
  4. ipv4.addr "dhcp_addr";
  5. ipv4.route "0.0.0.0/0" "dhcp_router" "20";
  6. ipv4.dns "dhcp_dns_servers" "20";
  7. }
  8. interface eth2 {
  9. type "physical";
  10. ipv4.addr "192.168.6.1/24";
  11. }