Changes between Version 66 and Version 67 of WikiStart


Ignore:
Timestamp:
Jan 28, 2015, 2:13:40 PM (11 years ago)
Author:
walter
Comment:

dnsmasq.conf: pxe legacy bios tested ok, pxe uefi tested ok freebsd10.1 also ok | fix some typo's

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v66 v67  
    13061306        option serveraddress    192.168.45.1 #address of tftpserver, in this case on the same device/router
    13071307        option servername       pxeboot      #just a name, probably not needed
    1308         list   dhcp_option      'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10e' #NFS only, needed for dumb OS FREEBSD which cannot find the NFS server
    1309 }}}
    1310 '' Let Op: nfs dhcp_option not working for backfire 10.03.1, directly in /etc/dnsmasq.conf? ''
    1311 
    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!!!
     1308        list   dhcp_option      'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10-disc1' #FREEBSD loader cannot read nfs root from syslinux/grub only from dhcp option!
     1309}}}
     1310'' Let Op: nfs dhcp_option not working for backfire 10.03.1, therefor put directly in /etc/dnsmasq.conf''
     1311
     1312## 12.09/14.07 add. example code # /etc/config/dhcp (legacy bios + uefi)
     1313# dhcp_option for dhcp-match not working in /etc/config/dhcp therefor use /etc/dnsmasq.conf!!!
    13141314{{{
    13151315config boot 'legacy'                                                           
     
    13171317        option servername 'pxeboot'                                             
    13181318        option filename 'tag:x86PC,pxelinux.0'                                 
    1319         list dhcp_option 'option:root-path,10.0.4.1:/mnt/sda3/exports/freebsd10e'                                                                               
     1319        list dhcp_option 'option:root-path,10.0.4.1:/mnt/sda3/exports/freebsd10-disc1'                                                                               
    13201320                                                                               
    13211321config boot 'uefi64'                                                           
     
    13251325}}}
    13261326
    1327 # add. example code # /etc/dnsmasq.conf #14.07 Barrier Breaker pxe legacy bios + uefi boot (untested)
     1327## 12.09/14.07 add. example code # /etc/dnsmasq.conf (legacy bios + uefi)
    13281328{{{
    13291329dhcp-match=set:x86PC,option:client-arch,0                                       
     
    14991499}}}
    15001500
    1501 # add. example code # /etc/config/dhcp #12.09 attitude adjustment dhcp parameter to supply nfs address!!!
     1501##12.09/14.07 add. example code # /etc/config/dhcp
    15021502{{{
    15031503config boot linux
     
    15051505
    15061506        ...
    1507         list   dhcp_option      'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10-i386' #NFS only, needed for dumb OS FREEBSD which cannot find the NFS server
     1507        list   dhcp_option      'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10-i386-disc1'
    15081508}}}
    15091509
    15101510'' Let Op: Openwrt backfire 10.03.1 kent de parameter "dhcp_option" niet daardoor kan de bovenstaande nfs list dhcp_option root-patch specificatie niet in /etc/config/dhcp maar moet direct in /etc/dnsmasq.conf op de volgende wijze!
    15111511
    1512 # add. example code # /etc/dnsmasq.conf #10.03.1 backfire dhcp parameter to supply nfs address!!!
    1513 {{{
    1514 dhcp-option=17,192.168.45.1:/mnt/sda3/exports/freebsd10-i386
     1512##10.03.1 add. example code # /etc/dnsmasq.conf
     1513{{{
     1514dhcp-option=17,192.168.45.1:/mnt/sda3/exports/freebsd10-i386-disc1
    15151515}}}
    15161516
     
    15901590* [https://wiki.kubuntu.org/UEFI/SecureBoot-PXE-IPv6 pxe legacybios + uefi dnsmasq kubuntu]
    15911591* [http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q1/008179.html pxe legacybios + uefi dnsmasq mailinglist]
     1592* [http://2014.texaslinuxfest.org/sites/default/files/Creating%20a%20legacy%20+%20EFI%20PXE%20boot%20server%20using%20pxelinux.pptx pxe legacy bios plus uefi presentation pptx]
    15921593== errors ==
    15931594luci https backfire werkt niet uhttp restart illegal instruction!