// FirstClass Server
// February 14, 2011

// Advanced Network Information Setup File

// IPX protocol switch
IPX = 0	// disable
// IPX = 1		// enable

// AppleTalk protocol switch
APPLETALK = 0	// disable
// APPLETALK = 1	// enable

// Main TCP port for FirstClass Clients.
TCPGUIPORT = 510

// TCP port for telnet command line interface. This port does not 
// accept connections from the FirstClass Clients.
//TCPCLUIPORT = 23

// Uncomment the following keywords to initialize the ports upon
// server restart.


// Please see the Online Help 
// for a detailed explanation of these ports.

// Secondary TCP port for FirstClass Clients.
// TCPGUIPORT2 = 3000

// TCP port for FirstClass Clients connecting via terminal server.
// TCPFCPPORT = 3002

// Remote TCP port for legacy FirstClass Clients using port 3004.
// TCPRGUIPORT = 3004

// Reserved UDP/IP port for FirstClass Client connections.
UDPPORT = 810

// TCP port for Flexible Provisioning Protocol (FPP).
// Replace ### with a port number.
// Port 333 recommended for Directory Services 
// TCPFPPPORT = ###
