<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Matthew Huynh Blog Site</title><subtitle type="html">Small Business Server, ISA, networking tips and experiences I'd like to share.</subtitle><id>http://blogs.msdn.com/matthuynh/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/matthuynh/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2004-03-03T18:51:00Z</updated><entry><title>Media Center PC powering on by itself?  </title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2006/03/01/541812.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2006/03/01/541812.aspx</id><published>2006-03-02T07:22:00Z</published><updated>2006-03-02T07:22:00Z</updated><content type="html">&lt;P&gt;Do you have an NVidia network card?&lt;/P&gt;
&lt;P&gt;This site might help:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.meedio.com/forum/post-212403.html&amp;amp;sid=26325f8c90def5b85fcb1300090425af"&gt;http://www.meedio.com/forum/post-212403.html&amp;amp;sid=26325f8c90def5b85fcb1300090425af&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In short the article tells you to uncheck "'Allow the computer to turn off this device to save power" in it's network card property.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=541812" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry><entry><title>Setting up a backup email server for Small Business Server 2003</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2006/03/01/541163.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2006/03/01/541163.aspx</id><published>2006-03-01T11:19:00Z</published><updated>2006-03-01T11:19:00Z</updated><content type="html">&lt;P&gt;This article is for SBS users who want to have a backup mail server just in case you SBS server has an outage (power, internet troubles, hardware, etc).&amp;nbsp; Most ISPs will offer some backup mail solution for a fee, but if you have another exchange site or maybe another business with SBS you can do this for free, if both businesses are willing.&lt;/P&gt;
&lt;P&gt;Terminology:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SBS Server&lt;/EM&gt; - Small Business Server 2003 where you email is directly delivered to&lt;BR&gt;&lt;EM&gt;backup mail server&lt;/EM&gt; - Another SBS server or Exchange server where email will get delivered to if your SBS Server is offline&lt;BR&gt;&lt;EM&gt;MX&lt;/EM&gt; - Mail Exchange record&lt;BR&gt;&lt;EM&gt;YourDomain.com&lt;/EM&gt; - fill this in with whatever email domain you own&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;First step is to get MX records added&lt;/STRONG&gt; -&amp;nbsp; You can request to your domain name registrar or whoever hosts your DNS records to add a second MX record with a lower priority.&amp;nbsp; Your primary MX record will point to your SBS server with a priority of 0 or 10.&amp;nbsp; Add a second MX record that will point to the backup mail server's hostname or IP with a priority of 30.&amp;nbsp; If this is setup properly mail going to &lt;A href="mailto:bill@yourdomain.com"&gt;bill@yourdomain.com&lt;/A&gt; will try to contact the SBS exchange server first.&amp;nbsp; If it can't contact the SBS exchange server then it will try the backup mail server with the lower priority.&amp;nbsp; Thus ensuring that mail will get delivered to the SBS server if it's up and running.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Second step is to configure the backup mail server to accept mail for yourdomain.com and hold it until the SBS server request the mail&lt;/STRONG&gt; -&amp;nbsp; &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;From Server Management (SBS), expand Advanced Management, YourDomain(Exchange), right click on Connectors, select new -&amp;gt; SMTP Connector...&lt;/LI&gt;
&lt;LI&gt;Name the connector something&lt;/LI&gt;
&lt;LI&gt;Add a local bridgehead, select the local exchange server's name&lt;/LI&gt;
&lt;LI&gt;Under the Delivery Options tab, select Queue mail for remote triggered delivery (no account is added for ETRN)&lt;/LI&gt;
&lt;LI&gt;Under the Address Space tab, add an SMTP address of YourDomain.com, cost 1&lt;/LI&gt;
&lt;LI&gt;Check Allow messages to be relayed to these domains&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Mail to YourDomain.com will now get queued up when delivered to this backup mail server.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Third step is to configure your SBS Server to download the queued mail&lt;/STRONG&gt; - This step assumes that you are getting your mail directly to your SBS server&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;From Server Management (SBS), expand Advanced Management, YourDomain(Exchange), Connectors, right click on SmallBusiness SMTP connector, select properties&lt;/LI&gt;
&lt;LI&gt;Under the Advanced tab, select "Request ETRN/TURN from different server"&lt;/LI&gt;
&lt;LI&gt;Enter the host name or IP address of the backup mail server (use host name is your backup mail server is using a dynamic IP)&lt;/LI&gt;
&lt;LI&gt;Specify a schedule of how often you want to check for mail on the backup mail server (I do every 4 hours since I don't anticipate my SBS server being down very often)&lt;/LI&gt;
&lt;LI&gt;Select "Issue ETRN", click Domains... button, add the email domain that you want delivered.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;You should now be setup to download queued mail from the backup mail server.&amp;nbsp; Most of the time there will be no mail to download since your SBS server will be up and running, thus receiving all the email to YourDomain.com.&amp;nbsp; In the case of any long outages to your SBS server, you're email won't be lost.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=541163" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry><entry><title>ATI Radeon x700 and Media Center PC Live TV pixelation</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2005/11/23/496493.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2005/11/23/496493.aspx</id><published>2005-11-24T02:10:00Z</published><updated>2005-11-24T02:10:00Z</updated><content type="html">This might be helpful to someone who has a similar problem.&amp;nbsp; Recent updates in MCE2005 caused my live TV picture to be pixelated at the top.&amp;nbsp; I just upgraded my ATI drivers to the newest and that solved the problem.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=496493" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry><entry><title>ISA Standard to ISA Enterprise</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2005/06/07/426501.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2005/06/07/426501.aspx</id><published>2005-06-08T02:12:00Z</published><updated>2005-06-08T02:12:00Z</updated><content type="html">&lt;P&gt;Q:&amp;nbsp; &lt;FONT size=2&gt;Hi. If you purchase ISA Standard, can you upgrade to ISA Enterprise?&amp;nbsp; If so, how? Please advise as soon as possible. Thanks...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=3&gt;A:&amp;nbsp; &lt;FONT size=2&gt;&lt;FONT size=2&gt;Yes, there is, via Export/Import.&lt;/P&gt;
&lt;P&gt;Upgrading from ISA Server&amp;nbsp;2004 Standard Edition The upgrade process from ISA Server&amp;nbsp;2004 Standard Edition involves these steps:&lt;/P&gt;
&lt;P&gt;1. Export the ISA Server&amp;nbsp;2004 Standard Edition configuration. For instructions, see ISA Server&amp;nbsp;2004 Standard Edition Help. &lt;/P&gt;
&lt;P&gt;2. Install the Configuration Storage server component of ISA Server&amp;nbsp;2004 Enterprise Edition. &lt;/P&gt;
&lt;P&gt;3. Install one array member (either on the Configuration Storage server or on a separate computer). &lt;/P&gt;
&lt;P&gt;4. Import the configuration file that you exported in step&amp;nbsp;1 to the array you created in step&amp;nbsp;3. &lt;/P&gt;
&lt;P&gt;5. Install ISA Server array members.&amp;nbsp; The array must have only one member server when you import the configuration information.&lt;/P&gt;
&lt;P&gt;Pasted from &amp;lt;&lt;/FONT&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/isa/2004/isa2kexport.mspx"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://www.microsoft.com/technet/prodtechnol/isa/2004/isa2kexport.mspx&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;Here's confirmation from Jim Harrison:&lt;/P&gt;
&lt;P&gt;Yep:&lt;/P&gt;
&lt;P&gt;1. export existing ISA policies&lt;/P&gt;
&lt;P&gt;2. install EE over SE&lt;/P&gt;
&lt;P&gt;3. import exported policies&lt;/P&gt;
&lt;P&gt;Jim Harrison&lt;/P&gt;
&lt;P&gt;Security Business Unit (ISA SE)&lt;/P&gt;
&lt;P&gt;"When you come to a fork in the road, take it."&lt;/P&gt;
&lt;P&gt;--Yogi Berra &lt;/P&gt;
&lt;P&gt;More on this thread:&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;Q:&amp;nbsp; Hi. If you purchase ISA Standard, can you upgrade to ISA Enterprise? If so, how? Please advise as soon as possible. Thanks...&lt;/P&gt;
&lt;P&gt;A:&amp;nbsp; &lt;FONT size=2&gt;There's a Step-Up SKU available that customers can take advantage of. There is some detail here: &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/licensing/resources/volbrief.mspx"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://www.microsoft.com/licensing/resources/volbrief.mspx&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; (look under Enterprise Edition Step-up License.&lt;/P&gt;
&lt;P&gt;If they need more information the customer should contact their Account Manager or Licensing Specialist. We don't have further detail than the above.&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=426501" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry><entry><title>ISA2004 SP1 and Windows Server 2003 SP1 on SBS2003</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2005/02/28/381972.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2005/02/28/381972.aspx</id><published>2005-02-28T23:24:00Z</published><updated>2005-02-28T23:24:00Z</updated><content type="html">&lt;p&gt;ISA2004 SP1 as RTM'd and will be available to customers for download soon.&amp;nbsp; Remember that you will need to configure your network manually as the networking wizards in SBS2003 RTM doesn't support ISA2004 on SBS.&amp;nbsp; SBS will be supporting ISA2004 SP1 in our SP1 release.&lt;/p&gt; &lt;p&gt;One more blurp about ISA2004 SP1:&amp;nbsp; VPN is now fully integrated with this version.&amp;nbsp; Meaning ISA2004 on SBS will fully control RRAS settings.&amp;nbsp; Any changes made through the RRAS snapin will be overwritten by ISA2004.&amp;nbsp; Also dial-in only is not supported with ISA2004, which SBS is trying to fix right now.&amp;nbsp; So wait for SBS2003 SP1.&lt;/p&gt; &lt;p&gt;Windows Server 2003 SP1 is in RC2 right now and some have installed it on their SBS machines.&amp;nbsp; There are some issues in WS03 SP1 on SBS2003 RTM and those issues are addressed also in SBS2003 SP1.&amp;nbsp; One issue that is common is that the Remote Access Wizard will fail after hanging for a long time.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=381972" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry><entry><title>CEICW chat</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2004/10/25/247414.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2004/10/25/247414.aspx</id><published>2004-10-25T20:59:00Z</published><updated>2004-10-25T20:59:00Z</updated><content type="html">&lt;p&gt;&lt;b&gt;&lt;font face="Verdana" size="1"&gt;&lt;span style="FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; LINE-HEIGHT: 140%"&gt;Small Business Server 2003 Configure E-mail and Internet Connection Wizard&lt;/span&gt;&lt;/font&gt;&lt;/b&gt; [October 26, 2004, 2:00-3:00 PM PDT] &lt;br /&gt;Join Microsoft experts to discuss how the SBS 2003 Configure E-mail and Internet Connection Wizard (CEICW) can help you configure your network.&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;font face="Verdana" size="1"&gt;&lt;span style="FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; LINE-HEIGHT: 140%"&gt;Chat reminder:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt; &lt;a title="http" href="http://www.microsoft.com/technet/downloads/vcs/04_SBS2003_ECWiz_Oct14.ics"&gt;http://www.microsoft.com/technet/downloads/vcs/04_SBS2003_ECWiz_Oct14.ics&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;font face="Verdana" size="1"&gt;&lt;span style="FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; LINE-HEIGHT: 140%"&gt;Chat room:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt; &lt;a title="http" href="http://communities2.microsoft.com/home/chatroom.aspx?siteid=34000015"&gt;http://communities2.microsoft.com/home/chatroom.aspx?siteid=34000015&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;font face="Verdana" size="1"&gt;&lt;span style="FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; LINE-HEIGHT: 140%"&gt;Existing announcement:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt; &lt;a title="http" href="http://www.microsoft.com/communities/chats/default.mspx"&gt;http://www.microsoft.com/communities/chats/default.mspx&lt;/a&gt; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=247414" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry><entry><title>ISA2004 Standard Edition and SBS</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2004/10/13/242146.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2004/10/13/242146.aspx</id><published>2004-10-14T05:28:00Z</published><updated>2004-10-14T05:28:00Z</updated><content type="html">&lt;p&gt;ISA2004 Standard Edition release sometime in May 2004 and so that naturally means there are some users that may want to try it on SBS2003.&amp;nbsp; This article is for current SBS2003 premium users w/ ISA2000.&amp;nbsp; The Configure Email and Internet Connection Wizard (CEICW) in SBS2003 configures ISA2000, but since ISA2004 is totally re-redesigned, CEICW doesn't configure ISA2004.&amp;nbsp; That won't be a problem&amp;nbsp;if you have ISA2000 already configured by CEICW to start with.&amp;nbsp; So let me repeat that.&amp;nbsp; &lt;strong&gt;Let CEICW configure ISA2000 for you before you upgrade to ISA2004.&amp;nbsp; &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The ISA2000 to ISA2004 upgrade is pretty seemless.&amp;nbsp; All your packet filters will be migrated to access rules.&amp;nbsp; All you web publishing rules will still be web publishing rules in ISA2004.&amp;nbsp; Some more details on access rules:&lt;/p&gt; &lt;p&gt;In ISA2004, there are no more packet filters.&amp;nbsp; Instead ISA2004 uses access rules to allow the necessary traffic through from the source network to the destination network for a certain group of people.&amp;nbsp; For example:&amp;nbsp; The packet filter created in ISA2000 for SMTP outbound from the SBS server allowed SBS to send SMTP traffic to mail servers on the internet for emailing.&amp;nbsp; In ISA2004, that packet filter is now an access rule that looks like this:&amp;nbsp; Allow SMTP (TCP 25) protocol from LocalHost (SBS server) to External (Internet) for All Users Anytime.&amp;nbsp; The rules are easier to understand, but it may take some time to get use to if you are familiar with ISA2000.&amp;nbsp; &lt;/p&gt; &lt;p&gt;The one thing about the ISA2000 to ISA2004 upgrade is that inbound packet filters are not converted to Server publishing rules.&amp;nbsp; Instead ISA2004 converts these inbound packet filters to inbound access rules.&amp;nbsp; So the packet filter to allow&amp;nbsp;Remote Desktop&amp;nbsp;traffic to the SBS server would look like this in ISA2004:&amp;nbsp; Allow RDP (TCP 3389) protocol from External to LocalHost for All Users Anytime.&lt;/p&gt; &lt;p&gt;Another concept that is different on ISA2004 from ISA2000 is networks.&amp;nbsp; ISA2000 would filter and protect the networks inside the Local Address Table (LAT), but in ISA2004 each network is separated and protected from each other.&amp;nbsp; You'll have to setup access rules to communicate with another network.&amp;nbsp; For example:&amp;nbsp; In ISA2000 the SBS server (localhost) and the internal network was considered one network for the most part.&amp;nbsp; Now in ISA2004 the localhost network is separate from the internal network.&amp;nbsp; What does this mean?&amp;nbsp; Out of the box (clean install of ISA2004)&amp;nbsp;nothing will be able to communicated with the localhost network (ISA2000 to ISA2004 upgrades will put in necessary access rules to maintain you network functionality).&amp;nbsp; You have to setup rules to allow that to happen.&amp;nbsp; For internal clients to contact the SBS server you'll need the following access rule:&amp;nbsp; Allow All protocols from internal network to localhost network for all users anytime.&amp;nbsp; You can change the rule to allow the SBS server to contact client machines by changing the last access rule to:&amp;nbsp; Allow All protocols from (internal network and localhost network) to (localhost network and internal network) for all users anytime.&lt;/p&gt; &lt;p&gt;Hope this helps you get started with ISA2004 on SBS.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=242146" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry><entry><title>Can't connect to Computer Desktop through RWW</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/matthuynh/archive/2004/03/03/83580.aspx" /><id>http://blogs.msdn.com/matthuynh/archive/2004/03/03/83580.aspx</id><published>2004-03-04T02:51:00Z</published><updated>2004-03-04T02:51:00Z</updated><content type="html">&lt;P&gt;This article address the issue when you want to connect to a server or client machine through the RWW and you get a VBScript: Disconnect error telling you that you can't connect.&lt;/P&gt;
&lt;P&gt;Verify that TCP 4125 isn't being used by another process:&lt;BR&gt;From a command prompt type in "netstat -aon | find "4125"&lt;BR&gt;Make sure that nothing is found.&amp;nbsp; If something is found find that process&lt;BR&gt;and see if you need it to be running on 4125.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;This step will tell us if the end to end connection to port 4125 can be made from the client to the SBS server.&lt;BR&gt;Go to http://isatools.org and download winsocktool.msi&lt;BR&gt;Install it on the SBS server&lt;BR&gt;Launch the winsocktool&lt;BR&gt;Configure the tool for:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode: Server&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Protocol: TCP&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local address: 0.0.0.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local port: 4125&lt;BR&gt;Click Listen&lt;BR&gt;On your external client open a command prompt&lt;BR&gt;type telnet &amp;lt;external ip&amp;gt; 4125&lt;BR&gt;Verify that the telnet session connected by typing some thing.&amp;nbsp; You should&lt;BR&gt;see it on the winsocktool console.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;See KB article 828053 for connectivity issue when your client is behind an ISA firewall.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=83580" width="1" height="1"&gt;</content><author><name>matthuynh</name><uri>http://blogs.msdn.com/members/matthuynh.aspx</uri></author></entry></feed>