Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does iPXE assign a network interface to net0?
2014-10-24, 14:01
Post: #2
RE: How does iPXE assign a network interface to net0?
(2014-10-24 10:14)Rickert Wrote:  iPXE allows to dhcp using net0 interface. But, I wonder how is net0 configured by iPXE? Is there a way to determine which physical network interface will be chosen for net0? Do you know where in the source code this process happens?

It will be the first device enumerated by iPXE, which will generally mean the lowest-numbered PCI device in the system.

You can find out various characteristics of the physical device by using the ${pci/....} settings. For example:

Code:
echo net0 has IDs ${pci/${net0/busloc}.0.2}:${pci/${net0/busloc}.2.2}

More examples available at http://ipxe.org/cfg/busloc.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How does iPXE assign a network interface to net0? - mcb30 - 2014-10-24 14:01



User(s) browsing this thread: 1 Guest(s)