Skip to content

Instantly share code, notes, and snippets.

@xanderificnl
Created August 21, 2022 14:37
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xanderificnl/562767e91fdc850295e6c064ec622264 to your computer and use it in GitHub Desktop.
Save xanderificnl/562767e91fdc850295e6c064ec622264 to your computer and use it in GitHub Desktop.
Mikrotik TFTP - netboot.xyz

Be sure to replace the Mikrotik IP & the DHCP network (see line 8, "network set #")

Mikrot IP: 192.168.88.1/24 DHCP network: 0

/tool fetch url="https://boot.netboot.xyz/ipxe/netboot.xyz.kpxe"
/ip tftp add ip-addresses=192.168.88.0/24 req-filename=netboot.xyz.kpxe real-filename=netboot.xyz.kpxe allow=yes read-only=yes
/ip dhcp-server network set 0 next-server=192.168.88.1 boot-file-name=netboot.xyz.kpxe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment