banner

[Server]

Answer File = Internet Settings (.ins) File

The [Server] section contains entries for specifying the default connection settings used by the Internet Connection Wizard (ICW).

Entry Description
Disable_LCP Specifies whether to disable the Point-to-Point Protocol (PPP) Link Control Protocol (LCP) Extensions. LCP is used to establish and configure link and framing settings such as maximum frame size.
Negotiate_IPX_SPX Specifies whether to use the Internet Packet Exchange (IPX) protocol.
Negotiate_NetBEUI Specifies whether to use the NetBIOS Extended User Interface (NetBEUI) protocol.
Negotiate_TCP_IP Specifies whether to use the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol.
Network_Logon Specifies whether to log on to a network.
PW_Encrypt Specifies whether to use an encrypted password.
SW_Compress Specifies whether to use software compression.
SW_Encrypt Specifies whether to require data encryption.
Type Specifies the server type.

Sample

This sample demonstrates one use of the [Server] section of the Internet Settings (.ins) File.

[Server]
Disable_LCP = Yes
Negotiate_IPX_SPX = Yes
Negotiate_NetBEUI = No
Negotiate_TCP_IP = Yes
Network_Logon = Yes
PW_Encrypt = Yes
SW_Compress = Yes
SW_Encrypt = Yes
Type = PPP

Disable_LCP

Specifies whether to disable the Point-to-Point Protocol (PPP) Link Control Protocol (LCP) Extensions. LCP is used to establish and configure link and framing settings such as maximum frame size.

Syntax Disable_LCP = Yes | No
Values Yes

Disables LCP.

No

Does not disable LCP.

Default Value No
Example
Disable_LCP = Yes

icon Return to top

Negotiate_IPX_SPX

Specifies whether to use the Internet Packet Exchange (IPX) protocol.

Syntax Negotiate_IPX_SPX = Yes | No
Values Yes

Uses IPX.

No

Does not use IPX.

Default Value No
Example
Negotiate_IPX_SPX = Yes

icon Return to top

Negotiate_NetBEUI

Specifies whether to use the NetBIOS Extended User Interface (NetBEUI) protocol.

Syntax Negotiate_NetBEUI = Yes | No
Values Yes

Uses NetBEUI.

No

Does not use NetBEUI.

Default Value No
Example
Negotiate_NetBEUI = No

icon Return to top

Negotiate_TCP_IP

Specifies whether to use the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol.

Syntax Negotiate_TCP_IP = Yes | No
Values Yes

Uses TCP/IP.

No

Does not use TCP/IP.

Default Value Yes
Example
Negotiate_TCP_IP = Yes

icon Return to top

Network_Logon

Specifies whether to log on to a network.

Syntax Network_Logon = Yes | No
Values Yes

Logs on to a network.

No

Does not log on to a network.

Default Value No
Example
Network_Logon = Yes

icon Return to top

PW_Encrypt

Specifies whether to use an encrypted password.

Syntax PW_Encrypt = Yes | No
Values Yes

Uses an encrypted password. Recommended.

No

Does not use an encrypted password.

Default Value 0
Example
PW_Encrypt = Yes

icon Return to top

SW_Compress

Specifies whether to use software compression.

Syntax SW_Compress = Yes | No
Values Yes

Uses software compression.

No

Does not use software compression.

Default Value 0
Example
SW_Compress = Yes

icon Return to top

SW_Encrypt

Specifies whether to require data encryption.

Syntax SW_Encrypt = Yes | No
Values Yes

Requires data encryption. Recommended.

No

Does not require data encryption.

Example
SW_Encrypt = Yes

icon Return to top

Type

Specifies the server type.

Syntax Type = string
Value string
Example
Type = PPP

icon Return to top