- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Issues while pinging IPv6 address
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 12:42 AM
12-12-2007 12:42 AM
Issues while pinging IPv6 address
I am facing a very wierd issue working with IPv6 address on HP-UX system.
Scenario is like , I want to enable communication between two systems via IPv6. I have Configured my lan1 and lan2 on both the systems (/etc/rc.config.d/netconf-ipv6) for IPv6 address(Link-Local).Lan1 is connected to lan1 and lan2 is connected to lan2 of the other systesm and that has been verified via link-loop command.
But the strange thing is I am able to ping only 1 IPv6 address(lan1) not the other one(lan2) from other system. Trend is like whatever IPv6 interface comes UP later only that is pingable. Tried configuring IPv4 address , no such problem was seen and even I have tried the same on different set of machines as well.
Let me know if the problem is not clear. Has anyone anytime faced susch issue ? Do I need to do any extra route settings for IPv6.
Need Experts help/advice on the same.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 01:08 AM
12-12-2007 01:08 AM
Re: Issues while pinging IPv6 address
Could you post the /etc/nsswitch.conf?
http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00926204-1
HP-UX: resolver ignores lookup policy in /etc/nsswitch.conf
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 02:57 AM
12-12-2007 02:57 AM
Re: Issues while pinging IPv6 address
#
# /etc/nsswitch.files:
#
# @(#)B11.23_LR
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any name services.
#
passwd: files
group: files
hosts: files dns
ipnodes: files
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 05:36 PM
12-12-2007 05:36 PM
Re: Issues while pinging IPv6 address
In linux-land, one passes a "scope id" with the addresses to help it pick the interface when playing with v6 addresses.
I don't know if UX uses something similar. You could try some explicit host routes, or you could try picking IPv6 addresses yourself rather than relying on the autodiscovery stuff. I'm assuming there are RFC1918-like IPv6 address ranges from which to choose, but I don't know what they are at present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 10:39 PM
12-12-2007 10:39 PM
Re: Issues while pinging IPv6 address
Replies are INline:
a)I'm guessing that when you used IPv4 addresses you happened to put them in separate subnets?
We used IPv4 address also of same sunet.
Althought we can try using some other address then link-local address. I will try that out.
But I still feel that I am missing something on the IPv6 routing part.
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 10:04 AM
12-13-2007 10:04 AM
Re: Issues while pinging IPv6 address
Might look at the ARP tables (arp command) and then lanadmin stats when doing the pings to see on which interface(s) things are transmitted and received. That, or use tcpdump to do the same.