HomeCompanyProducts
NetVision

Home > Products > Internet Setup Tool > Setup Specification
Internet Setup Tool


To order the customized Setup Tool, you have to send us a Provider Information File. The Provider Information File will tell us the necessary information to make custom Setup Tool exclusive for you.

Provider Information File
Provider specific information are stored in the Provider Information File.
Our "Setup tool" use these information to set up dial-up property and internet applications.


The format of Provider Information File
This file is composed of "AP sections". Each "AP section" describe an access point or linkage. the format of an AP section is as follows:


[< provider service name > .< AP name > ]
< key name > = < value >
< key name > = < value >

:
:


One sentence must be within one line(ended with "line feed" code). Each sentence has following meaning.

1. Section Header

"[< provider service name > .< AP name > ]" is section header.
"< provider service name > " is service name and "< AP name > " is access point name.
The total characters including "." must be less than 55.
If you have more than two AP's, you should make AP sections for each AP with different < AP Name >.
"< provider service name > " is usually the same for all AP sections except special cases.
Since this "< AP name > " ( and "< provider service name > ") are shown in the main dialog AP list for user to choose, the distinguishable and understandable name will be advised.
"< provider service name > .< AP name >" must be surrounded by square brackets("[]").
And "[" must be the first letter of the line.
"< provider service name > " and "< AP name > " must not include square bracket, period("."), nor control codes(tab, new line, etc).

Each "AP section" must be preceded with this section header.


example of section header
[NetVision.Numazu]


2. Key sentence

"< key name > = < value > " is key sentence.
It defines each "< key name > " attribute as "< value > ".
"< key name > " is one of the specific reserved names for each attribute.
"< value > " is numerical number, string or quoted string.
Detail of each "< key name > " will be described in the following section.

example of key sentence
tel_2=25-8456


3. comment sentence

Each line preceded with semicolon(";") will be comment line.
You can write comment line anywhere in this file.

example of comment sentece
; this is comment


4. Attributes
In this section, attributes designated in the Key sentence will be explaned.


ppp_name= Dial-up access name(string)
In this key, you set access name.
This access name will be generated and added to a list of dial-up network of Windows95/NT.

default:
None ( indispensable )

example:
ppp_name=NetVison-PPP


tel_1= Area code of access point.(numeral)
You set area code of the access point here.

default:
None ( indispensable )

example:
tel_1=+81(559)


tel_2=local area (or dialing ) code of number ( numeral and "-" )
You set local area ( or dialing ) code of access point telephone number.

default:
None ( indispensable )

example:
tel_2=25-8456


terminal= 1 (Display) or 0 (Not display)
This indicates whether the terminal window will be displayed or not.
If you set 1, a terminal window will appear after the connection was made.
If you set 0, no window appears after setup was done.
Ordinarily, when some operation-by-hand is necessary for connection, you set 1 for this attribute.
Otherwise, set 0.
If you specify PAP or CHAP certification, you may not need to display window.

default:
0 ( Not display window )

example:
terminal=0


logon= 1 (Logon to Microsoft Network) or 0 (Not logon)
This indicates whether or not logon into Microsoft Network.
Set 1 for logon(use) microsoft network, or set 0 for not logon.

default:
0 ( Not logon )

example:
logon=0


compress= 1 (Compress) or 0 (Not compress)
This indicates whether the software compression will be used or not.
Set 1 for IPX headder compression by software, or set 0 for no compression.

default:
0 ( Not compress )

example:
compress=1


encrypt= 1 (Use ciphered password) or 0 (Without ciphered password)
This indicates whether or not use ciphered password.
Set 1 for use password ciphered, or set 0 for plain text password.
Because it is a new function supported only by Microsoft, this function isn't used generally.

default:
0( Plain text )

example:
encrypt=0


ip= IP address (numeral and ".")
You set IP address for connection.
In case of using an address assigned by server, you omit this attribute or set blank.

default:
blank ( Use the address assigned by server )

example:
ip=199.2.3.4


