1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Help on Tomato DNSMasq Custom Script -- Network OS Boot

Discussion in 'Tomato Firmware' started by mecha50, Apr 24, 2011.

  1. mecha50 Addicted to LI

    Hello,

    I'm trying to boot a PC thru iSCSI via gPXE and I need to use the DHCP of Tomato instead of a different DHCP server.

    The iSCSI Target IP and TFTP server 192.168.1.251

    On a Microsoft DHCP server, this is the procedure that is needed for the client to boot over the network.


    So I just need the same process but it should be implemented using the DHCP of Tomato, specifically thru the DNSMasq custom script.

    I hope someone can help me shed light over this. TIA
  2. TexasFlood LI Guru

  3. rs232 Addicted to LI

    dhcp-boot=pxelinux.0,,192.168.1.251

    In case you're using pxelinux, if not change accordingly
  4. mecha50 Addicted to LI

    I'm using dhcp-boot=gpxe.pxe,,192.168.1.251 but doesn't work.

    It loads the gpxe but doesn't boot to the OS.
  5. rs232 Addicted to LI

    If the client gets an IP address and loads the file, your problem is now entirely related to the client and what you're sending to it.

    I use syslinux and had plenty of problem sending full .iso to the client. Eventually solved downgrading syslinux to an older version

    HTH

Share This Page