ifconfig query/dhclient

2008-08-04 Thread Warren Liddell
Im trying to find out how i can change my net card on re0 to be a 10BaseT full duplex instead of auto @ 100. Also trying to work out why when using dhclient fwe0 (presuming its my wireless card) it never gets a link .. is there more to getting a link with wireless? there is no encryption.

Re: ifconfig query/dhclient

2008-08-04 Thread Edward Ruggeri
On Mon, Aug 4, 2008 at 4:54 AM, Warren Liddell [EMAIL PROTECTED] wrote: Im trying to find out how i can change my net card on re0 to be a 10BaseT full duplex instead of auto @ 100. I don't know, but someone else can probably help. Also trying to work out why when using dhclient fwe0

Re: ifconfig query/dhclient

2008-08-04 Thread Erik Trulsson
On Mon, Aug 04, 2008 at 07:54:06PM +1000, Warren Liddell wrote: Im trying to find out how i can change my net card on re0 to be a 10BaseT full duplex instead of auto @ 100. 'ifconfig re0 media 10baseT/UTP mediaopt full-duplex' should work. (See the re(4) and ifconfig(8) manpages.) Be aware