dns= Primary name server address (numeral and ".")
You set primary name server address for connection.
In case of using an address assigned by server (though it isn't so popular), you omit this attribute or set blank.

default:
blank ( Use the address assigned by server )

example:
dns=202.248.187.130


dns2= Secondary name server address(numeral and ".")
You set secondary name server address for connection. In case there are no secondary name sever, you omit this attribute or set blank.

default:
blank ( No secondary name server )

example:
dns2=202.248.187.130


ip_compress= 1 (Compress) or 0 (Not compress)
This indicates whether or not compress IP header. Set 1 for IP header compression , or set 0 for no compression.

default:
0 ( No compression of IP header )

example:
ip_compress=1


gateway= 1 (Use default gateway) or 0 (Without default gateway)
This indicates whether or not use default gateway in remote network.
You set 1 for using default gateway at remote network, or set 0 for not using it.

default:
0 ( Without default gateway )

example:
gateway=1


script= Dialup Script name (string)
If the connection must be made with dial-up script, you have to send us the dial-up script file for Windows95 along with this Provider Information File. You designate here the name of dial-up script file you attached.
If you use no script, omit this attribute or set blank.

default:
blank( No dial-up script )

example:
script=


smtp_server = Mail(SMTP) server name ( server address )
If you have a mail transmit server for user to send mail, designate the server address here. If you provide no mail server, omit this attribute or set blank.

default:
blank ( No server for mail transmitting )

example:
smtp_server=home.netvision.co.jp


pop_server = Receiving mail(POP) server name ( server address )
If you have a mail transmit server for user to receive mail, designate the server address here. If you provide no mail server, omit this attribute or set blank.

default:
blank ( No server for mail receiving )

exapme:
pop_server=home.netvision.co.jp


nntp_server= News server name ( server address )
If you have a news server for user to get Internet news, designate the server address here.
If you provide no news server, omit this attribute or set blank.

default:
blank ( No news server )

example:
nntp-server=news.netvision.co.jp


http-proxy= Http proxy server name ( server address, separator":", and port number )
If you have a http proxy server with which user can access to Internet, designate the server address and port number here as "server-name:port-number".
If you provide no http proxy server, omit this attribute or set blank.

default:
blank ( No http proxy server )

example:
http_proxy=proxy.netvision.co.jp:3128


secure_proxy= Secure proxy server name ( server address, separator":", and port number )
If you have a secure proxy server for user to access Internet, designate the server address and port number here.
If you provide no secure proxy server, omit this attribute or set blank.

default:
blank ( No secure-server )

example:
secure_proxy=


ftp_proxy= Ftp proxy server name ( server address, separator":", and port number )
If you have an ftp proxy server for user to access Internet, designate the server address and port number here.
If you provide no ftp proxy server, omit this attribute or set blank.

default:
blank ( No ftp server )

example:
ftp_proxy=proxy.netvision.co.jp:3128


gopher_proxy= Gopher proxy server name ( server address, separator":", and port number )
If you have a gopher proxy server for user to access Internet, designate the server address and port number here.
If you provide no gopher proxy server, omit this attribute or set blank.

default:
blank ( No gopher server )

example:
gopher_proxy=proxy.netvision.co.jp:3128


socks_proxy= Socks proxy server name ( server address, separator":", and port number )
If you have a socks proxy server for user to access Internet, designate the server address and port number here.
If you provide no socks proxy server, omit this attribute or set blank.

default:
blank ( No socks server )

example:
socks_proxy=


wais_proxy= Wais proxy server name ( server address, separator":", and port number )
If you have a wais proxy server for user to access Internet, designate the server address and port number here.
If you provide no wais proxy server, omit this attribute or set blank.

default:
blank ( No wais server )

example:
wais_proxy=


no_proxy= Domain name(s) which use no proxy ( domain address list, separator"," )
If you specify a domain name or names here, proxies will be bypassed when user access to the domain(s).
It is mainly used when you use cash-server and want to avoid cashing own domain.
If you specify more than two domain name here, separate them by comma.

default:
blank ( No bypass domain )

example:
no_proxy=netvision.co.jp


mail_domain= Domain name added to mail-ID ( domain address )
If you specify a domain name here, it will be added to user's ID with "@" in between to make the user's mail address.
Mailer will use this as "From Address" of the user.

default:
blank ( no setting )

example:
mail_domain=netvision.co.jp


homepage= Homepage URL (URL address)
If you specify a homepage URL address here, WWW browser will display the homepage as its primary page.
The provider's homepage is the popular setting in most of the case.

default:
blank ( no setting )

example:
homepage=http://www.netvision.co.jp





example of AP section; our company's AP
( use PAP and also setting up mail_server , proxy_server , 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

Home / Company / Products