On Tuesday, 03/18/2003 at 09:38 ZE9, han seo <[EMAIL PROTECTED]> wrote:

                       |-------------|
                       | switch      | 192.168.5.1
                       |-------------|
                           |      |
                           |      |
  ftp server --------------|      |
  (for linux installation)        |
   192.168.5.125                  |
                                  |
                                  |
                                  |
                              |---------| eth0:192.168.5.100
                              | z/VM    | hipelan1:192.168.6.253
                              | TCP/IP  | qdiolan2:192.168.7.253
                              |---------|
                                 | | |
                  LINUX01--------| | |-------LINUX03
                192.168.6.20       |         192.168.7.7
                                   |
                                  LINUX02
                                  192.168.6.6
> question
>
> >> for using guest lan, is it necessory router?
> and should i define some configuration(routing table) in side of router
for
> guest    lan?
> >> if there is no router, is it impossible to test guest lan?

For the purposes of your test a physical router is not necessary, but you
must tell your PC how to get to subnets 6 and 7.

On your PC, try this in a DOS window:
  route add 192.168.6.0 mask 255.255.255.0  192.168.5.100
  route add 192.168.7.0 mask 255.255.255.0  192.168.5.100

(In a production environment this information would normally be kept in
the routers.)

Alan Altmark
Sr. Software Engineer
 IBM z/VM Development

Reply via email to