Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # ls /var/lib/tftpboot/ -R
  2. /var/lib/tftpboot/:
  3. menu.c32 pxelinux.0 pxelinux.cfg sl6
  4.  
  5. /var/lib/tftpboot/pxelinux.cfg:
  6. default
  7.  
  8. /var/lib/tftpboot/sl6:
  9. initrd.img vmlinuz
  10.  
  11. # cat /var/lib/tftpboot/pxelinux.cfg/default
  12. timeout 100
  13. default menu.c32
  14. menu title ########## PXE Boot Menu ##########
  15. label 1
  16. menu label ^1) Install Scientific Linux 6
  17. kernel sl6/vmlinuz
  18. append initrd=sl6/initrd.img method=http://10.0.2.51/sl6 devfs=nomount
  19. label 2
  20. menu label ^2) Boot from local drive
  21. localboot
  22.  
  23. no-resolv
  24. no-poll
  25. interface=eth2
  26. domain=hpclab
  27. expand-hosts
  28. dhcp-range=10.0.2.52,10.0.2.100,static
  29. dhcp-option=42,0.0.0.0
  30. dhcp-boot=pxelinux.0
  31. enable-tftp
  32. tftp-root=/var/lib/tftpboot
  33. dhcp-host=08:00:27:69:73:7A,ws04,10.0.2.52
  34.  
  35. # dnsmasq -d
  36. dnsmasq: started, version 2.48 cachesize 150
  37. dnsmasq: compile time options: IPv6 GNU-getopt DBus no-I18N DHCP TFTP "--bind- interfaces with SO_BINDTODEVICE"
  38. dnsmasq: warning: no upstream servers configured
  39. dnsmasq-dhcp: DHCP, IP range 10.0.2.52 -- 10.0.2.100, lease time 2m
  40. dnsmasq-tftp: TFTP root is /var/lib/tftpboot
  41. dnsmasq: read /etc/hosts - 2 addresses
  42.  
  43. CLIENT MAC ADDR: 08 00 27 69 73 7A GUID: EF720459-193C-4558-8C46-15FF790FCD1C
  44. PXE-E51: No DHCP or proxyDHCP offers were received
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement