I am building a NAS fileserver with an X7SPA-H mobo. It has two GbE ports and I've set up FreeBSD (8.0-release) to bridge them (using if_bridge()). I plug one to my desktop PC and one to my 100Mb router. I figure since the NAS is always-on, I can use it as a switch and have a GbE connection between the NAS and my PC without having to buy a GbE switch.
Problem is, when the desktop PC is off (which is often), every few minutes I get another message in /var/log/messages:
It's not a real problem and I don't want to clutter up my log file with this message.
How can I disable this watchdog timeout? (Or is there a better solution?)
Problem is, when the desktop PC is off (which is often), every few minutes I get another message in /var/log/messages:
Code:
kernel: em0: watchdog timeout -- resetting
It's not a real problem and I don't want to clutter up my log file with this message.
How can I disable this watchdog timeout? (Or is there a better solution?)