home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / msk314.pkz / NETWORKS / PKTADDR.DOC < prev    next >
Text File  |  1993-06-27  |  652b  |  13 lines

  1. PKTADDR is a small program that you can use to find out the hardware address
  2. of your network board if you have a packet driver loaded for the board.  Just
  3. type:
  4.  
  5.   pktaddr 0x60
  6.  
  7. at the DOS prompt.  This assumes that the packet driver is using interrupt 60
  8. hex, which is the most commonly used address.  If your network has a BOOTP
  9. server, you can report the hardware address to your network manager so your PC
  10. can be entered in the BOOTP table.  This allows MS-DOS Kermit to obtain all
  11. the necessary TCP/IP parameters from the BOOTP server, provided you have told
  12. MS-DOS Kermit (e.g. in your MSCUSTOM.INI file) to SET TCP/IP ADDRESS BOOTP.
  13.