- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not able to ping mapped IPV4 addresses on HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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-19-2006 12:39 AM
12-19-2006 12:39 AM
/> ping ::ffff:9.182.195.157
ping: unknown host ::ffff:9.182.195.157
However i am able to ping my IPV6 address and ::1 . I am also able to ping ::ffff:9.182.195.157
from other machines.
I configured IPV6 using : ifconfig lan0 inet6 up
Have I missed anything. Thanks for suggestions.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 01:39 AM
12-19-2006 01:39 AM
Re: Not able to ping mapped IPV4 addresses on HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 01:54 AM
12-19-2006 01:54 AM
Re: Not able to ping mapped IPV4 addresses on HPUX
you may also want to read Chapter 1 page 7
of docs.hp.com/hpux/pdf/T1306-90004.pdf
Check your files:
/etc/rc.config.d/netconf-ipv6
/etc/hosts for IPV6 format ip resolutions
and ipnodes in /etc/nsswitch.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:01 AM
12-19-2006 02:01 AM
Re: Not able to ping mapped IPV4 addresses on HPUX
The ping command does not accept IPv4-mapped IPv6
addresses. To ping an IPv4 node, an IPv4 address
should be used. IPv4-mapped IPv6 addresses are used
to address IPv4-only nodes from an IPv6 node in a
socket program only. IPv4-mapped IPv6 addresses are
always converted to an IPv4 address before they are
used in packets sent over the network.