banner

[Server]

Answer File = Internet Service Provider (.isp) File

The [Server] section contains entries for specifying information about your server.

Entry Description
Disable_LCP Specifies the default connection settings used by the Internet Connection Wizard.
Negotiate_TCP_IP Specifies whether to use the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol.
PW_Encrypt Specifies whether to use an encrypted password.
SW_Compress Specifies whether to use software compression.
Type Specifies the server type.

Sample

This sample demonstrates one use of the [Server] section of the Internet Service Provider (.isp) File.

[Server]
Type = PPP
SW_Compress = Yes
PW_Encrypt = No
Negotiate_TCP_IP = Yes
Disable_LCP = Yes

Disable_LCP

Specifies the default connection settings used by the Internet Connection Wizard.

Syntax Disable_LCP = Yes | No
Values Yes

Disables LCP.

No

Does not disable LCP.

Example
Disable_LCP = Yes

icon Return to top

Negotiate_TCP_IP

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

Syntax Negotiate_TCP_IP = Yes | No
Values Yes

Uses TCP/IP. Must be set to Yes for this release.

No

Does not use TCP/IP.

Example
Negotiate_TCP_IP = 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.

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.

Example
SW_Compress = Yes

icon Return to top

Type

Specifies the server type.

Syntax Type = string
Value string
Example
Type = PPP
Comment PPP is the only supported server type in this release.

icon Return to top