Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to disable the IPv6 on Solaris 8

Status
Not open for further replies.

kporeddy

IS-IT--Management
Sep 7, 2001
49
US
Hi

Can any one help me, how to disable the IPv6 on Solaris 8.

Thanks for your help

Karan
 
Hi,
To disable IPv6 give the following command:
ifconfig lo0 inet6 down unplumb

I hope this helps.....
 
Hi Naveen,

It works,Thank you very much for your help.

Karan

 
Is this IPV6 neccessary?

What is it's purpose?

J
 
Hi Kegnut,

I am facing the network problem, I am expected that, because of IPv6 enbled.
I have installed Solaris 8 on 420R, after installing I found the network errors at SE Tool kit, before it is woking fine with 2.6.
Even the IP Address is not using the IPv6.
Ifconfig -a output

lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 3.61.128.207 netmask fffffc00 broadcast 3.61.131.255
ether 8:0:20:bf:b8:fe
lo0: flags=2000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6> mtu 8252 index 1
inet6 ::1/128
hme0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
ether 8:0:20:bf:b8:fe
inet6 fe80::a00:20ff:febf:b8fe/10

I am getting the following errors at SE Tool kit, Please help me , if you any idea.

AGGREGATE NETWORK INFORMATION

Overall state of the network interfaces:

black Problem: network failure
Errors seen, fix hardware or cables

State Name Ipkt/s Opkt/s Err/s Coll% NoCanPut/s
Defer/s
black hme0 36.4 13.7 0.53 7.56 0.00
0.00

TCP measures Total Rate/s
Input bytes 12928 718.22
Output bytes 116092 6449.56
Retransmit bytes 7096 6.11%
Connections 0 0.00

ETHERNET RULE THRESHOLDS

ENET_INUSE default=50.0/s getenv=50.0/s ignore
fewer output packets/s
ENET_COLL_WARNING default=15.0% getenv=15.0%
ENET_COLL_PROBLEM default=30.0% getenv=30.0%
ENET_ERROR_PROBLEM default=0.050/s getenv=0.050/s
ENET_DEFER_WARNING default=2.00% getenv=2.00% some
delayed output packets
ENET_DEFER_PROBLEM default=10.00% getenv=10.00% too many
delayed output packets
ENET_NOCANPUT_PROBLEM default=1.000/s getenv=1.000/s
incoming packet dropped by IP

I have used the following commands, still I am getting same
errors.

I have check the Network card and it is connected to 100Mbps Switch.It is working fine with Solaris 2.6, After Installing I found this errors.
link_status, link_mode and link_speed set to 1 (Full Duplex)

Please give me a help on this..

Thanks
Karan


 
Hi Kegnut,

I am facing the network problem, I am expected that, because of IPv6 enbled.
I have installed Solaris 8 on 420R, after installing I found the network errors at SE Tool kit, before it is woking fine with 2.6.
Even the IP Address is not using the IPv6.
Ifconfig -a output

lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 3.61.128.207 netmask fffffc00 broadcast 3.61.131.255
ether 8:0:20:bf:b8:fe
lo0: flags=2000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6> mtu 8252 index 1
inet6 ::1/128
hme0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
ether 8:0:20:bf:b8:fe
inet6 fe80::a00:20ff:febf:b8fe/10

I am getting the following errors at SE Tool kit, Please help me , if you any idea.

AGGREGATE NETWORK INFORMATION

Overall state of the network interfaces:

black Problem: network failure
Errors seen, fix hardware or cables

State Name Ipkt/s Opkt/s Err/s Coll% NoCanPut/s
Defer/s
black hme0 36.4 13.7 0.53 7.56 0.00
0.00

TCP measures Total Rate/s
Input bytes 12928 718.22
Output bytes 116092 6449.56
Retransmit bytes 7096 6.11%
Connections 0 0.00

ETHERNET RULE THRESHOLDS

ENET_INUSE default=50.0/s getenv=50.0/s ignore
fewer output packets/s
ENET_COLL_WARNING default=15.0% getenv=15.0%
ENET_COLL_PROBLEM default=30.0% getenv=30.0%
ENET_ERROR_PROBLEM default=0.050/s getenv=0.050/s
ENET_DEFER_WARNING default=2.00% getenv=2.00% some
delayed output packets
ENET_DEFER_PROBLEM default=10.00% getenv=10.00% too many
delayed output packets
ENET_NOCANPUT_PROBLEM default=1.000/s getenv=1.000/s
incoming packet dropped by IP

I have used the following commands, still I am getting same errors.
ndd -set /dev/hme instance 0
ndd -set /dev/hme adv_100T4_cap 0
ndd -set /dev/hme adv_autoneg_cap 0
ndd -set /dev/hme adv_100fdx_cap 1
ndd -set /dev/hme adv_100hdx_cap 0
ndd -set /dev/hme adv_10fdx_cap 0
ndd -set /dev/hme adv_10hdx_cap 0


I have check the Network card and it is connected to 100Mbps Switch.It is working fine with Solaris 2.6, After Installing I found this errors.
link_status, link_mode and link_speed set to 1 (Full Duplex)

Please give me a help on this..

Thanks
Karan


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top