You are not logged in.

#1 2010-03-19 05:39:38

murfMan
Member
Registered: 2009-10-27
Posts: 161

network install

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 hmm

# /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

#2 2010-03-19 06:00:24

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: network install

whenever i try to launch dhcpd i get
not configured to listen on any interfaces!

help plz

Offline

#3 2010-03-19 11:50:44

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: network install

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

Board footer

Powered by FluxBB