[SOLVED] iVentoy ExternalNet doesn't work - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: iVentoy General Use —— iVentoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=7) +--- Forum: iVentoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=8) +--- Thread: [SOLVED] iVentoy ExternalNet doesn't work (/showthread.php?tid=2920) |
[SOLVED] iVentoy ExternalNet doesn't work - brunok - 07-10-2024 Hi, Trying to setup iVentoy to PXE boot iso files, but, can't get work. I need to use ExternalNet mode, due to multiple vlans. Tried: iVentoy 1.0.20 running on Ubuntu Server. iVentoy 1.0.19 running on Ubuntu Server. iVentoy 1.0.20 running on Windows Server. iVentoy 1.0.19 running on Windows Server. External DHCP OK, redirecting to PXE, but, can't find bootfile: NBP filename is iventoy_loader_16000_uefi NBP filesize is 0 Bytes PXE-E99: Unexpected network error. OR Filename: iventoy_loader_16000 tftp://x.x.x.x/iventoy_loader_16000.................. Connection timed out Tried iventoy_loader_16000_uefi and iventoy_loader_16000 as filename, but, same results. SecureBoot DISABLED! Network OK, can ping from host to PXE server and DHCP server. Firewall disabled! RE: iVentoy ExternalNet doesn't work - heat_z0ne - 07-15-2024 https://forums.ventoy.net/showthread.php?tid=2731&pid=7993#pid7993 RE: iVentoy ExternalNet doesn't work - brunok - 07-15-2024 (07-15-2024, 05:36 AM)heat_z0ne Wrote: https://forums.ventoy.net/showthread.php?tid=2731&pid=7993#pid7993 But Internal generate another DHCP in network. At home, maybe ok... But in enterprise business with vlans, not. Thanks anyway. RE: iVentoy ExternalNet doesn't work - brunok - 08-19-2024 [SOLVED] I'm using DHCP relay due to multi VLANs. After some researchs, find a workaround for any PXE boot issue: PUT IP OF PXE SERVER (IVENTOY) ON DHCP RELAY LIST!!! Example: My DHCP server 10.0.0.1 / My iVentoy server 192.168.0.1 My DHCP RELAY CONF: 10.0.0.1, 192.168.0.1 WORK LIKE A CHARM |