# Everything which you should need to edit # to create a boot image is in this file. hostname="celestis.folays.net" #defaultrouter="91.121.29.254" defaultrouter="88.191.80.1" # Name server (to be placed into /etc/resolv.conf) depenguinator_nameserver="127.0.0.1" # These correspond to the ifconfig_* entries in # /etc/rc.conf. We can't use the "real" names of # interfaces, because they depend upon the order # in which devices are detected and initialized. # depenguiantor_interfaces should be a list of names of interfaces. depenguinator_interfaces="rl0 re0 sis0 vge0" # depenguinator_mac_FOO should be the MAC address of interface FOO depenguinator_mac_rl0="XX:1C:C0:27:92:DC" depenguinator_mac_re0="XX:1C:C0:27:92:DC" depenguinator_mac_sis0="XX:1C:C0:27:92:DC" depenguinator_mac_vge0="XX:1C:C0:27:92:DC" # depenguinator_ip_FOO should be the IP address of interface FOO depenguinator_ip_rl0="88.191.80.XX" depenguinator_ip_re0="88.191.80.XX" depenguinator_ip_sis0="88.191.80.XX" depenguinator_ip_vge0="88.191.80.XX" # depenguinator_netmask_FOO should be the netmask of interface FOO depenguinator_netmask_rl0="255.255.255.0" depenguinator_netmask_re0="255.255.255.0" depenguinator_netmask_sis0="255.255.255.0" depenguinator_netmask_vge0="255.255.255.0"