On Monday, 10/09/2006 at 09:26 ZE2, Avinoam Hirschberg
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm getting this error during the startup of my tcp/ip.
> line 71 is the DEFAULTNET line, as far as i can see 10.0.0.1 is IPv4
> address.
> I'm using z/VM 5.1
> any idea what the error here  ?
>
>
> DTCPRS007E Error encountered in reading PROFILE TCPIP
> *:
>
> DTCPRS280E Line 71: The gateway specified on the first_hop operand of
> the GATEWAY entry is not an IPv4 address
>
> GATEWAY
> ; Network     First       Link        MTU   Subnet  Subnet
> ; Address     Hop         Name        Size  Mask    Value
> ; ----------- ----------- ----------- ----- -------- ---------
> 192.168.201    =          ETH0        8192  0
> 10.0.0         =          LCS0        1492  0.0.255.0
> ; 10.0.0         10.0.0.1        LCS0             1492  0.0.255.0
> DEFAULTNET      10.0.0.1        LCS0             1492  0
> ; (End GATEWAY Static Routing information)
> ; ----------------------------------------------------------------------

You didn't tell us which line was line 71, so I'll speculate that the
problem is being caused by the missing subnet value on the 10.0.0 line. It
should read:
10.0.0.0   =   LCS0   1492 0.0.255.0  0.0.0.0

I think the parser picked up DEFAULTNET as the subnet value on the 10.0.0
line (then probably threw it away as invalid), leaving LCS0 as the
first-hop field on the next line.

Alan Altmark
z/VM Development
IBM Endicott

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to