* LOCAL AREA NETWORKS The SET PORT command tells Kermit which type of network connection you want to use, and in some cases also the network host you want to communicate with. SET PORT TCP/IP [ [ ] ] Connect to a TCP/IP host using Kermit's built-in TCP/IP support. If the host is omitted, the one used in the most recent SET PORT TCP/IP or SET TCP/IP HOST command is used, if any (this allows you to switch to another type of connection and then back to your TCP/IP connection). During a TCP/IP session, Kermit uses TELNET protocol to communicate with the TELNET server on the remote host. The default is 23 (TELNET); you can optionally specify any other port except 25. SET PORT TCP/IP Resumes session , where is 1 through 6. SET PORT TCP/IP * [ ] Sets MS-DOS Kermit up as a TCP/IP server, awaiting a connection from a TCP client. After giving this command, use the SERVER to make the Kermit server available on the network, or CONNECT to wait for an incoming "chat" connection. SET PORT BWTCP Make a TCP/IP connection via Beame & Whiteside TCP/IP, which must be loaded on your PC. An IP address (not hostname) is required. SET PORT NETBIOS Kermit awaits NETBIOS connections from other PCs on the net. Also used with AT&T StarLAN/StarGROUP. SET PORT NETBIOS Tell Kermit to connect to another PC on the NETBIOS network. Also for AT&T StarLAN/StarGroup. SET NETBIOS-NAME Tell Kermit to set your PC's Netbios node name to . Kermit appends ".K" to the end of the name if you don't include it yourself. SET PORT NOVELL For using Novell network asynchronous communication servers (NASI/NACS). SET PORT DECNET [ []] For PATHWORKS LAT or CTERM connections. Specify node to connect to, LAT password if required. SET PORT UB-NET1 For Ungermann-Bass Net/One. SET PORT OPENNET [] For Intel OpenNET, similar to NETBIOS. SET PORT 3COM For using 3COM BAPI asynchronous communication server, BRIDGE PCS or 3+OPEN TCP versions. SET PORT EBIOS { 1, 2, 3, 4 } [ name-of-server-port ] Use Extended BIOS for communication with EBIOS-based asynchronous communication servers like IBM's LANACS. SET PORT TELAPI Connect to an Internet TCP/IP host through Novell LAN Workplace for DOS. SET PORT TES Connect to a VAX/VMS system that is running Netware/VMS. SET PORT { BIOS1, BIOS2, BIOS3, BIOS4 } For using any network that operates through a BIOS Int 14h COM port driver. HANGUP Close network connection, terminate network session. .