No subject


Sat Oct 14 20:46:50 EDT 2006


   $ ifconfig
   eth0      Link encap:Ethernet  HWaddr 00:0C:F1:E2:A8:6B  
             inet addr:10.0.33.189  Bcast:10.0.255.255  Mask:255.255.0.0
             UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
             RX packets:313517229 errors:0 dropped:0 overruns:0 frame:0
             TX packets:267059253 errors:0 dropped:0 overruns:0 carrier:0
             collisions:0 txqueuelen:1000 
             RX bytes:2612070455 (2.4 GiB)  TX bytes:2340276299 (2.1 GiB)
             Base address:0xac00 Memory:ff7e0000-ff800000 
   
   lo        Link encap:Local Loopback  
             inet addr:127.0.0.1  Mask:255.0.0.0
             UP LOOPBACK RUNNING  MTU:16436  Metric:1
             RX packets:5416926 errors:0 dropped:0 overruns:0 frame:0
             TX packets:5416926 errors:0 dropped:0 overruns:0 carrier:0
             collisions:0 txqueuelen:0 
             RX bytes:3656938394 (3.4 GiB)  TX bytes:3656938394 (3.4 GiB)
   
   $ sudo /sbin/ifconfig eth0:0 del 10.107.33.189
   $ ifconfig
   eth0      Link encap:Ethernet  HWaddr 00:0C:F1:E2:A8:6B  
             inet addr:10.0.33.189  Bcast:10.0.255.255  Mask:255.255.0.0
             UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
             RX packets:313517475 errors:0 dropped:0 overruns:0 frame:0
             TX packets:267059285 errors:0 dropped:0 overruns:0 carrier:0
             collisions:0 txqueuelen:1000 
             RX bytes:2612089422 (2.4 GiB)  TX bytes:2340281076 (2.1 GiB)
             Base address:0xac00 Memory:ff7e0000-ff800000 
   
   eth0:0:1  Link encap:Ethernet  HWaddr 00:0C:F1:E2:A8:6B  
             inet addr:10.107.33.189  Bcast:0.0.0.0  Mask:0.0.0.0
             UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
             Base address:0xac00 Memory:ff7e0000-ff800000 
   
   lo        Link encap:Local Loopback  
             inet addr:127.0.0.1  Mask:255.0.0.0
             UP LOOPBACK RUNNING  MTU:16436  Metric:1
             RX packets:5416926 errors:0 dropped:0 overruns:0 frame:0
             TX packets:5416926 errors:0 dropped:0 overruns:0 carrier:0
             collisions:0 txqueuelen:0 
             RX bytes:3656938394 (3.4 GiB)  TX bytes:3656938394 (3.4 GiB)

I ask to delete a non-existent interface, and instead, I get a totally
new one I didn't ask for :)

-- 

Seeya,
Paul



More information about the gnhlug-discuss mailing list