[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interface Aliases...



Quoting KoReE <koree@ameth.org>:

> So, since I run SuSE, I wonder what RH's control panel is doing at a lower
> level?  I could do such things by hand if needed, and I know how to do
> them :D

Probably the same thing I'm doing by hand on my homebrew box.

kliren:~# uname -a
Linux kliren.int.ram.silug.org 2.4.18-xfs #2 Wed Aug 7 06:25:38 CDT 2002 i686
AuthenticAMD
kliren:~# ifconfig -a  
eth0      Link encap:Ethernet  HWaddr 00:05:1C:98:17:50  
          inet addr:192.168.1.129  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING  MTU:1500  Metric:1
          RX packets:1890088 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1970896 errors:0 dropped:0 overruns:1 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:1339947705 (1277.8 Mb)  TX bytes:285524149 (272.2 Mb)
          Interrupt:11 Base address:0xb000 

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:2753229 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2753229 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3106009209 (2962.1 Mb)  TX bytes:3106009209 (2962.1 Mb)
kliren:~# ifconfig eth0:0 192.168.1.137
kliren:~# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:05:1C:98:17:50  
          inet addr:192.168.1.129  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING  MTU:1500  Metric:1
          RX packets:1890505 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1971270 errors:0 dropped:0 overruns:1 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:1340390866 (1278.2 Mb)  TX bytes:285548815 (272.3 Mb)
          Interrupt:11 Base address:0xb000 

eth0:0    Link encap:Ethernet  HWaddr 00:05:1C:98:17:50  
          inet addr:192.168.1.137  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING  MTU:1500  Metric:1
          Interrupt:11 Base address:0xb000 

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:2753229 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2753229 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3106009209 (2962.1 Mb)  TX bytes:3106009209 (2962.1 Mb)

Of course, I could be running a newer version of ifconfig than you.

kliren:~# ifconfig -V
net-tools 1.60
ifconfig 1.42 (2001-04-13)

From my experiences, I can't say that I'm having any problems with it.  I can
ping that interface and get replies from it, so I'm assuming it works.

-- 
Nate Reindl
http://ram.silug.org/

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.