|
Basic configuration for a Windows client
|
|
The following tells what you have to do
to connect your PC to the Internet,
using the network assigned to your IBM i.
The examples are related to a Windows 95/98
environment.
-
TCP/IP configuration
-
Host table
|
|
|
|
1. TCP/IP configuration
Figure 1 - Network configuration
|
- From the Desktop open folder Computer Resources
(My Computer)
- open folder Control panel
- open folder Network
- on the Configuration tab
- select your network card
- click on the Properties button
|
Figure 2 - IP address
|
On the IP address tab
- click on the radio Specify an IP address
- type the IP address assigned to this PC
- type the subnet mask 255.255.255.0
then click on the Gateway tab
|
Figure 4 - DNS configuration
|
On the DNS configuration tab
- click on the radio Enable DNS
- in the Host field enter a name
(e.g. mypc)
through which your PC will be identified
in the network
- in the domain field enter
your IBM i domain name, as previously specified
in the IBM i
CHGTCPDMN
command
- to enter the IP address of your DNS
(Domain Name Server's),
that you obtained from your service provider,
(see
what you did on your IBM i
with command CHGTCPDNM)
- type the first in field
DNS Server Search Order
and press the Add button
- repeat for the second address
- last, press the OK button
and reboot your PC.
|
|
2. Host table
The following is optional.
The host table provides your PC a way to find
hosts (servers) by their names, without going through
DNS servers (which would translate a host name
into its IP address).
- If you specified DNS servers, they will not
be used for the hosts (servers) specified
in your host table
- If you did not specify DNS servers,
the host table may be a mandatory solution
To update your PC host table, operate as follow:
- locate file C:\WINDOWS\HOSTS.SAM
- copy it to the same directory
(C:\WINDOWS) as file HOST
(no extension, please)
- use Notepad to edit file
C:\WINDOWS\HOST
- after the default entry
127.0.0.1 localhost
add an entry for your IBM i. As an example
192.168.0.2 myas myas.mydomain.it
(see how you specified
- save file HOST after this change.
|