|
3014
NOTES
- GWIA Requirements
- A DNS 'A'
Record
- A DNS 'MX'
Record
- A DNS 'PTR'
Record
- Correctly
configured Resolv.cfg file
- A Hosts file
with the FQDN
- GWWEBUP.NCF for
second instance of Apache on NetWare 6
- STRTWEB.NCF for
WebAccess
- GRPWISE.NCF for
loading the POAs and MTAs
- NAMED -v for DNS
- NMSTART for Messaging
and Archive Agents
- GWMTA @domain.MTA
- GWPOA @postoffice.POA
- GWIA @GWIA.CFG
- For GW Monitor:
If you cannot get to the Web Console screen on the server, using the
NetWare server's IP address, ( you get an error like the Agent cannot
be found) enter the IP address of your workstation, where the Agents
run using port 8200. For example, if your NetWare server is 10.0.0.1,
and your workstation is 10.0.0.2 enter the following:
http://10.0.0.2:8200.
- Ports
used during the 3014 class-shown in GW Monitor

Sample DNS
$ORIGIN nw65.com. @ IN SOA fs1.nw65.com. root.nw65.com. ( 2000013017 ; Serial 10800 ; Refresh 3600 ; Retry 604800 ; Expire 86400 ) ; Minimum
$ORIGIN COM. nw65 IN A 10.0.0.1 IN NS fs1.nw65.com. IN MX 10 fs1.nw65.com.
$ORIGIN nw65.com.
bklyn IN NS fs1.nw65.com. queens IN NS fs1.nw65.com. bronx IN NS fs1.nw65.com. fs1 IN A 10.0.0.1 si IN NS fs1.nw65.com. manhattan IN NS fs1.nw65.com. westchester IN NS fs1.nw65.com. |