HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to assign the Link-Local Address to HP-UX-...
Operating System - HP-UX
1832577
Members
3597
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-21-2005 02:51 PM
03-21-2005 02:51 PM
How to assign the Link-Local Address to HP-UX-11i
When HP-UX11i with IPv6 patch boots up it will get one Link-Local Address by default.I have one rquirement I need add another Link -Local Address to that Interface.I tried to add new link local Address ,It is giving warning saying as Auto bit is Set.
Could you please tell me How can I add new Link-Local Address on that Interface Or Is there any way to disable Universal/local bit?
Could you please tell me How can I add new Link-Local Address on that Interface Or Is there any way to disable Universal/local bit?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 12:06 AM
03-23-2005 12:06 AM
Re: How to assign the Link-Local Address to HP-UX-11i
Veeresh,
The man page for ifconfig talks about adding link local addresses.
Looks like you can add secondary addresses like this.
Examples:
Stateless address autoconfiguration with link-local address
ifconfig lan0 inet6 up
Manual configuration for a primary interface with link-local address
ifconfig lan0 inet6 fe80::1 up
Manual configuration for a secondary interface with link-local address
ifconfig lan0:1 inet6 fe80::3 up
Manual configuration for a secondary interface with global address
ifconfig lan0:3 inet6 2222::4 up
Here is the pdf for the man pages, easier to read sometimes. Search on link local.
http://www.docs.hp.com/en/B2355-90841docs/B2355-90841docs.pdf
Other documentation for Ipv6:
http://www.docs.hp.com/en/netcom.html#IPv6
Hope that helps
Todd
The man page for ifconfig talks about adding link local addresses.
Looks like you can add secondary addresses like this.
Examples:
Stateless address autoconfiguration with link-local address
ifconfig lan0 inet6 up
Manual configuration for a primary interface with link-local address
ifconfig lan0 inet6 fe80::1 up
Manual configuration for a secondary interface with link-local address
ifconfig lan0:1 inet6 fe80::3 up
Manual configuration for a secondary interface with global address
ifconfig lan0:3 inet6 2222::4 up
Here is the pdf for the man pages, easier to read sometimes. Search on link local.
http://www.docs.hp.com/en/B2355-90841docs/B2355-90841docs.pdf
Other documentation for Ipv6:
http://www.docs.hp.com/en/netcom.html#IPv6
Hope that helps
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 12:55 AM
03-23-2005 12:55 AM
Re: How to assign the Link-Local Address to HP-UX-11i
Todd Thanks for the reply.
If I add address like "ifconfig lan0 inet6 fe80::1 up" it is adding perfectlly.
But my probelm is I have three PC in LAN one is HP-UX, FreeBSD-5-2-1 and My Host.
HP-UX has IPv6 address as fe80::210:83ff:fe36:50ce prefix 10
and My Host has fe80::20b:dbff:fe66:8b4c
Can I change HP-UX link local address as My Host address ?
I read man page of ifconfig it says
"a manually assigned address for a primary interface must have the following
pattern: FE80::xMxx:xxxx:xxxx:xxxx where x is any hexadecimal digit, and M must be 0, 1, 4, 5, 8, 9, C,
or D."
In my case M bit is set. Is there any way to reset the M bit of the HP-UX so that I can add My Host address in to HP-UX.
Thanks
Veeresh
If I add address like "ifconfig lan0 inet6 fe80::1 up" it is adding perfectlly.
But my probelm is I have three PC in LAN one is HP-UX, FreeBSD-5-2-1 and My Host.
HP-UX has IPv6 address as fe80::210:83ff:fe36:50ce prefix 10
and My Host has fe80::20b:dbff:fe66:8b4c
Can I change HP-UX link local address as My Host address ?
I read man page of ifconfig it says
"a manually assigned address for a primary interface must have the following
pattern: FE80::xMxx:xxxx:xxxx:xxxx where x is any hexadecimal digit, and M must be 0, 1, 4, 5, 8, 9, C,
or D."
In my case M bit is set. Is there any way to reset the M bit of the HP-UX so that I can add My Host address in to HP-UX.
Thanks
Veeresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 01:18 AM
03-23-2005 01:18 AM
Re: How to assign the Link-Local Address to HP-UX-11i
Hello,
I'm not sure but it looks like you can do this since you can add a secondary address and change your M bit to "0" which is what your PC is using.
HP-UX has IPv6 address as fe80::210:83ff:fe36:50ce prefix 10
and My Host has fe80::20b:dbff:fe66:8b4c
So :20b: Mbit=0
Check out chapter 6 of this manual.
http://www.docs.hp.com/en/5990-7278/ch06.html
I'm not sure but it looks like you can do this since you can add a secondary address and change your M bit to "0" which is what your PC is using.
HP-UX has IPv6 address as fe80::210:83ff:fe36:50ce prefix 10
and My Host has fe80::20b:dbff:fe66:8b4c
So :20b: Mbit=0
Check out chapter 6 of this manual.
http://www.docs.hp.com/en/5990-7278/ch06.html
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP