Changes between Version 4 and Version 5 of how-to/servers/add_ip_allocation
- Timestamp:
- Jun 3, 2016, 8:28:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/servers/add_ip_allocation
v4 v5 9 9 Now, we allocate an IP and create the iterface in the same step. 10 10 11 Edit the .pp file for the server in question and add the following 11 == Find an available IP == 12 13 Run: 14 {{{ 15 freepuppet-helper ai | sort 16 }}} 17 18 To get a list of currently allocated IPs 19 20 Then, pick the next one in the range you want and edit the .pp file for the server in question and add the following 12 21 13 22 === Sample for physical host ===