Re: check NIC status command

2003-11-19 Thread Sunil Sunder Raj
Hi,
ifconfig | grep -i media displays status of the nic
Regards
SSR

From: Peter Kok [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: check NIC status command
Date: Tue, 18 Nov 2003 22:41:24 -0500
Hi all

What command in freebsd I can check the NIC status (full duplex or not)?

I made it in the rc.conf and force NIC in full duplex but why it can't 
communiate to linux as full duplex when using cross cable?

In linux, there is mii-tools

Thank you

_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=dept/bcommpgmarket=en-caRU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
_
Contact brides  grooms FREE! Only on www.shaadi.com. 
http://www.shaadi.com/ptnr.php?ptnr=hmltag Register now!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: check NIC status command

2003-11-18 Thread List
ifcoonfig 

thanks


On Wednesday 19 November 2003 03:41 am, Peter Kok wrote:
 Hi all

 What command in freebsd I can check the NIC status (full duplex or not)?

 I made it in the rc.conf and force NIC in full duplex but why it can't
 communiate to linux as full duplex when using cross cable?

 In linux, there is mii-tools

 Thank you

 _
 The new MSN 8: advanced junk mail protection and 2 months FREE*
 http://join.msn.com/?page=dept/bcommpgmarket=en-caRU=http%3a%2f%2fjoin.ms
n.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: check NIC status command

2003-11-18 Thread Kevin D. Kinsey, DaleCo, S.P.
Peter Kok wrote:

Hi all

What command in freebsd I can check the NIC status (full duplex or not)?

I made it in the rc.conf and force NIC in full duplex but why it can't 
communiate to linux as full duplex when using cross cable?

In linux, there is mii-tools

Thank you

#ifconfig
xl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=3RXCSUM,TXCSUM
   inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
   inet6 fe80::210:5aff:fee4:b104%xl0 prefixlen 64 scopeid 0x1
   ether 00:10:5a:e4:b1:04
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
HTH,

Kevin Kinsey

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: check NIC status command

2003-11-18 Thread Roland Wells
Peter,
try typing ifconfig on the command line
it will give you lots of information about your nic, ie on mine:

$ ifconfig
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.3.8 netmask 0xff00 broadcast 192.168.3.255
inet6 fe80::203:47ff:feec:360c%fxp0 prefixlen 64 scopeid 0x1
ether 00:03:47:ec:36:0c
media: Ethernet autoselect (100baseTX full-duplex)
status: active
lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff00

Roland Wells
Director FTEC / TheBeatbox
http://www.fftechcenter.org
http://www.thebeatbox.org

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Peter Kok
 Sent: Tuesday, November 18, 2003 9:41 PM
 To: [EMAIL PROTECTED]
 Subject: check NIC status command


 Hi all

 What command in freebsd I can check the NIC status (full
 duplex or not)?

 I made it in the rc.conf and force NIC in full duplex but why
 it can't
 communiate to linux as full duplex when using cross cable?

 In linux, there is mii-tools

 Thank you

 _
 The new MSN 8: advanced junk mail protection and 2 months FREE*
 http://join.msn.com/?page=dept/bcommpgmarket=en-caRU=http%3a
 %2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]