Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171679

Controlling DHCP settings on the host when using multiple interfaces

$
0
0
I have multiple interfaces on the host attached to different switch ports, all using DHCP. I want to have a "primary" interface that sets the default route, the DNS domain and DNS search values (again, all for the host itself).

In Ubuntu using netplan, this is easy, I would do something like:
Code:
network:
  ethernets:
    eno1:
      dhcp4: true
      dhcp4-overrides:
        use-routes: false
        use-dns: false
        use-domains: false
    eno2:
      dhcp4: true
  version: 2
...

Read more

Viewing all articles
Browse latest Browse all 171679

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>