NetVisionNETWORK SOFTWARE COMPANY
NETVISION / PRODUCTS

Internet Setup Tool


Home > Products > User setting support software > Internet Setup Tool > Setting information specifications
Internet Setup Tool

■Provider information setting file

 The provider information configuration file stores configuration information for each provider. The setup tool performs configuration work by extracting configuration information for the provider specified by the user from this file.

1. Provider information configuration file format
 This file consists of multiple provider sections. One access point or connection method corresponds to one section. Each provider section in the file is written in the following format:

 [Provider service name.AP name]
 key name=value
 :

 "Provider service name.AP name" can be up to 54 characters in Japanese equivalent. Please give it an appropriate name. If there are multiple APs, create multiple sections by changing only the AP name part.
 All the information in this part of the file will be displayed as a list on the main dialog of the configuration tool, from which the user will select the provider, so it is necessary to configure the settings so that the provider and access point can be identified.
 "Provider service name.AP name" must be enclosed in square brackets. Also, square brackets must be half-width, and "[" must be at the beginning of the line. Provider service names and AP names must contain characters other than half-width square brackets and half-width preodals, and must not contain control codes such as line feed codes.
 A provider section starts with this sentence and ends before this next sentence.

 example
 [NetVision.Numazu]

 The “key name=value” statement defines the value of each provider's settings, and the key names are as explained below. All key names are half-width characters. A half-width equal sign (=) is required immediately after the key name. Specify the setting value as an integer, string, or string enclosed in quotation marks, depending on each setting.
 Comments can be written in the section initialization file. Add a semicolon (;) at the beginning of comment lines. From here, we will describe key names, default values, purpose of settings, and usage examples.


2. Description of each key

●ppp_name=Dial-up connection name (string)
Usage:
Set the connection name for accessing the provider.
This connection name is generated, updated, and added to the list of dial-up networks.
Default value:
None (required)
Usage example:
ppp_name=NetVision-PPP

●tel_1=Area code of access point (half-width numbers)
Usage:
Set the area code of the access point's phone number.
This is reflected in the properties of the dial-up connection.
Default value:
None (required)
Usage example:
tel_1=0559

●tel_2=city code of access point + number (half-width numbers and half-width"-")
Usage:
Set the local area code of the access point's phone number in the form of local area code - number.
This is reflected in the properties of the dial-up connection.
Default value:
None (required)
Usage example:
tel_2=25-8456

●terminal=Whether to display the terminal window after connection (half-width number)
Usage:
Set it to 1 if you want to display the terminal window after connection, and set it to 0 if you don't.
Typically specified when the connection operation requires manual intervention. It is not necessary if PAP and CHAP authentication is performed.
This will be reflected in the option settings in the modem properties.
Default value:
0 (no)
Usage example:
terminal=0

●logon=Whether or not you are logged on to the network (half-width numbers)
Usage:
Set it to 1 if you want to log on to the network, and set it to 0 if you do not want to log on to the network.
This is reflected in the advanced options for the server type.
Default value:
0 (no)
Usage example:
logon=0

●compress=Presence of software compression (half-width number)
Usage:
Set to 1 if software compression is to be performed, and 0 if not.
This is reflected in the advanced options for the server type.
Default value:
0 (no)
Usage example:
compress=1

●encrypt=Whether to use encryption password (half-width numbers)
Usage:
Set it to 1 if you want to use an encrypted password, or 0 if you don't.
This is reflected in the advanced options for the server type.
This is a Microsoft-specific feature, so I don't think it's commonly used.
Default value:
0 (no)
Usage example:
encrypt=0

●ip=IP address (half-width numbers, half-width numbers, half-width numbers, half-width numbers)
Usage:
Set the IP address for connection. Omit this setting or leave it blank to use a server-assigned address.
This will be reflected in the IP address of TCP/IP settings.
Default value:
Blank (use server-assigned address)
Usage example:
ip=

●dns=Primary name server address (half-width numbers, half-width numbers, half-width numbers, half-width numbers)
Usage:
Set the primary name server address when connecting.
Omit this setting or leave it blank to use a server-assigned address.
This will be reflected in the primary name server address in the TCP/IP settings.
Default value:
Blank (use server-assigned address)
Usage example:
dns=202.248.187.130

●dns2=Secondary name server address (half-width numbers, half-width numbers, half-width numbers, half-width numbers)
Usage:
Set the secondary name server address when connecting.
If there is no secondary name server address, omit this setting or leave it blank.
This will be reflected in the secondary name server address in the TCP/IP settings.
Default value:
Blank (none)
Usage example:
dns2=202.248.187.130

●ip_compress=IP header compression presence/absence (half-width numbers)
Usage:
Set to 1 if IP header compression is used, and 0 if not.
This will be reflected in the TCP/IP settings.
Default value:
0 (no IP header compression)
Usage example:
ip_compress=1

