| Note: | You need to complete this step only if you DO NOT have an internal DNS. |
If your secure network does not have a DNS server, you must update the firewall DNS server configuration. You must add records to the DNS server configuration so that it can resolve the secure mail server name to its IP address. You must add a mail exchanger (MX) record and an address (A) record to the DNS server that runs on the firewall. The MX and A records point to the secure mail server on your internal network. In this scenario, these records point to the firewall home AS/400 system. If the secure mail server is on another system, the records should point to that system's IP address.
To add the required records, follow these steps:
http://firewall.private.mycompany.com:2001/cgi-bin/db2www/fsdns.mac/main
to display the Advanced Domain Name Settings page.
| Important: | Do not forget the trailing dot (.) at the end of the domain name. |
| Important: | Do not forget the trailing dot (.) at the end of the domain name. |
| Note: | If the internal mail server is the firewall home AS/400 system, the firewall must send mail to AS/400 over the internal LAN connection. Use the AS/400 IP address that you assigned to the *INTERNAL port in the address (A) record. If the internal mail server is not the firewall home AS/400 system, use the corresponding IP address for that host. |
To ensure that you have entered the new records correctly, review the named.dom file. This file contains all the records that the firewall DNS server uses. Ensure that all the records that require trailing dots (.) have them. You can do this by using the browser interface or by using an AS/400 command.
To review the named.dom file from the AS/400 system, type:
SBMNWSCMD CMD('type e:\mptn\etc\namedb\named.dom')SERVER(FIREWALL)
Where FIREWALL appears in the command, type the name that you assigned to your firewall. The AS/400 sends the results of the command to the job log. You may want to print the job log and keep it as documentation. The results in your job log should look similar to the ones in the example below:
; Last Update: 19971209 18:44:19 adan ; Created by IBM Firewall for AS/400 0973370719 @ IN SOA FIREWALL.mycompany.com. postmaster.mycompany.com. (0973370719 3600 600 360000 86400) IN NS FIREWALL.mycompany.com. mycompany.com. IN MX 0 FIREWALL.mycompany.com. home400.private.mycompany.com. IN MX 0 home400.private.mycompany.com. FIREWALL.mycompany.com. IN A 208.222.150.11 www IN A 208.222.150.2 home400.private.mycompany.com. IN A 192.168.12.1 Command submitted to server FIREWALL.
| Note: |
|
When you finish configuring your firewall, you must configure clients on the secure network to use it to access Internet services.
| [ Information Center Home Page | Feedback ] | [ Legal | AS/400 Glossary ] |