Re: TCPIP question

2006-10-10 Thread Avinoam Hirschberg

Line 71 is the DEFAULTNET line

Avinoam


ציטוט Alan Altmark:

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   LinkMTU   Subnet  Subnet
; Address Hop NameSize  MaskValue
; --- --- --- -  -
192.168.201=  ETH08192  0
10.0.0 =  LCS01492  0.0.255.0
; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
DEFAULTNET  10.0.0.1LCS0 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

  


--
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


Re: TCPIP question

2006-10-10 Thread Avinoam Hirschberg

Thanks,

this solve my issue

Regards,

Avinoam


ציטוט Adam Thornton:

On Oct 9, 2006, at 4:05 AM, John Summerfield wrote:


Avinoam Hirschberg 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
; - ---  -
---
---
; ADDITIONAL ETH ROUTE
; 11 = ETH0 8192 0
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)
;
-
-



0.0.255.0 looks very strange to me. I would expect high-order ones, so
maybe 255.255.255.0


Yeah, but that's because you're used to a SANE way of doing IP
networking, not the VM (copied from z/OS) way.

Assuming that what you mean is that 10.0.0.1 should be the router for
everything from 10.0.0.1 to 10.0.0.254, your netmask there whould be
0.255.255.0.

Why? Because Net 10 is a class A, so its inherent netmask is
255.0.0.0, and you WANT a final netmask of 255.255.255.0, so the
netmask part YOU have to specify is 0.255.255.0.

Intuitive, eh?

Adam

--
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



--
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


TCPIP question

2006-10-09 Thread Avinoam Hirschberg

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  MaskValue
; - ---  - ---
---
; ADDITIONAL ETH ROUTE
; 11=ETH0 8192  0
192.168.201=ETH0 8192  0
10.0.0   =LCS0 1492  0.0.255.0
; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
DEFAULTNET  10.0.0.1LCS0 1492  0
; (End GATEWAY Static Routing information)
; --



Avinoam

--
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


Re: TCPIP question

2006-10-09 Thread John Summerfield

Avinoam Hirschberg 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
; - ---  - ---
---
; ADDITIONAL ETH ROUTE
; 11=ETH0 8192  0
192.168.201=ETH0 8192  0
10.0.0   =LCS0 1492  0.0.255.0
; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
DEFAULTNET  10.0.0.1LCS0 1492  0
; (End GATEWAY Static Routing information)
; --



0.0.255.0 looks very strange to me. I would expect high-order ones, so
maybe 255.255.255.0


And what is this! Infiltration by Sun?




--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/

Please do not reply off-list

--
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


Re: TCPIP question

2006-10-09 Thread Rich Smrcina

No, before z/VM 5.2, that style of netmask coding was in use.

John Summerfield wrote:

Avinoam Hirschberg 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
; - ---  - ---
---
; ADDITIONAL ETH ROUTE
; 11=ETH0 8192  0
192.168.201=ETH0 8192  0
10.0.0   =LCS0 1492  0.0.255.0
; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
DEFAULTNET  10.0.0.1LCS0 1492  0
; (End GATEWAY Static Routing information)
; --



0.0.255.0 looks very strange to me. I would expect high-order ones, so
maybe 255.255.255.0


And what is this! Infiltration by Sun?




--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/

Please do not reply off-list

--
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



--
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com

Catch the WAVV!  http://www.wavv.org
WAVV 2007 - Green Bay, WI - May 18-22, 2007

--
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


Re: TCPIP question

2006-10-09 Thread Alan Schilla
I have always coded routes and masks within the GATEWAY based on the class 
represented by the network address. 10 is a class A address so to code subnet 
10.0.0.0/24 I would code as follows:

Network First Hop Link  MTU   Subnet Mask  Subnet value
10  = LCS0  1492  0.255.255.0  10.0.0.0 

I hope this helps.

Al Schilla
Systems Programmer 
Enterprise Technology Services
Office of Enterprise Technology
phone: 651-201-1216
email: [EMAIL PROTECTED]


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
John Summerfield
Sent: Monday, October 09, 2006 6:06 AM
To: LINUX-390@vm.marist.edu
Subject: Re: TCPIP question


Avinoam Hirschberg 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
 ; - ---  - ---
 ---
 ; ADDITIONAL ETH ROUTE
 ; 11=ETH0 8192  0
 192.168.201=ETH0 8192  0
 10.0.0   =LCS0 1492  0.0.255.0
 ; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
 DEFAULTNET  10.0.0.1LCS0 1492  0
 ; (End GATEWAY Static Routing information)
 ; --


0.0.255.0 looks very strange to me. I would expect high-order ones, so
maybe 255.255.255.0


And what is this! Infiltration by Sun?




--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/

Please do not reply off-list

--
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

--
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


Re: TCPIP question

2006-10-09 Thread Adam Thornton

On Oct 9, 2006, at 4:05 AM, John Summerfield wrote:


Avinoam Hirschberg 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
; - ---  -
---
---
; ADDITIONAL ETH ROUTE
; 11=ETH0 8192  0
192.168.201=ETH0 8192  0
10.0.0   =LCS0 1492
0.0.255.0
; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
DEFAULTNET  10.0.0.1LCS0 1492  0
; (End GATEWAY Static Routing information)
;
-
-



