Posts

Showing posts from August, 2013

PXE Server RHEL 6.2 64 Bit

[root@localhost ~]# yum install http* *tftp* dhcp* system-config-kickstart* [root@localhost ~]# vim /etc/sysconfig/selinux SELINUX=disabled [root@localhost ~]# iptables -F [root@localhost ~]# /etc/init.d/iptables stop [root@localhost ~]# chkconfig iptables off [root@localhost ~]# /etc/init.d/httpd restart [root@localhost ~]# chkconfig httpd on [root@localhost ~]# mkdir /var/www/html/abc/ [root@localhost ~]# cp -rv /media/RHEL_6.2\ x86_64\ Disc\ 1/* /var/www/html/abc/     Configure DHCP Server [root@localhost ~]# cp /usr/share/doc/dhcp-4.1.1/dhcpd.conf.sample  /etc/dhcp/dhcpd.conf [root@localhost ~]# vim /etc/dhcp/dhcpd.conf ####################################################################################################### # dhcpd.conf # # option definitions common to all supported networks... option domain-name "example.org"; #option domain-name-servers ns1.example.org, ns2.example.org; default-lease-time 600; max-lease-time 7200; # Use th