Operating System - HP-UX
1751717 Members
6032 Online
108781 Solutions
New Discussion

Re: how to configure global ip address on 11.31

 
Sakthi_12
Occasional Visitor

how to configure global ip address on 11.31

Hi All,

 

      i configured ipv6 on 11.31 but its showing link private link local addres, like

 

          lan0: flags=4800841<UP,RUNNING,MULTICAST,PRIVATE,ONLINK>
        inet6 fe80::21a:4bff:fe08:7918  prefix 10


But i want to configure global ipv6 address like,

 

2607:f0d0:1002:11::1a

 

Please tell me the steps,

 

Thanks and regards

Sakthi.

 

 

 

 

9 REPLIES 9
Johnson Punniyalingam
Honored Contributor

Re: how to configure global ip address on 11.31

can pls provide below output

 

# netstat -in

Problems are common to all, but attitude makes the difference
Sakthi_12
Occasional Visitor

Re: how to configure global ip address on 11.31

Please check the output

 

# netstat -in
IPv4:
Name      Mtu  Network         Address         Ipkts              Ierrs Opkts              Oerrs Coll
lan0      1500 10.18.92.0      10.18.92.63     63787              0     11178              0     0
lo0      32808 127.0.0.0       127.0.0.1       12090426           0     12090426           0     0

IPv6:
Name         Mtu Address/Prefix                              Ipkts               Opkts
lan0        1500 fe80::21a:4bff:fe08:dbd8/10                 6                   15
lo0        32808 ::1/128                                     730113              730113

 

Johnson Punniyalingam
Honored Contributor

Re: how to configure global ip address on 11.31

Are you configure you interface with dual stack ?

Problems are common to all, but attitude makes the difference
Sakthi_12
Occasional Visitor

Re: how to configure global ip address on 11.31

No

Johnson Punniyalingam
Honored Contributor

Re: how to configure global ip address on 11.31

from the netstat -in you are  using lan0  also to configure the ipv6 address any reasons ?

Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: how to configure global ip address on 11.31

SMH-> Networking and Communications-> Network Interfaces Configuration-> Network Interface Cards

Chose network cards (e,g lan1)

Select -> p-View/Modify IP Attributes -> IPv6 Configuration -> Chose Manual Configuration -> Key-inIPv6 Address

Problems are common to all, but attitude makes the difference
Sakthi_12
Occasional Visitor

Re: how to configure global ip address on 11.31

Hi Johnson,

 

Thanks for ur reply.....

 

Regards

Sakthi.

Johnson Punniyalingam
Honored Contributor

Re: how to configure global ip address on 11.31

If you are satisfied with my suggestion. please assign points and close thread.

 

Thank you

Problems are common to all, but attitude makes the difference
SaravananPalani
Frequent Visitor

Re: how to configure global ip address on 11.31

You can try this also,

   ifconfig lan0:1 inet6 1234::345 up

   ifconfig lan0:1 inet6  -private

 

But, this will work only with secondary interface.