Re: How to find the ethernet add of NIC

1999-10-20 Thread Jean-Yves BARBIER
On Tue, Oct 19, 1999 at 07:48:04PM -0400, Greg Wooledge wrote: > ZEN MYSTIC ([EMAIL PROTECTED]) wrote: > > > hi ..anyone knows how to find the ethernet add of NIC > > If it's detected by the kernel, you can use /sbin/ifconfig. > > If it's not detected by the kernel, first you will have to make t

Re: How to find the ethernet add of NIC

1999-10-19 Thread Greg Wooledge
ZEN MYSTIC ([EMAIL PROTECTED]) wrote: > hi ..anyone knows how to find the ethernet add of NIC If it's detected by the kernel, you can use /sbin/ifconfig. If it's not detected by the kernel, first you will have to make the kernel detect it, either by loading a module or by building a custom kerne

Re: How to find the ethernet add of NIC

1999-10-19 Thread Patrick Kirk
First load the module, then ifconfig to give IP info to card and then route add -n xxx.xxx.xxx.0 dev eth1 - Original Message - From: ZEN MYSTIC <[EMAIL PROTECTED]> To: Sent: Tuesday, October 19, 1999 7:40 AM Subject: How to find the ethernet add of NIC > > hi ..anyone knows how to find