banner

[TCP/IP]

Answer File = Internet Service Provider (.isp) File

The [TCP/IP] section contains entries for specifying information about Transmission Control Protocol/Internet Protocol (TCP/IP).

Entry Description
DNS_Address Specifies the IP number of the Domain Name System (DNS) server to use.
DNS_Alt_Address Specifies the IP number of an alternate DNS server to use.
Gateway_On_Remote Specifies whether to use a remote gateway.
IP_Address Specifies a static IP address for the client, if used.
IP_Header_Compress Specifies whether to use IP header compression.
Specify_IP_Address Specifies whether to use an Internet Protocol (IP) address.
Specify_Server_Address Specify whether to use a server address.

Sample

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

[TCP/IP]
Specify_IP_Address = No
IP_Address = 169.172.0.1
Specify_Server_Address = No
DNS_Address = 127.0.0.1
DNS_Alt_Address = 127.0.0.1
IP_Header_Compress = Yes
Gateway_On_Remote = Yes

DNS_Address

Specifies the IP number of the Domain Name System (DNS) server to use.

Syntax DNS_Address = string
Value string
Example
DNS_Address = 127.0.0.1

icon Return to top

DNS_Alt_Address

Specifies the IP number of an alternate DNS server to use.

Syntax DNS_Alt_Address = string
Value string
Example
DNS_Alt_Address = 127.0.0.1

icon Return to top

Gateway_On_Remote

Specifies whether to use a remote gateway.

Syntax Gateway_On_Remote = Yes | No
Values Yes

Uses a remote gateway.

No

Does not use a remote gateway.

Example
Gateway_On_Remote = Yes

icon Return to top

IP_Address

Specifies a static IP address for the client, if used.

Syntax IP_Address = string
Value string
Example
IP_Address = 169.172.0.1

icon Return to top

IP_Header_Compress

Specifies whether to use IP header compression.

Syntax IP_Header_Compress = Yes | No
Values Yes

Uses IP header compression.

No

Does not use IP header compression.

Example
IP_Header_Compress = Yes

icon Return to top

Specify_IP_Address

Specifies whether to use an Internet Protocol (IP) address.

Syntax Specify_IP_Address = Yes | No
Values Yes

Uses an IP address.

No

Does not use an IP address.

Example
Specify_IP_Address = No

icon Return to top

Specify_Server_Address

Specifies whether to use a server address.

Syntax Specify_Server_Address = Yes | No
Values Yes

Uses a server address.

No

Does not use a server address.

Example
Specify_Server_Address = Yes

icon Return to top