Changes

Jump to: navigation, search

Highbank Fedora Installation Config

560 bytes added, 14:20, 3 August 2013
DHCP configuration
== DHCP configuration ==
 
<pre>
option domain-name-servers 142.204.1.2,142.204.43.43;
 
default-lease-time 86400;
max-lease-time 86400;
authoritative;
log-facility local7;
 
allow booting;
allow bootp;
 
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.254;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
range 192.168.1.100 192.168.1.199;
next-server 192.168.1.254;
host seneca0 { option host-name "seneca0"; hardware ethernet fc:2f:40:48:06:a0; fixed-address 192.168.1.100;}
}
</pre>
== TFTP configuration ==
198
edits

Navigation menu