×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hello David,
Bugger! I forgot an important part for SNA over IP. You have to define
HOST table entries (or DNS entries) for each system otherwise TCP won't
know how route the traffic.
If you want to use the HOSTS table then add the following via option 10
on the CFGTCP menu or via the ADDTCPHTE command.
ADDTCPHTE INTNETADR('ip-address') HOSTNAME(SNA.IBM.COM.location.network)
where 'ip-address' is the target system IP address, 'network' is the
SNA network ID and 'location' is the remote location name'). For
example:
ADDTCPHTE INTNETADR('192.168.0.150')
HOSTNAME(SNA.IBM.COM.SYSTEM150.APPN)
ADDTCPHTE INTNETADR('192.168.0.151')
HOSTNAME(SNA.IBM.COM.SYSTEM151.APPN)
If you want to use DNS then you'll have to define a forward mapping
table for the SNA.IBM.COM network and add the appropriate entries. For
example:
; Name server
SNA.IBM.COM IN NS your-name-server
; Hosts
SYSTEM150.APPN IN NS 192.168.0.150
SYSTEM151.APPN IN NS 192.168.0.151
Regards,
Simon Coulter.
--------------------------------------------------------------------
FlyByNight Software AS/400 Technical Specialists
http://www.flybynight.com.au/
Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\
Fax: +61 3 9419 0175 \ /
X
ASCII Ribbon campaign against HTML E-Mail / \
--------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.