On Monday, 02/24/2003 at 10:32 ZE9, han seo <[EMAIL PROTECTED]> wrote:
> how to connect guest lan to z/VM using hipersocket?
>
>
> during installation suse linux(kernel 2.4.7 beta version), i selected
> number 8(hipersockts) on menu
> everything is fine except one
> linux03 can ping local machine(linux03), can't ping z/VM
host(192.168.1.50)
> there is no ping from my pc to linux03
> so, i can't connect linux03. i can't process installation step any more.
> what is my problem ??

You will never be able to ping from your PC to linux03.  Your config files
describe a network that looks like:
                      .------.
                      |router|
---192.168.1 / 24 ----|      |=== 192.168.1.120 === LINUX03
                      | (VM) |
                      '......'
The problem is that the machines on the 192.168.1 subnet think that
LINUX03 is on the same LAN segment.  How do they know that LINUX03 is
"behind"  192.168.1.50?  Unless you are going to explicitly tell those
machines that .120 is routed through .50, all attempts by those machines
to find (via ARP) .120 will fail.

If you used a point-to-point link (IUCV, virtual CTC), then VM TCP/IP
could perform Proxy ARP functions to help you, but using a Guest LAN
prevents that.

Without seeing also your Linux IP config, I can't say why Linux03 can't
ping VM TCP/IP.

Alan Altmark
Sr. Software Engineer
 IBM z/VM Development

Reply via email to