Hi

You might be correct and this is a sourcevipa issue but i cant tell as i am
lacking some data...
Not many know this but the order of the home statment matters... you must
place your hiper sockets interface before your vipa interface if you dont
want that vipa to be applied to that interface.
If you send the output of the following tso commands we can know for sure:
Tso netstat home
Tso netstat route

That should give us the answer i think...

Offer
On Nov 4, 2013 3:11 PM, "Diep, David (OCTO-Contractor)" <[email protected]>
wrote:

> Hi Offer,
>
> All IPtables are off, both for v4 and v6.
>
> Pinging from z/OS to zLinux does not work, nor does traceroute yield
> anything. With all this said, I think it has something to do with the way I
> have routing set up on the z/OS side. For all OSA traffic, I use OSPF while
> for Hipersockets, I use static routing.
>
> - The reason I think this is because when I do a traceroute from z/OS to
> z/VM, it looks like the route is by way of my VLAN through the OSAs, though
> I have defined it for all traffic to 5.5.5.0/24 to be routed through the
> Hipersockets link:
>
> CS V1R13: Traceroute to 5.5.5.2 (5.5.5.2):
>  1 10.82.10.44 (10.82.10.44)  6 ms 10.82.10.121 (10.82.10.121)  0 ms
> 10.82.10.44
>  (10.82.10.44)  0 ms
>  ***
>
> Just some notes... I do not have an OSPF interface defined for
> Hipersockets. When I cancel the OMPROUTE started task, I am unable to ping
> or reach other z/OS hipersocket addresses. I do have sourceVIPA turned
> on... would this be the issue?  At this point, I'm not too sure why its not
> routing via the static route.
>
> IPCONFIG  IGNOREREDIRECT
>           NOSYSPLEXROUTING
>           MULTIPATH
>           DATAGRAMFWD
>           SOURCEVIPA
>           PATHMTUDISC
>           IPSECURITY
> ;
> Beginroutes
>  route 5.5.5.0     255.255.255.0  =  HSLINK28  MTU 57344 NODELAYA
> Endroutes
> ;
> PRIMARYINTERFACE  VLNKOS28
>
>
> Omproute options:
>
> AS_BOUNDARY_ROUTING
> Import_RIP_Routes=No
> Import_Static_Routes=No
> Import_Direct_Routes=No
> Import_Subnet_Routes=No
> Originate_Default_Route=No
> Originate_as_Type=2
> Default_Route_Cost=1
>
>
> - A traceroute to other z/OS LPARs yield something different:
>
> CS V1R13: Traceroute to 5.5.5.12 (5.5.5.12):
> 1 5.5.5.12 (5.5.5.12)  3 ms  2 ms  0 ms
> ***
>
> - From zLinux and z/VM, it looks right, where the first hop is by way of
> the Hipersockets:
>
> [root@lsysg01a ~]# traceroute 5.5.5.12
> traceroute to 5.5.5.12 (5.5.5.12), 30 hops max, 60 byte packets
>  1  5.5.5.12 (5.5.5.12)  0.645 ms  0.644 ms  0.724 ms
>
> Ready; T=0.01/0.01 07:54:24
> Trace route to 5.5.5.12 (5.5.5.12)
> 1   (5.5.5.12) 10 ms 1 ms 0 ms
>
>
>
>
> Serve DC is proud to present NeighborGood, a new, free tool to help
> residents engage in meaningful service and connect with the causes and
> organizations they care about. Visit NeighborGood at <
> http://serve.dc.gov/service/neighborgood>
>
>
>
>
>
> -----Original Message-----
> From: Linux on 390 Port [mailto:[email protected]] On Behalf Of
> Offer Baruch
> Sent: Saturday, November 02, 2013 1:55 AM
> To: [email protected]
> Subject: Re: Hipersockets between RHEL and z/OS
>
> Hi,
>
> First thing i would do is make sure your iptables service is stopped and
> that the ipv6 iptables is down as well...
>
> Can you send the output of netstat route on z/os and route on linux?
>
> Also does pinging the z/os from linux works??? That what i got from your
> first email...
>
> Offer Baruch
> On Nov 1, 2013 7:06 PM, "Diep, David (OCTO-Contractor)" <[email protected]
> >
> wrote:
>
> > Hi Everyone,
> >
> >
> >
> > I got a good one (I think)... did I imagine this working at one point?
> >
> >
> >
> > I am not able to connect from my z/OS Hipersockets to my RHEL6.2
> > Hipersockets.
> >
> >
> >
> > I am able to successfully initiate a connection from my RHEL6.2
> > Hipersockets to my z/OS Hipersockets.
> >
> > I am able to successfully initiate a connection from my RHEL6.2
> > Hipersockets to my z/VM Hipersockets.
> >
> > I am able to successfully initiate a connection from my z/OS
> > Hipersockets to my z/VM Hipersockets.
> >
> > I am able to successfully initiate a connection from my z/VM
> > Hipersockets to my z/OS Hipersockets.
> >
> > I am able to successfully initiate a connection from my z/VM
> > Hipersockets to my RHEL6.2 Hipersockets.
> >
> >
> >
> > What gives?
> >
> >
> >
> > Hipersockets on zLinux:
> >
> > [root@vipservd ~]# cat /etc/sysconfig/network-scripts/ifcfg-hsi0
> >
> > DEVICE="hsi0"
> >
> > BOOTPROTO="static"
> >
> > DNS1="10.201.1.241"
> >
> > IPADDR="5.5.5.57"
> >
> > NETMASK="255.255.255.0"
> >
> > NETTYPE="qeth"
> >
> > ONBOOT="yes"
> >
> > SUBCHANNELS="0.0.7400,0.0.7401,0.0.7402"
> >
> > TYPE="Ethernet"
> >
> > ARP="no"
> >
> >
> >
> > Hipersockets on z/OS:
> >
> > ;
> >
> > DEVICE IUTIQDED  MPCIPA   AUTORESTART
> >
> > LINK   HSLINK16  IPAQIDIO IUTIQDED
> >
> > START  IUTIQDED
> >
> > ;
> >
> > HOME
> >
> >    5.5.5.16       HSLINK16
> >
> > ;
> >
> > ; Begin / End route table
> >
> > ;
> >
> > Beginroutes
> >
> > route 5.5.5.0     255.255.255.0   =  HSLINK16  mtu 57344 NODELAYA
> >
> > Endroutes
> >
> >
> >
> >
> >
> > Thanks!!
> >
> >
> >
> > David Diep
> >
> > Serve DC is proud to present NeighborGood, a new, free tool to help
> > residents engage in meaningful service and connect with the causes and
> > organizations they care about. Visit NeighborGood at
> > http://serve.dc.gov/service/neighborgood
> >
> >
>
> ----------------------------------------------------------------------
> 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 more information on Linux on System z, visit http://wiki.linuxvm.org/
>
> ----------------------------------------------------------------------
> 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 more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

----------------------------------------------------------------------
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 more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to