- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- Networking
- >
- Re: Router query - migrating from ipv4 to ipv6.
-
- Forums
-
Blogs
- Hybrid Cloud
- Edge
- Data & AI
- Working in Tech
- AI Insights
- Alliances
- Around the Storage Block
- Behind the scenes at Labs
- Careers in Tech
- HPE Storage Tech Insiders
- Inspiring Progress
- IoT at the Edge
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Russia
- HPE Blog, UK & Ireland
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-29-2013 09:42 AM - last edited on 04-29-2013 05:50 PM by Maiko-I
04-29-2013 09:42 AM - last edited on 04-29-2013 05:50 PM by Maiko-I
Router query - migrating from ipv4 to ipv6.
HI
we are migrating from ipv4 to Ipv6.
I need to know how to disable router discovery option in HP-UX .
and also need to know Router discovery function is ON or OFF by default.
because I came to know the below,
In windows if Router Discovery function is enabled on server, unnecessary(or additional) IPv6 address will be assigned dynamically.
This impacts the IPv6 communication as there will be inconsistency in the combination of IP and FQDN registered on DNS
P.S. This thread has been moved from HP-UX > System Administration to HP-UX > networking - HP Forums Moderator
- Tags:
- IPv6
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-29-2013 11:26 AM
04-29-2013 11:26 AM
Re: Router query - migrating from ipv4 to ipv6.
What version of HP-UX is this?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-29-2013 02:00 PM
04-29-2013 02:00 PM
Re: Router query - migrating from ipv4 to ipv6.
The daemon that controls dynamic routing in HP-UX is the GATED daemon. As long as this is NOT running, HP-UX should not automatically discover and add routes to your system.
To make sure this is turned off, do the following:
# cd /etc/rc.config.d
# grep GATED *
You should get something like:
# grep GATED *
netconf:GATED=0
netconf:GATED_ARGS=""
The GATED=0 indicates that the gated daemon will not start.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP