• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FreeBSD question

Sorcerer

Senior member
Can anyone tell me how to check to see if my NIC is set to:
1. 10 or 100
2. full or half duplex

It's running a small web/ftp server over DSL, so the speed is not real critical, but lastnight, I transfered several iso's onto it, & it took forever.

It's running Samba, so when I initially loaded it, I just used my main system (win) to just drag the entire directory structure I wanted onto the filesystem where I wanted it. That was something like 40G, so I just started it, & went to bed. No idea how long it really took then.

Thanks for any help.
 
Have a look in /etc/rc.conf
Should be a line with an "ifconfig" command there, including some settings like IP and submask.

Just add "media autoselect" or whatever media type you want.
100 Mbit/sec is "100baseTX" and 10 is "10baseTX".
 
Back
Top