× 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.



Mike -

Is the subnet mask for the 10.1.1.1 interface set to 255.255.255.255 ?   My
guess is that it's not.    That would explain why you can't ping any 10.1.1
hosts unless you specify a particular local interface.   Leaving the local
interface unspecified on the PING command would allow the TCP/IP code to
(incorrectly) conclude it can reach 10.1.1.11 from 10.1.1.1.   By restricting
the mask to 255.255.255.255, TCP/IP will only  pick 10.1.1.1 as the local
interface if the destination is also 10.1.1.1.  Otherwise, it will pick 10.1.1.2
or 10.1.1.3, which is what you want.

As for not being able to directly ping 10.1.1.1, that is "correct".   VirtualIP
interfaces are not directly routable.  That is, you cannot directly reach a
VirtualIP interface.   It  can only be reached indirectly via one of the
"physical  IP interfaces", in your case, 10.1.1.2 and 10.1.1.3.

The most common environment for VirtualIP with load balancing & fault tolerance
is to have the VirtualIP interface configured on a different subnet than the
locally attached subnet.    Local clients know the AS/400 by the physical  IP
interfaces, but remote clients, coming in through a gateway , know the AS/400
only by its VirtualIP address.  The local gateway has routes defined (either
manually or via RouteD) telling it that the VirtualIP address is reachable via
any  of the physical  IP interfaces.

If you also want your local clients access the VirtualIP interface, the 10.1.1.1
shoud be changed to an address on another subnet (192.1.1.1?)  and then the
routes need to be advertised or configured that the new VirtualIP address is
reachable via 10.1.1.2 or 10.1.1.3.

I've got a few Lotus Freelance charts that describe this a bit better.  I'll
send you a copy.   If you still have questions, feel free to e-mail me directly.

And yes, more detailed documentation is underway.

Gary Diehl

AS/400 TCP/IP Development
Endicott, NY, 13760
Phone: 607-752-5505 or Tie Line: 852-5505.  FAX: 607-752-5421
Alternate e-mail:   INTERNET: gdiehl@vnet.ibm.com     VM: GDIEHL@RCHVMV2

----------------------------------------------------------------------------------------------------------------------------------------------

Please respond to MIDRANGE-L@midrange.com

To:   midrange-l@midrange.com
cc:
Subject:  Load balancing IP connections




Hi All,

I am trying to configure TCP on a machine with 2 ethernet cards so that I can
use a single IP address for load balancing and redundancy.  Reading the help for
the ADDTCPIFC command LCLIFC parameter implies that I need to do the following:

1. Create interface 10.1.1.1 as line description *VIRTUALIP
2. Create interface 10.1.1.2 against line ETHERNET1 with LCLIFC(10.1.1.1)
3. Create interface 10.1.1.3 against line ETHERNET2 with LCLIFC(10.1.1.1)

After configuring and starting these interfaces, I cannot ping '10.1.1.11'
unless I specify one of the physical interfaces and I
cannot ping 10.1.1.1 but I can ping 10.1.1.2 and 10.1.1.3 from a PC.
Has anyone successfully managed to configure an AS/400 with this sort of setup?
If so, what am I doing wrong?

The manuals are less than forthcoming on using *VIRTUALIP.

The AS/400 is running v430 and on Cume pack 9131.  I cannot find anything on the
support pages with respect to this setup.


Thanks,

Mike Buglass
mike_buglass@csiltd.co.uk
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

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.