Advertisement
Guest User

Untitled

a guest
Dec 30th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. hostname
  2. clientid
  3. persistent
  4. option rapid_commit
  5. option domain_name_servers, domain_name, domain_search, host_name
  6. option classless_static_routes
  7. option interface_mtu
  8. require dhcp_server_identifier
  9. slaac private
  10. interface eth0
  11.       static ip_address=192.168.0.10/24
  12.       static routers=192.168.0.1
  13.       static domain_name_servers=127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement