(E-Mail Removed) wrote:
> I do not understand what changes i have to make the dhcp service to
> start.
> I am just using my stand alone Linux Based PC.
I've given my /etc/dhcpd.conf below, for what it is worth.
I'm not quite sure why you want to run a dhcp server,
if you are only using one computer.
Maybe a dhcp-client would suffice for your needs.
---------------------------------------
[tim@alfred ~]$ cat /etc/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
authoritative;
# --- default gateway
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option nis-domain "murphy.ie";
option domain-name "murphy.ie";
option domain-name-servers 159.134.237.6,159.134.248.17;
# option time-offset -18000; # Eastern Standard Time
# option ntp-servers 192.168.1.1;
# option netbios-name-servers 192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this
unless
# -- you understand Netbios very well
# option netbios-node-type 2;
range dynamic-bootp 192.168.1.128 192.168.1.254;
default-lease-time 21600;
max-lease-time 43200;
# we want william, martha and helen
host alfred {
hardware ethernet 00:40:F4:6E:07:A1;
fixed-address 192.168.1.1;
}
host blanche {
hardware ethernet 00:0E:A6:AF:0B:11;
fixed-address 192.168.1.7;
}
host med177072 {
hardware ethernet 00:14:22

0:E8:66;
fixed-address 192.168.1.9;
}
host med178239 {
hardware ethernet 00:0B

B:08:F4:4C;
fixed-address 192.168.1.10;
}
}
subnet 192.168.3.0 netmask 255.255.255.0 {
authoritative;
# --- default gateway
option routers 192.168.3.1;
option subnet-mask 255.255.255.0;
option nis-domain "murphy.ie";
option domain-name "murphy.ie";
option domain-name-servers 159.134.237.6,159.134.248.17;
# option time-offset -18000; # Eastern Standard Time
# option ntp-servers 192.168.1.1;
# option netbios-name-servers 192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this
unless
# -- you understand Netbios very well
# option netbios-node-type 2;
range dynamic-bootp 192.168.3.128 192.168.3.254;
default-lease-time 21600;
max-lease-time 43200;
host martha {
hardware ethernet 00:02:2D:1D:43:B7;
fixed-address 192.168.3.6;
}
host psp {
hardware ethernet 00:01:4A:86

C:C7;
fixed-address 192.168.3.8;
}
host helen {
hardware ethernet 00:02:2D:3C:10:6E;
fixed-address 192.168.3.2;
}
host latitude {
hardware ethernet 00:14:A4:76:AD:93;
fixed-address 192.168.3.9;
}
# host dell {
# hardware ethernet 00:02:2D:1D:43:B6;
# fixed-address 192.168.3.10;
# }
host elizabeth {
hardware ethernet 00:02:2D:1D:43:B6;
fixed-address 192.168.3.11;
}
host blanche-wifi {
hardware ethernet 00:0E:A6:B1:9D:01;
fixed-address 192.168.3.7;
}
}
---------------------------------------
--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland