Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Unofficial Sun Blade 100 FAQ : Sun Blade 100 hardware questions : OpenBoot 4.x on the Sun Blade 100 : How do I convert MAC addresses to filenames for TFTP?

0
Posted

Unofficial Sun Blade 100 FAQ : Sun Blade 100 hardware questions : OpenBoot 4.x on the Sun Blade 100 : How do I convert MAC addresses to filenames for TFTP?

0

This script will help you convert a MAC address into the filename required by a TFTP server. #!/bin/sh # # ident “@(#) conv.sh – ip address conversion” # Hanno Schroeder, iXnet GmbH # # Convert IP address in dot-separated format to hex string # if [ $# != 1 ] ; then echo “usage: $0 ip-address” ; exit 1 fi echo “$1″ | awk ‘BEGIN { FS=”.” } { printf(“%2.2x%2.2x%2.2x%2.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123