Did you apply the may-2002 patches form SuSE7 and update the /etc/modules ???
|--------+---------------------------------> | | "Ketchens, LeMarr T. | | | (RyTull)" | | | <LeMarr.Ketchens@ryerso| | | ntull.com> | | | Sent by: Linux on 390 | | | Port | | | <[EMAIL PROTECTED]| | | u> | | | | | | | | | 02/03/2003 10:07 PM | | | Please respond to Linux| | | on 390 Port | | | | |--------+---------------------------------> >-----------------------------------------------------------------------------------------------------------| | | | To: [EMAIL PROTECTED] | | cc: | | Subject: Guest LAN using Virtual Hipersockets...again | >-----------------------------------------------------------------------------------------------------------| Okay, I'm still having issues with the Guest LAN using Virtual Hipersockets. Below is what I have coded for the Linux Master. I can get to the machine using the VCTC, but I can not get to the machine via Virtual Hipersockets. I can get to the 10.22.25 subnet from the VCTC connection, but that won't do. I need to find a way to get the working without the VCTC. It seems that my primary problem is on the Linux side, but I can not figure out why this will not work. Do I need to have a physical Hipersocket or physical connection via OSA-E to point to as the gateway for the Linux machines? Sorry for constantly returning, but I think I'm getting close with the help I've received thus far. ______________________________ L. Ketchens Technical Services MVS Systems Programmer [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> *** PROFILE TCPIP BEGIN *** ; OSA-E GIGABIT ETHERNET CARD ON z/800 CHPID DEVICE <mailto:DEV@0074> DEV@0074 OSD 0074 PORTNAME ZVMHOST PRIROUTER LINK ETH0 QDIOETHERNET <mailto:DEV@0074> DEV@0074 ; VIRTUAL HIPERSOCKETS 2000-2002 VHIP1 DEVICE VHIP1 HIPERS 2000 PORTNAME VIRTHIP1 AUTORESTART LINK VHIP1 QDIOIP VHIP1 ; VIRTUAL CHAN 2 CHAN 3000-3001 FOR LNXMSTR DEVICE VCTC09 CTC 3000 LINK VCTC09 CTC 0 VCTC09 ; VIRTUAL CHAN 2 CHAN 3002-3003 FOR LINUX11 DEVICE VCTC11 CTC 3002 LINK VCTC11 CTC 0 VCTC11 HOME 10.22.22.213 ETH0 10.22.25.1 VHIP1 10.22.22.213 VCTC09 10.22.22.213 VCTC11 GATEWAY 10 = ETH0 1500 0.255.0.0 0.22.0.0 10 = VHIP1 1500 0.255.255.0 0.22.25.0 10.22.25.9 = VCTC09 9216 HOST 10.22.25.11 = VCTC11 9216 HOST DEFAULTNET 10.22.11.110 ETH0 1500 0 (REAL ROUTER) START <mailto:DEV@0074> DEV@0074 START VHIP1 START VCTC09 START VCTC11 *** PROFILE TCPIP END *** *** SYSTEM CONFIG BEGIN *** DEFINE LAN VIRTHIP1 MAXCONN INF OWNERID SYSTEM TYPE HIPER *** SYSTEM CONFIG END *** *** USER DIRECT BEGIN *** PROFILE LINDFLT IPL CMS MACH ESA 4 IUCV ANY IUCV ALLOW CPU 00 NODEDICATE CPU 01 NODEDICATE CPU 02 NODEDICATE CPU 03 NODEDICATE SPOOL 000C 2540 READER * SPOOL 000D 2540 PUNCH A SPOOL 000E 1403 A CONSOLE 009 3215 T SPECIAL 2000 HIPER 3 SYSTEM VIRTHIP1 LINK MAINT 0190 0190 RR LINK MAINT 019D 019D RR LINK MAINT 019E 019E RR LINK TCPMAINT 0592 0592 RR * USER TCPIP TCPIP 64M 128M ABG INCLUDE TCPCMSU OPTION QUICKDSP SVMSTAT MAXCONN 1024 DIAG98 APPLMON SHARE RELATIVE 3000 IUCV ALLOW IUCV ANY PRIORITY IUCV *CCS PRIORITY MSGLIMIT 255 SPECIAL 2000 HIPER 3 SYSTEM VIRTHIP1 SPECIAL 3000 CTCA LNXMSTR SPECIAL 3001 CTCA LNXMSTR SPECIAL 3002 CTCA LINUX11 SPECIAL 3003 CTCA LINUX11 LINK TCPMAINT 591 591 RR LINK TCPMAINT 592 592 RR LINK TCPMAINT 198 198 RR MDISK 191 3390 0486 005 430W01 MR RPASS WPASS MPASS * USER LNXMSTR LNXMSTR 128M 512M G INCLUDE LINDFLT SPECIAL 3000 CTCA TCPIP SPECIAL 3001 CTCA TCPIP MDISK 191 3390 0560 0050 430W02 MR RPASS WPASS MPASS MDISK 100 3390 0001 3338 LNX001 MR RPASS WPASS MPASS MDISK 101 3390 0001 1669 LNX002 MR RPASS WPASS MPASS * USER LINUX11 LINUX11 512M 512M G INCLUDE LINDFLT SHARE REL 2500 SPECIAL 3002 CTCA TCPIP SPECIAL 3003 CTCA TCPIP MDISK 100 3390 0001 3338 LNX003 MR RPASS WPASS MPASS MDISK 101 3390 1670 1669 LNX002 MR RPASS WPASS MPASS MDISK 200 3390 0001 3338 LNX004 MR RPASS WPASS MPASS LINK LNXMSTR 191 191 RR * *** USER DIRECT END *** *** chandev.conf begin ***LNXMSTR add_parms,0x10,0x2000,0x2002,portname:VIRTHIP1 ctc0,0x3000,0x3001,0,0 qeth0,0x2000,0x2001,0x2002,0,0,0 *** chandev.conf end *** *** rc.config begin ***LNXMSTR NETCONFIG="_0 _1" IPADDR_0="10.22.25.10" IPADDR_1="10.22.25.9" NETDEV_0="hsi0" NETDEV_1="ctc0" IFCONFIG_0="10.22.25.10 broadcast 10.22.25.255 netmask 255.255.255.0 mtu 1500 up" IFCONFIG_1="10.22.25.9 pointopoint 10.22.22.213 mtu 32760 up" *** rc.config end *** *** route.conf begin ***LNXMSTR 10.22.22.213 0.0.0.0 255.255.255.255 ctc0 10.22.25.0 0.0.0.0 255.255.255.0 hsi0 default 10.22.25.1 0.0.0.0 hsi0 *** route.conf end *** --- Legal Disclaimer: The information contained in this communication may be confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message and any copy of it from your computer system. Thank you. --- ----------------------------------------- This message and its attachments may contain privileged and confidential information. If you are not the intended recipient(s), you are prohibited from printing, forwarding, saving or copying this email. If you have received this e-mail in error, please immediately notify the sender and delete this e-mail and its attachments from your computer.