●gateway=Whether or not the default gateway is used in the remote network (half-width number)
Usage:
Set to 1 if you want to use the default gateway on the remote network, or 0 if you do not want to use it.
This will be reflected in the TCP/IP settings.
Default value:
0 (do not use gateway)
Usage example:
gateway=1

●script=dial-up script name (string)
Usage:
Specify the file name when using a dial-up script when connecting.
The file name will be given here, so if you need a dial-up script, please attach the dial-up script for Windows95.
This will be reflected in the TCP/IP settings.
Default value:
Blank (do not use dialup script)
Usage example:
script=

●smtp_server = Email sending server name (half-width character string)
Usage:
Specifies the server name that users use when sending email when connected to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the program that handles Internet mail.
Default value:
Blank (no email sending server)
Usage example:
smtp_server=home.netvision.co.jp

●pop_server = Email receiving server name (half-width character string)
Usage:
Specifies the server name that users use to receive email when connected to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the program that handles Internet mail.
Default value:
Blank (no mail receiving server)
Usage example:
pop_server=home.netvision.co.jp

●nntp_server = News server name (half-width character string)
Usage:
Specifies the server name that users use to send and receive news when connected to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of programs that handle Internet news.
Default value:
Blank (no news server)
Usage example:
nntp_server=news.netvision.co.jp

●http_proxy=http proxy server name (half-width character string: half-width numbers)
Usage:
Specify the server name and port number in the format "server name:port number" when users access via an http proxy server when connecting to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the WWW browser program.
Default value:
blank (no server)
Usage example:
http_proxy=proxy.netvision.co.jp:3128

●secure_proxy=Secure proxy server name (half-width character string: half-width numbers)
Usage:
Specify the server name and port number in the server name:port number format when users access the Internet via a secure proxy server.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the WWW browser program.
Default value:
Blank (no Secure server)
Usage example:
secure_proxy=

●ftp_proxy=ftp proxy server name (half-width character string: half-width numbers)
Usage:
Specify the server name and port number in the server name:port number format when the user accesses via an FTP proxy server when connecting to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the WWW browser program.
Default value:
Blank (no ftp server)
Usage example:
ftp_proxy=proxy.netvision.co.jp:3128

●gopher_proxy=gopher proxy server name (half-width character string: half-width numbers)
Usage:
Specify the server name and port number in the server name:port number format when users access via the gopher proxy server when connecting to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the WWW browser program.
Default value:
Blank (no gopher server)
Usage example:
gopher_proxy=proxy.netvision.co.jp:3128

●socks_proxy=socks proxy server name (half-width character string: half-width numbers)
Usage:
Specify the server name and port number in the server name:port number format when the user accesses via the socks proxy server when connecting to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the WWW browser program.
Default value:
Blank (no socks server)
Usage example:
socks_proxy=

●wais_proxy=wais proxy server name (half-width character string: half-width numbers)
Usage:
Specify the server name and port number in the server name:port number format when the user accesses via the WAIS proxy server when connecting to the Internet.
If you do not want to provide a server, omit this setting or leave it blank.
This will be reflected in the settings of the WWW browser program.
Default value:
Blank (no WAIS server)
Usage example:
wais_proxy=

●no_proxy=domain name without proxy (half-width character string)
Usage:
Configure the proxy to be bypassed when accessing a domain name starting with the configured address.
This setting is mainly used to prevent caching of the local domain when using a cache server.
This will be reflected in the settings of the WWW browser program.
Default value:
Blank (no setting)
Usage example:
no_proxy=netvision.co.jp

●mail_domain=Domain name to be added to email ID (half-width character string)
Usage:
Set the domain name to be added when the domain name added to the user ID becomes the user's email address.
This will be reflected in the settings of the program that handles Internet mail.
Default value:
Blank (no setting)
Usage example:
mail_domain=netvision.co.jp

●homepage=Homepage settings
Usage:
Set the home page to display when starting up the WWW browser.
Generally sets the provider's home page.
Default value:
Blank (no setting)
Usage example:
homepage=http://www.netvision.co.jp


Example:
 Our AP with PAP connection
(We also set up a mail server, proxy server, and news server.)

[NetVision.Numazu]
ppp_name=NetVision-PPP
tel_1=0559
tel_2=25-8456
terminal=0
logon=0
compress=1
encrypt=0
dns=202.248.187.130
ip_compress=1
gateway=1
smtp_server=home.netvision.co.jp
pop_server=home.netvision.co.jp
nntp_server=news.netvision.co.jp
http_proxy=proxy.netvision.co.jp:3128
ftp_proxy=proxy.netvision.co.jp:3128
no_proxy=netvision.co.jp
mail_domain=home.netvision.co.jp
homepage=http://www.netvision.co.jp





BACK