====== Open interfaces ====== ===== Synopsis ===== ifopen [] [...] ===== Examples ===== === Open the interface "net0" === ifopen net0 ===== Description ===== Open the specified network interfaces. If no network interfaces are explicitly specified, iPXE will open all available network interfaces. ===== Command status ===== ^ Success | The network interface(s) were successfully opened | ^ Failure | The network interface(s) could not be opened | ===== See also ===== * ''[[:cmd:ifstat]]'' * ''[[:cmd:ifclose]]'' * [[:cmd|List of all iPXE commands]] ===== Notes ===== If you have multiple network interfaces, iPXE may not have enough memory available to open them simultaneously. You may wish to execute ''[[:cmd:ifclose]]'' to close any other open network interfaces before executing ''ifopen''.