On Friday, 08/10/2007 at 05:48 EDT, Antoon Vekeman <[EMAIL PROTECTED]> wrote:
> DTCPRS007E Error encountered in reading PROFILE TCPIP *: > DTCPAR123I Line 67: Gateway not directly accessible in GATEWAY command > 00057 HOME > 00058 192.168.0.3 ETH_VM431 > 00059 192.168.0.10 QDIO1 > 00060 ; > 00061 GATEWAY > 00062 ; Network First Link MTU Subnet S > 00063 ; Address Hop Name Size Mask V > 00064 ; > 00065 192.168.0 = ETH_VM431 1492 0 > 00066 192.168.0 = QDIO1 1500 255.255.255.0 0 > 00067 DEFAULTNET 192.168.0.4 ETH_VM431 1492 0 You have two interfaces defined with the same subnet (192.168.0/24) that are connected to different networks. It ain't gonna work. The message is probably because you don't have EQUALCOSTMULTIPATH in the AssortedParms, and the first GATEWAY entry was replaced by the second one, excluding ETH_VM431. You MUST put the Guest LAN and the LCS device in separate networks. Also, remove the "PORTNAME" specification for the QDIO device. It isn't required and its presence will, someday in the unforseen future, come back to bite you. Alan Altmark z/VM Development IBM Endicott
