[7.450][QUESTION][ANSWERED] label for interface in ifconfig - what is rDdc ?

Hi !
can some one please explain what is rDdc ?

Thanks


 ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1C:C0:AA:21:8C
          inet addr:192.168.2.100  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8656 errors:0 dropped:0 overruns:0 frame:0
          TX packets:58393 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1206564 (1.1 Mb)  TX bytes:78973715 (75.3 Mb)
          Interrupt:50 Base address:0x8000

eth0:rDdC Link encap:Ethernet  HWaddr 00:1C:C0:AA:21:8C
          inet addr:192.168.1.225  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:50 Base address:0x8000
Parents Reply
  • hi utm_kid, 

    the value *** behind the "eth:***" is only a lable that needs to be unique and its allowed to be nearly anything. 
    The most common systems use numbers for 1..x like eth0:1.

    But it is also perfect ok to use somthing like "eth0:abcd"
    We use this label to map it to a additional ip adress definition, so we know which definition it is. 

    i hope that was understandable.
    regards
    Gert


    Yes Sir,agreed but if we can specify our  desire name that will be grate random name will be a misleading in many ways (i think it will be  difficult  to rember also)

    Thanks


    Thanks
Children