47 | | 1. Edit /root/preseed-repo/squeeze/server-specifics.cfg with the new server's info |
| 47 | 1. Edit /root/preseed-repo/squeeze/server-specifics.cfg with the new server's info. You will need to have chosen the hostname at this point. The a simple file currently looks something like: |
| 48 | {{{ |
| 49 | d-i netcfg/get_hostname string algernon |
| 50 | |
| 51 | # Static network configuration. |
| 52 | d-i netcfg/get_nameservers string 209.51.163.29 |
| 53 | d-i netcfg/get_ipaddress string 209.51.180.21 |
| 54 | d-i netcfg/get_netmask string 255.255.255.240 |
| 55 | d-i netcfg/get_gateway string 209.51.180.17 |
| 56 | |
| 57 | # Set Volume Group Name |
| 58 | d-i partman-auto-lvm/new_vg_name string vg_algernon0 |
| 59 | }}} |
| 60 | * This is the time where you want to check the [wiki:ip_allocation] page, claim a new IP and look at the other network settings you will need for this device. |
| 61 | * Now would also be a good time to [https://members.mayfirst.org/cp go to the control panel] and set up a DNS Entry for this server. This should me done in the "mayfirst.org hosting order. That way, when it comes time to use the new kvm guest, you will have workin nameservice to it. |