| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

nasnames

Page history last edited by Vasile 15 years ago

 

nasnames

Version: 2.1

Status: Done

nasnames manages the current NAS name list for Network Media mode.The previous version was named setnas.

 



 

Description

nasnames stores a list of servers (and optionally IP addresses) in the MG-35 flash memory. These are checked by nbtscan when you attempt to browse the network, and if found, bypass the standard (slow) scanning of your subnet for SMB servers. Note that there is a limit of 16 servers or 60 characters, whichever is less.

 

  • Displays current NAS name list
  • Validates NAS server/IP strings
  • Writes nvram

 

Usage

 

 

nasnames -d | -e | {<servername>[=<a.b.c.d>]}

<servername>   Hostname of SMB server

<a.b.c.d>      IP address of SMB server

-d             List the current NAS names

-e             Erase the current NAS names

 

Examples

  • Set up one NAS server, named 'mynas', at 192.168.1.1.

 

nasnames mynas=192.168.1.1

 

  • Set up two NAS servers, with 'mynas' using DNS resolution, and 'othernas' at 192.168.1.2. 

 

nasnames mynas othernas=192.168.1.2

 

  • Display the currently stored list of NAS servers.

 

nasnames -d

 

  • Erase the currently stored list of NAS servers.

 

nasnames -e

 

History

Version 2.1 - [John, 2008-05-01]

  • added erase option (-e)

 

Version 2.0 - [John, 2008-04]

  • replaced setnas with application
  • added multiple servers to list

Version 1.0

  • setnas

 

Comments (0)

You don't have permission to comment on this page.