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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How does iPXE assign a network interface to net0? - Rickert - 2014-10-24, 10:14
RE: How does iPXE assign a network interface to net0? - mcb30 - 2014-10-24 14:01
RE: How does iPXE assign a network interface to net0? - Rickert - 2014-10-27, 04:12
RE: How does iPXE assign a network interface to net0? - mcb30 - 2014-10-27, 12:04
RE: How does iPXE assign a network interface to net0? - robinsmidsrod - 2014-12-03, 15:25
|
User(s) browsing this thread: 1 Guest(s)