0.0.255.0 looks very strange to me. I would expect high-order ones, so
maybe 255.255.255.0


Yeah, but that's because you're used to a SANE way of doing IP
networking, not the VM (copied from z/OS) way.

Assuming that what you mean is that 10.0.0.1 should be the router for
everything from 10.0.0.1 to 10.0.0.254, your netmask there whould be
0.255.255.0.

Why?  Because Net 10 is a class A, so its inherent netmask is
255.0.0.0, and you WANT a final netmask of 255.255.255.0, so the
netmask part YOU have to specify is 0.255.255.0.

Intuitive, eh?

Adam

--
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


Re: TCPIP question

2006-10-09 Thread John Summerfield

Adam Thornton wrote:

On Oct 9, 2006, at 4:05 AM, John Summerfield wrote:


Avinoam Hirschberg 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
; - ---  -
---
---
; ADDITIONAL ETH ROUTE
; 11=ETH0 8192  0
192.168.201=ETH0 8192  0
10.0.0   =LCS0 1492
0.0.255.0
; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
DEFAULTNET  10.0.0.1LCS0 1492  0
; (End GATEWAY Static Routing information)
;
-
-



0.0.255.0 looks very strange to me. I would expect high-order ones, so
maybe 255.255.255.0



Yeah, but that's because you're used to a SANE way of doing IP
networking, not the VM (copied from z/OS) way.

Assuming that what you mean is that 10.0.0.1 should be the router for
everything from 10.0.0.1 to 10.0.0.254, your netmask there whould be
0.255.255.0.

Why?  Because Net 10 is a class A, so its inherent netmask is
255.0.0.0, and you WANT a final netmask of 255.255.255.0, so the
netmask part YOU have to specify is 0.255.255.0.

Intuitive, eh?


there must be a way to mean
  192.168.0.0 255.255.0.0
mustn't there?


--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/

Please do not reply off-list

--
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


Re: TCPIP question

2006-10-09 Thread Adam Thornton

On Oct 9, 2006, at 3:29 PM, John Summerfield wrote:

there must be a way to mean
  192.168.0.0 255.255.0.0
mustn't there?


I *think* VARSUBNETTING lets you do supernetting as well.

Adam

--
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


Re: TCPIP question

2006-10-09 Thread Alan Altmark
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   LinkMTU   Subnet  Subnet
 ; Address Hop NameSize  MaskValue
 ; --- --- --- -  -
 192.168.201=  ETH08192  0
 10.0.0 =  LCS01492  0.0.255.0
 ; 10.0.0 10.0.0.1LCS0 1492  0.0.255.0
 DEFAULTNET  10.0.0.1LCS0 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


z/VM TCPIP Question as pertaing to Linux Guest

2003-03-24 Thread Ketchens, LeMarr T. (RyTull)
I was wondering if I had any changes to my z/VM TCPIP stack, would I need to
shutdown and reipl all my Linux Guests before recycling the z/VM TCPIP
stack?  If not, what would be ways to insure that?

__
Lemarr T. Ketchens
Technical Services
MVS Systems Programmer
[EMAIL PROTECTED]


--- 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. ---


Re: z/VM TCPIP Question as pertaing to Linux Guest

2003-03-24 Thread Alan Altmark
On Monday, 03/24/2003 at 08:14 CST, Ketchens, LeMarr T. (RyTull)
[EMAIL PROTECTED] wrote:
 I was wondering if I had any changes to my z/VM TCPIP stack, would I
need to
 shutdown and reipl all my Linux Guests before recycling the z/VM TCPIP
 stack?  If not, what would be ways to insure that?

Answered on VMESA-L.

Alan Altmark
Sr. Software Engineer
 IBM z/VM Development


RE : z/VM TCPIP Question as pertaing to Linux Guest

2003-03-24 Thread MCCARTIER
You can use OSD Type for OSA Card and using QDIO mode for connecting
Linux Guest to TCP/IP machine.

Then, when you reboot TCP/IP machine Linux Guest wil be dynamically
reconnected. 

Regards

Mathieu C. CARTIER
ALEOS
www.aleos.net


-Message d'origine-
De : Linux on 390 Port [mailto:[EMAIL PROTECTED] De la part de
Ketchens, LeMarr T. (RyTull)
Envoy : lundi 24 mars 2003 15:15
 : [EMAIL PROTECTED]
Objet : z/VM TCPIP Question as pertaing to Linux Guest


I was wondering if I had any changes to my z/VM TCPIP stack, would I
need to shutdown and reipl all my Linux Guests before recycling the z/VM
TCPIP stack?  If not, what would be ways to insure that?

__
Lemarr T. Ketchens
Technical Services
MVS Systems Programmer
[EMAIL PROTECTED]


--- 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. ---


Re: LINUX/390 Distributions and a TCPIP question

2002-09-22 Thread Post, Mark K

That would be the man.  Thanks for helping out my misfiring neurons.

Mark Post

-Original Message-
From: David Andrews [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 3:55 PM
To: [EMAIL PROTECTED]
Subject: Re: LINUX/390 Distributions and a TCPIP question


On Fri, 2002-09-20 at 15:33, Post, Mark K wrote:

 the 2.4 maintainer (I'm getting old, I can't remember the gentleman's
name!

Marcelo Tosatti.

--
David Andrews
A. Duda and Sons, Inc.
[EMAIL PROTECTED]