what is the function for
/boot/pxelinux.cfg/web/
/boot/pxelinux.cfg/
how to use web ?
thanks.
how is pxelinux ?
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: how is pxelinux ?
/boot/pxelinux.cfg/web/start
starts http monkey server (required for PXE boot)
/boot/pxelinux.cfg/start
starts dnsmasq (dhcpcd and tftp) servers (required for PXE boot)
you can use them by issuing following commands in console:
/boot/pxelinux.cfg/start
/boot/pxelinux.cfg/web/start
now you can launch your favorite browser and type your IP addres in URL field. You should see /porteus folder served by http server.
You can also boot second PC through PXE
BTW in 64bit you just need to issue 'pxe-boot' in console for the same effect (Jay - you could import /usr/bin/pxe-boot so we will have the same porteus.cfg syntax)
starts http monkey server (required for PXE boot)
/boot/pxelinux.cfg/start
starts dnsmasq (dhcpcd and tftp) servers (required for PXE boot)
you can use them by issuing following commands in console:
/boot/pxelinux.cfg/start
/boot/pxelinux.cfg/web/start
now you can launch your favorite browser and type your IP addres in URL field. You should see /porteus folder served by http server.
You can also boot second PC through PXE
BTW in 64bit you just need to issue 'pxe-boot' in console for the same effect (Jay - you could import /usr/bin/pxe-boot so we will have the same porteus.cfg syntax)
Please add [Solved] to your thread title if the solution was found.