SO: 10.10.2 w / Server.app
Ho creato un LAG (link aggregate group) sul mio Mac Mini server. Da allora i servizi DHCP hanno smesso di funzionare. Questo è il mio attuale file bootpd.plist. Il LAG si chiama bond0 secondo il mio Mac.
Qualche idea su cosa posso fare per risolvere il problema con DHCP? Nessuno dei clienti può ottenere un indirizzo. Il DHCP non supporta le interfacce legate?
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs$
<plist version="1.0">
<dict>
<key>Subnets</key>
<array>
<dict>
<key>allocate</key>
<true/>
<key>dhcp_domain_name</key>
<string>example.com</string>
<key>dhcp_domain_name_server</key>
<array>
<string>10.0.0.11</string>
<string>10.0.0.12</string>
</array>
<key>dhcp_domain_search</key>
<array>
<string>example.com</string>
</array>
<key>dhcp_router</key>
<string>10.0.0.1</string>
<key>lease_max</key>
<integer>604800</integer>
<key>name</key>
<string>10.0.0.0/24 Network</string>
<key>net_address</key>
<string>10.0.0.0</string>
<key>net_mask</key>
<string>255.255.255.0</string>
<key>net_range</key>
<array>
<string>10.0.0.150</string>
<string>10.0.0.174</string>
</array>
<key>selected_port_name</key>
<string>bond0</string>
<key>uuid</key>
<string>0135C3AF-5933-4316-9FD3-ECE1B2F1A57B</string>
</dict>
</array>
<key>dhcp_enabled</key>
<array>
<string>bond0</string>
</array>
<key>timeServiceStarted</key>
<string>2015-03-30 20:03:31 +0000</string>
</dict>
</plist>