Giter Club home page Giter Club logo

Comments (3)

oxedions avatar oxedions commented on June 15, 2024

Dear @jpm38 ,

I understand your need.

The PXE chain was designed to be as simple as possible for debugging, as I found PXE part is always the trickiest part.

However, having the ability to split these 2 ip is understandable.

I can propose you the following way, only for advanced_dhcp_server role:

If in network ice1-1 for example, the service pxe_http_ip is set (assuming here 10.10.77.1), then dhcp template will add in the ice1-1 subnet:

option root-path "10.10.77.1";

And then, in the embed script of the rom, there would be:

isset ${root-path} && set next-server ${root-path}

This way, next-server ip would be override by this new ip.

I know root-path was not design for an ip, but for an iSCSI target. However, the probability someone use the BlueBanquise iPXE rom for iSCSI targets is very very low...

Would this be a good solution for you ?

Ox

from bluebanquise.

jpm38 avatar jpm38 commented on June 15, 2024

Dear @oxedions

Your proposal looks good to me and fits exactly our needs.
Can I hope to have this feature in 1.2 ?
Many thanks

JPM

from bluebanquise.

oxedions avatar oxedions commented on June 15, 2024

Dear @jpm38 ,

@actatux PR provided a solution.

I will rebuild new roms and you will be able to benefit from it, in 1.2.0 version :-)

Ben

from bluebanquise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.