You are not logged in.
Pages: 1
i have arch already installed on one machine. im trying to preform a network install on another machine. im having some difficulty setting up dhcpd
this is the config file from the wiki but i have no idea what to edit to make it work with my network.
i've never been good with networking
# /etc/dhcpd.conf
option domain-name-servers 208.67.222.222, 208.67.220.220;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.10 192.168.0.49;
filename "pxelinux.0"; # the PXELinux boot agent
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
}
thanks
Offline
whenever i try to launch dhcpd i get
not configured to listen on any interfaces!
help plz
Offline
recently a lot of changes has been made for pxe booting.
see
http://mailman.archlinux.org/pipermail/ … 00908.html
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
Pages: 1