<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Receving ICMP Packet on VLAN interface in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952819#M550671</link>
    <description>Hi Bharat, Are you loosing the packet in the middle or it is not being generated by your application. In both the cases, analysing with packet capturing tools such as TCPDUMP or Ethereal will definitely help you. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Tue, 17 Jan 2006 01:37:32 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-01-17T01:37:32Z</dc:date>
    <item>
      <title>Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952817#M550669</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;We have a application which composes ICMP echo request packet and sends over to virtual lan interface. It then expects an ICMP echo reply on that virtual LAN interface.&lt;BR /&gt;Somehow i am not receving that reply packet and doubt whether that packet is been discarded by the base interface (Physical Interface) since the MAC received must be of virtual LAN interface.&lt;BR /&gt;&lt;BR /&gt;Can anybody around tell me what exactly is happening and how i can get that ICMP echo reply packet?? &lt;BR /&gt;&lt;BR /&gt;Thanks for all your valuable suggestions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bharat&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 00:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952817#M550669</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-01-17T00:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952818#M550670</link>
      <description>Have you that service (echo) enabled in inetd.conf and have required port open??&lt;BR /&gt;&lt;BR /&gt;grep -i echo /etc/inetd.conf&lt;BR /&gt;/etc/inetd.conf:#echo         stream tcp nowait root internal&lt;BR /&gt;/etc/inetd.conf:#echo         dgram  udp nowait root internal&lt;BR /&gt;/etc/inetd.conf:#echo         stream tcp nowait root internal&lt;BR /&gt;/etc/inetd.conf:#echo         dgram  udp nowait root internal&lt;BR /&gt;grep -i echo /etc/services&lt;BR /&gt;echo           7/tcp                 # Echo&lt;BR /&gt;echo           7/udp                 #&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 01:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952818#M550670</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-17T01:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952819#M550671</link>
      <description>Hi Bharat, Are you loosing the packet in the middle or it is not being generated by your application. In both the cases, analysing with packet capturing tools such as TCPDUMP or Ethereal will definitely help you. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 17 Jan 2006 01:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952819#M550671</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-17T01:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952820#M550672</link>
      <description>Hi RAC,&lt;BR /&gt;&lt;BR /&gt;This is Prasanna, Bharat's friend.&lt;BR /&gt;&lt;BR /&gt;Below is what we have on our systems:&lt;BR /&gt;# cat /etc/services | grep -i echo&lt;BR /&gt;echo           7/tcp                 # Echo&lt;BR /&gt;echo           7/udp                 #&lt;BR /&gt;&lt;BR /&gt;# cat /etc/inetd.conf | grep -i echo&lt;BR /&gt;echo         stream tcp6 nowait root internal&lt;BR /&gt;echo         dgram  udp6 nowait root internal&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;thanks and regards,&lt;BR /&gt;Prasanna</description>
      <pubDate>Tue, 17 Jan 2006 02:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952820#M550672</guid>
      <dc:creator>Prasanna H. Kulkarni</dc:creator>
      <dc:date>2006-01-17T02:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952821#M550673</link>
      <description>Does this setup involves two different cards on two different machines?? If yes, is there a gateway/firewall between?? Is ICMP allowed (at least echo) on it??&lt;BR /&gt;&lt;BR /&gt;Also packet trace would be helpful.</description>
      <pubDate>Tue, 17 Jan 2006 02:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952821#M550673</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-17T02:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952822#M550674</link>
      <description>Hi RAC,&lt;BR /&gt;How are you doin man. &lt;BR /&gt;Well you said:&lt;BR /&gt;Does this setup involves two different cards on two different machines?? Yes&lt;BR /&gt;If yes, is there a gateway/firewall between?? &lt;BR /&gt;No&lt;BR /&gt;Is ICMP allowed (at least echo) on it??&lt;BR /&gt;Yes&lt;BR /&gt;&lt;BR /&gt;Basically we have a two VLAN's on a one single interface say vlan1 and vlan2 on system SYS1. Now base NIC card has one MAC address and both vlans's have different MAC addresses. Similarly on the other machine SYS2 we have vlan1 and vlan2.&lt;BR /&gt;&lt;BR /&gt;Now we expect vlan1 to talk to vlan1 and same for vlan2.&lt;BR /&gt;&lt;BR /&gt;But when our application sends ICMP echo request on vlan1 of SYS1 and expect ICMP echo reply on vlan1 it is not happening. This is were we are stucked at.&lt;BR /&gt;What we suspect is whether packets supposed to be recevied on vlan1 are discarded by the physical (base) card since it's MAC address is different.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your suggestions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bharat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 04:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952822#M550674</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-01-17T04:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952823#M550675</link>
      <description>Why you have two different MACs for two vlans?? How you have defined it??&lt;BR /&gt;&lt;BR /&gt;Also did you look at&lt;BR /&gt;netstat -p icmp&lt;BR /&gt;Monitor it and see it you see anything there.</description>
      <pubDate>Tue, 17 Jan 2006 04:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952823#M550675</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-17T04:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952824#M550676</link>
      <description>Hi RAC,&lt;BR /&gt;&lt;BR /&gt;We did not configure any MAC addresses. The server side VLAN configuration sets up two MAC addresses.  I followed SAM steps to configure these virtual lans.</description>
      <pubDate>Tue, 17 Jan 2006 06:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952824#M550676</guid>
      <dc:creator>Prasanna H. Kulkarni</dc:creator>
      <dc:date>2006-01-17T06:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952825#M550677</link>
      <description>FWIW, the "echo" services in inetd.conf have absolutely nothing to do with the handling of ICMP Echo Requests or Replies.&lt;BR /&gt;&lt;BR /&gt;The suggestion to start tcpdump tracing is a good one.  Make sure the ICMP echo request arrives at the destination, see if the response arrives at one of the interfaces in the system.&lt;BR /&gt;&lt;BR /&gt;How are you instructing the stack to send/route the ICMP echo request you are generating?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 20:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952825#M550677</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-01-17T20:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952826#M550678</link>
      <description>First try connecting two HP-UX systems back-to-back (without a switch in between). The interfaces connected this way should both be configured with the same VLAN ID. Then check if ping works. If it does, the problem is most likely on the switch. Check to make sure that the VLAN ID had been configured correctly on the switch port (this should most likely be a "tagged" VLAN).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jay</description>
      <pubDate>Tue, 17 Jan 2006 20:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952826#M550678</guid>
      <dc:creator>Jay Kidambi</dc:creator>
      <dc:date>2006-01-17T20:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Receving ICMP Packet on VLAN interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952827#M550679</link>
      <description>Thanks a Lot friends.&lt;BR /&gt;It helped to resolve our problem.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 02:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receving-icmp-packet-on-vlan-interface/m-p/4952827#M550679</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-03-20T02:55:48Z</dc:date>
    </item>
  </channel>
</rss>

