Skip to content

Instantly share code, notes, and snippets.

@aaomidi
Last active September 2, 2018 15:39
Show Gist options
  • Save aaomidi/2fb3ab51f467f94cd041b35dda636891 to your computer and use it in GitHub Desktop.
Save aaomidi/2fb3ab51f467f94cd041b35dda636891 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Subnets</key>
<array>
<dict>
<key>allocate</key>
<true/>
<key>dhcp_domain_name_server</key>
<array>
<string>1.1.1.1</string>
</array>
<key>dhcp_router</key>
<string>192.168.2.1</string>
<key>lease_max</key>
<integer>86400</integer>
<key>lease_min</key>
<integer>86400</integer>
<key>name</key>
<string>macdhcp</string>
<key>net_address</key>
<string>192.168.2.0</string>
<key>net_mask</key>
<string>255.255.255.0</string>
<key>net_range</key>
<array>
<string>192.168.2.5</string>
<string>192.168.2.254</string>
</array>
</dict>
</array>
<key>bootp_enabled</key>
<false/>
<key>detect_other_dhcp_server</key>
<false/>
<key>dhcp_enabled</key>
<array>
<string>en5</string>
</array>
<key>dhcp_ignore_client_identifier</key>
<true/>
<key>reply_threshold_seconds</key>
<integer>0</integer>
<key>use_server_config_for_dhcp_options</key>
<false/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment