× 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 Jim,

You wrote:
>I checked, and the datagram forwarding is alreadty set on.  I still can't 
>ping the firewall from a PC on the other network.  Now what?

That indicates that the AS/400 should be forwarding data from the 172.22 
network to the 172.24 network. However, something is stopping the return 
traffic. Further something in the 172.24 network is stopping traffic for the 
172.22 network from reaching the AS/400. Since you say neither network can PING 
the other the problem is probably due to an incorrect route.

You also wrote:
>>>>>>>
Topology looks something like this:

----------
|        |
| AS/400 | TR Card 1 (172.24.1.1) --> PC's -->  Firewall (172.24.1.10) --> More 
PCs
|        |
|        | TR card 2 (172.22.1.1) --> PC's (172.22.***.***)
----------

It seems rather odd  to have a firewall between PC's on the same network so I 
presume the "More PC's" are really on yet another network.

It is likely that the PC's in the 172.24 network have a default route that 
sends all traffic to the firewall but the firewall doesn't know what to do with 
it so it sends it to its default route which is who-knows-where. In this case 
you need to either:

        1/ add a network route to each PC in the 172.24 network telling it to 
           forward all traffic for the 172.22 network to the 172.24.1.1 
           interface.
--or--
        2/ add a network route to the firewall telling it to forward all 
           traffic for the 172.22 network to the 172.24.1.1 interface.

Something like:
        route add net 172.22.0.0  172.24.1.1  1 netmask 255.255.0.0

should work. Note that each TCP stack has a slightly different syntax for the 
route command so check your OS's help text for the correct syntax.

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   mailto: shc@xxxxxxxxxxxxxxxxx   \ /   
                                                             X    
                 ASCII Ribbon campaign against HTML E-Mail  / \   
--------------------------------------------------------------------


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.