IPv6 configuration on linux - TechRepublic
Question
June 21, 2007 at 04:36 AM
jasharma

IPv6 configuration on linux

by jasharma . Updated 18 years, 11 months ago

ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:13:D3:3F:7F:37
inet addr:172.16.170.117 Bcast:172.16.170.255 Mask:255.255.255.0
inet6 addr: fe80::213:d3ff:fe3f:7f37/64 Scope:Link <- here UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:205560943 errors:0 dropped:0 overruns:0 frame:1 TX packets:742535676 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:515791587 (491.8 MiB) TX bytes:3168788086 (2.9 GiB) Interrupt:193 When fe80::213:d3ff:fe3f:7f37/64 is deleted by ifconfig eth0 del command and then > ifconfig down
> ifconfig up
is executed.
>ifconfig eth0

fe80::213:d3ff:fe3f:7f37/64 this address is assigned once again to inet6addr of eth0.

I want to turn this automatic IPv6 assignment off.How it can be done?

This discussion is locked

All Comments