Changes between Version 65 and Version 66 of WikiStart


Ignore:
Timestamp:
Jan 19, 2015, 5:18:09 PM (10 years ago)
Author:
walter
Comment:

dnsmasq.conf dhcp pxe legacy bios + uefi parameters untested uefi

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v65 v66  
    13101310'' Let Op: nfs dhcp_option not working for backfire 10.03.1, directly in /etc/dnsmasq.conf? ''
    13111311
     1312# add. example code # /etc/config/dhcp #14.07 Barrier Breaker pxe legacy bios + uefi boot (uefi untested)
     1313# dhcp_option for dhcp-match not working in /etc/config/dhcp see dnsmasq.conf!!!
     1314{{{
     1315config boot 'legacy'                                                           
     1316        option serveraddress '10.0.4.1'                                         
     1317        option servername 'pxeboot'                                             
     1318        option filename 'tag:x86PC,pxelinux.0'                                 
     1319        list dhcp_option 'option:root-path,10.0.4.1:/mnt/sda3/exports/freebsd10e'                                                                               
     1320                                                                               
     1321config boot 'uefi64'                                                           
     1322        option serveraddress '10.0.4.1'                                         
     1323        option servername 'pxeboot'                                             
     1324        option filename 'tag:efi-x86_64,bootnetx64.efi'
     1325}}}
     1326
     1327# add. example code # /etc/dnsmasq.conf #14.07 Barrier Breaker pxe legacy bios + uefi boot (untested)
     1328{{{
     1329dhcp-match=set:x86PC,option:client-arch,0                                       
     1330dhcp-match=set:efi-x86_64,option:client-arch,7
     1331}}}
     1332
    13121333Restart dnsmasq to make new dhcp/tftp settings active!
    13131334{{{
     
    13221343mkdir -p /mnt/sda3/tftproot/
    13231344cd /mnt/sda3/tftproot
    1324 wget http://ftp.nl.debian.org/debian/dists/wheezy/main/installer-i386/current/images/netboot/netboot.tar.gz
    1325 tar -xvf netboot.tar.gz #merk op symlinked bestanden!!!
     1345wget http://ftp.nl.debian.org/debian/dists/stable/main/installer-i386/current/images/netboot/netboot.tar.gz
     1346tar -zxvf netboot.tar.gz #merk op symlinked bestanden!!!
    13261347chmod -R 777 ../tftproot  #fix permision/read problems
    13271348}}}
     
    14921513{{{
    14931514dhcp-option=17,192.168.45.1:/mnt/sda3/exports/freebsd10-i386
    1494 }}}
     1515}}}
     1516
     1517
    14951518
    14961519/etc/exports #configure nfs mounts