<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: FreeBSD Set Speed Duplex For My Network Card ( NIC )</title> <atom:link href="http://www.cyberciti.biz/faq/howto-configure-freebsd-full-half-duplex-speed/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-full-half-duplex-speed/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: nbari</title><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-full-half-duplex-speed/#comment-48718</link> <dc:creator>nbari</dc:creator> <pubDate>Tue, 10 Aug 2010 16:44:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-configure-freebsd-full-half-duplex-speed/#comment-48718</guid> <description>if you are on a remote server take care when doing this:
# /etc/rc.d/netif restart
that will also mess with your routes and probability your server will become unreachable so better run this:
( /etc/rc.d/netif restart ; /etc/rc.d/routing restart )
that way after restarting the &#039;network&#039; you can also restart your routes and still access the server</description> <content:encoded><![CDATA[<p>if you are on a remote server take care when doing this:</p><p># /etc/rc.d/netif restart</p><p>that will also mess with your routes and probability your server will become unreachable so better run this:</p><p>( /etc/rc.d/netif restart ; /etc/rc.d/routing restart )</p><p>that way after restarting the &#8216;network&#8217; you can also restart your routes and still access the server</p> ]]></content:encoded> </item> <item><title>By: Raj</title><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-full-half-duplex-speed/#comment-37437</link> <dc:creator>Raj</dc:creator> <pubDate>Thu, 07 Feb 2008 19:13:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-configure-freebsd-full-half-duplex-speed/#comment-37437</guid> <description>Good article. Just a quick note about DHCP, following will not work:
&lt;code&gt;ifconfig_em0=&quot;DHCP&quot;
ifconfig_em0=&quot;media 100baseTX mediaopt full-duplex&quot;&lt;/code&gt;
I got it working by creating /etc/start_if.em0:
&lt;code&gt;ifconfig em0 media 100baseTX mediaopt full-duplex&lt;/code&gt;
Make sue /etc/rc.conf just has the following config directive:
&lt;code&gt;ifconfig_em0=&quot;DHCP&quot;&lt;/code&gt;
Cheers,
Raj</description> <content:encoded><![CDATA[<p>Good article. Just a quick note about DHCP, following will not work:<br
/> <code>ifconfig_em0="DHCP"<br
/> ifconfig_em0="media 100baseTX mediaopt full-duplex"</code><br
/> I got it working by creating /etc/start_if.em0:<br
/> <code>ifconfig em0 media 100baseTX mediaopt full-duplex</code><br
/> Make sue /etc/rc.conf just has the following config directive:<br
/> <code>ifconfig_em0="DHCP"</code></p><p>Cheers,</p><p>Raj</p> ]]></content:encoded> </item> </channel> </rss>
