hi, i'm running fedora core 4.
I want a dhcp server to run on this machine but currently the service is failing to start.
i had to create the dhcpd.conf file in etc and my contets are
authoritative;
option domain-name "superlan.com';
subnet 10.1.1.0 netmas 255.255.255.0 {
range 10.1.1.20 10.1.1.200;
default-lease-time 600;
max-lease-time 700;
}
My hostname is superlan
but i'm not sure how the domain name works and couldnt find a place to set it.
The computer has a static ip of 10.1.1.1 and i can ping and vnc etc to the machine.
How can I set this up properly?
I want a dhcp server to run on this machine but currently the service is failing to start.
i had to create the dhcpd.conf file in etc and my contets are
authoritative;
option domain-name "superlan.com';
subnet 10.1.1.0 netmas 255.255.255.0 {
range 10.1.1.20 10.1.1.200;
default-lease-time 600;
max-lease-time 700;
}
My hostname is superlan
but i'm not sure how the domain name works and couldnt find a place to set it.
The computer has a static ip of 10.1.1.1 and i can ping and vnc etc to the machine.
How can I set this up properly?
