<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Scripts and Tips</title>
	<atom:link href="http://www.tipsandscripts.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandscripts.net</link>
	<description>Various things I've found useful in my travels</description>
	<lastBuildDate>Mon, 09 Aug 2010 09:23:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flexible NetFlow through an IPSec VPN Tunnel</title>
		<link>http://www.tipsandscripts.net/archives/95</link>
		<comments>http://www.tipsandscripts.net/archives/95#comments</comments>
		<pubDate>Mon, 09 Aug 2010 09:15:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[IPSec]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=95</guid>
		<description><![CDATA[As of IOS 12.4(20)T Cisco routers can send NetFlow data through an IPSec VPN tunnel. The flow exporter just needs to be configured with the output-features option. According to Configuring Data Export for Cisco IOS Flexible NetFlow with Flow Exporters this option &#8220;Enables sending export packets using QoS and encryption&#8221;. For example: flow exporter NFSVR [...]]]></description>
			<content:encoded><![CDATA[<p>As of IOS 12.4(20)T Cisco routers can send NetFlow data through an IPSec VPN tunnel. The flow exporter just needs to be configured with the output-features option. According to <a href="http://www.cisco.com/en/US/docs/ios/fnetflow/configuration/guide/cfg_de_fnflow_exprts.html">Configuring Data Export for Cisco IOS Flexible NetFlow with Flow Exporters</a> this option &#8220;Enables sending export packets using QoS and encryption&#8221;.</p>
<p>For example:</p>
<p><pre><code>flow exporter NFSVR
 destination 10.1.1.1
 source Vlan1
 output-features
 transport udp 9996
!
!
flow monitor flow-monitor
 record netflow-original
 exporter NFSVR
 cache timeout active 1
</code></pre></p>
<p>However, although the output-features command appears to be available on earlier versions of IOS, it doesn&#8217;t seem to have been implemented. You can type the command without error, but it never makes it into the config. So, if you&#8217;re trying to get this working, and it&#8217;s not, I suggest checking your IOS version. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/95/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poor Voice Quality, Inbound Calls Work, Outbound Calls Don&#8217;t on BRI</title>
		<link>http://www.tipsandscripts.net/archives/93</link>
		<comments>http://www.tipsandscripts.net/archives/93#comments</comments>
		<pubDate>Mon, 09 Aug 2010 08:55:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=93</guid>
		<description><![CDATA[I had an issue the other day when we replaced an ISDN PRI interface with a BRI. I reconfigured the voice gateway and had inbound calls working &#8211; albeit a fair bit of static. However, I could not get outbound calls to go via the BRI interface. I had debugging on for isdn q931 and [...]]]></description>
			<content:encoded><![CDATA[<p>I had an issue the other day when we replaced an ISDN PRI interface with a BRI. I reconfigured the voice gateway and had inbound calls working &#8211; albeit a fair bit of static. However, I could not get outbound calls to go via the BRI interface. I had debugging on for isdn q931 and voip ccapi inout and was seeing entries similar to:</p>
<p><pre><code>Aug&nbsp;&nbsp;5 07:51:08.643: ISDN BR0/1/0 Q931: RX &lt;- RELEASE_COMP pd = 8&nbsp;&nbsp;callref = 0x84
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cause i = 0x82E404 - Invalid information element contents
Aug&nbsp;&nbsp;5 07:51:08.643: //21/8043BD33BC09/CCAPI/cc_api_call_disconnected:
&nbsp;&nbsp; Cause Value=100, Interface=0x4900DFC0, Call Id=21
Aug&nbsp;&nbsp;5 07:51:08.643: //21/8043BD33BC09/CCAPI/cc_api_call_disconnected:
&nbsp;&nbsp; Call Entry(Responsed=TRUE, Cause Value=100, Retry Count=0)
Aug&nbsp;&nbsp;5 07:51:08.643: //20/xxxxxxxxxxxx/CCAPI/ccCallReleaseResources:
&nbsp;&nbsp; release reserved xcoding resource.
Aug&nbsp;&nbsp;5 07:51:08.647: //21/8043BD33BC09/CCAPI/ccCallSetAAA_Accounting:
&nbsp;&nbsp; Accounting=0, Call Id=21
Aug&nbsp;&nbsp;5 07:51:08.647: //21/8043BD33BC09/CCAPI/ccCallDisconnect:
&nbsp;&nbsp; Cause Value=100, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=100)
Aug&nbsp;&nbsp;5 07:51:08.647: //21/8043BD33BC09/CCAPI/ccCallDisconnect:
&nbsp;&nbsp; Cause Value=100, Call Entry(Responsed=TRUE, Cause Value=100)
Aug&nbsp;&nbsp;5 07:51:08.647: //21/8043BD33BC09/CCAPI/cc_api_get_transfer_info:
&nbsp;&nbsp; Transfer Number Is Null
Aug&nbsp;&nbsp;5 07:51:08.647: //21/8043BD33BC09/CCAPI/cc_api_call_disconnect_done:
&nbsp;&nbsp; Disposition=0, Interface=0x4900DFC0, Tag=0x0, Call Id=21,
&nbsp;&nbsp; Call Entry(Disconnect Cause=100, Voice Class Cause Code=0, Retry Count=0)
Aug&nbsp;&nbsp;5 07:51:08.647: //21/8043BD33BC09/CCAPI/cc_api_call_disconnect_done:
&nbsp;&nbsp; Call Disconnect Event Sent
Aug&nbsp;&nbsp;5 07:51:08.647: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
</code></pre></p>
<p>In the end it turns out I was missing the configuration command <em>compand-type a-law</em></p>
<p><pre><code>
voice-port 0/1/0
 translation-profile incoming pstn-incoming
 translation-profile outgoing pstn-outgoing
 compand-type a-law
 cptone AU
</code></pre></p>
<p>Note this is for a router in Australia &#8211; other countries might be different.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/93/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different MTU Settings on a Cisco 877 Router</title>
		<link>http://www.tipsandscripts.net/archives/85</link>
		<comments>http://www.tipsandscripts.net/archives/85#comments</comments>
		<pubDate>Tue, 20 Apr 2010 09:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[IPSec]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=85</guid>
		<description><![CDATA[I have a remote site on an ADSL connection using a Cisco 877 router. There&#8217;s an IPSec VPN back to my location. They connection speed is very good: Download Speed (kbps): 23410 Upload Speed (kbps): 1017 The ADSL router was configured with pretty typical MTU and MSS settings (probably copied off the Internet): interface Vlan1 [...]]]></description>
			<content:encoded><![CDATA[<p>I have a remote site on an ADSL connection using a Cisco 877 router. There&#8217;s an IPSec VPN back to my location. They connection speed is very good:</p>
<p>Download Speed (kbps): 23410<br />
Upload Speed (kbps): 1017</p>
<p>The ADSL router was configured with pretty typical MTU and MSS settings (probably copied off the Internet):</p>
<p><pre><code>interface Vlan1
ip mtu 1452
ip flow ingress
ip tcp adjust-mss 1452

interface Dialer0
ip mtu 1452</code></pre></p>
<p>The remote site has a VMware ESXi server. I couldn&#8217;t remotely connect to the ESXi server using the vSphere client. I could connect using ssh. However, if I tried running any command with a reasonable size output (e.g. ps) the session would hang and then time out. I could connect to a remote server using RDP, but it was very slow to connect (once connected the RDP session was fine).</p>
<p>I had no problems connecting to the ESXi server from the VMware session.</p>
<p>I tried running an FTP on the remote server and copying a file to my location with the following result:<br />
<code>ftp: 149504 bytes sent in 28.89Seconds 5.17Kbytes/sec.</code></p>
<p>That&#8217;s pretty slow for a connection with almost 1Mbps upload speed.</p>
<p>So, I started playing around with MTU and MSS (in the following tests MSS was either set to the same value as MTU or 40 bytes less):<br />
<strong>mtu 1200</strong><br />
<code>ftp: 149504 bytes sent in 1.58Seconds 94.74Kbytes/sec.</code></p>
<p><strong>mtu 1300</strong><br />
<code>ftp: 149504 bytes sent in 2.84Seconds 52.62Kbytes/sec.</code></p>
<p>I finally settled on the following:</p>
<p><pre><code>interface Vlan1
ip mtu 1242
ip flow ingress
ip tcp adjust-mss 1200

interface Dialer0
ip mtu 1452</code></pre></p>
<p>94Kbytes/sec is pretty reasonable for a 1Mb link with round trip latency of around 83ms.</p>
<p>Then I started wondering if my ACL was blocking Path MTU Discovery. So, I added the following to the inbound ACL on the 877 (as per <a href="http://www.cisco.com/en/US/tech/tk827/tk369/technologies_white_paper09186a00800d6979.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk827/tk369/technologies_white_paper09186a00800d6979.shtml</a>) and changed the MTU values back to original:</p>
<p><pre><code>permit icmp any any unreachable
permit icmp any any time-exceeded</code></pre></p>
<p>However, there were no hits and it didn&#8217;t seem to help at all:<br />
<code>ftp: 149504 bytes sent in 28.73Seconds 5.20Kbytes/sec.</code></p>
<p>Then after reading a bit more I wondered what would happen if I took all the MTU and MSS settings off:<br />
<code>ftp: 149504 bytes sent in 3.05Seconds 49.08Kbytes/sec.</code></p>
<p>Hmm. Much better than the original settings, although not as good as MTU 1200. Perhaps the link might be under a bit of load, let&#8217;s try again:<br />
<code>ftp: 149504 bytes sent in 1.52Seconds 98.68Kbytes/sec.</code></p>
<p>And a third time:<br />
<code>ftp: 149504 bytes sent in 1.52Seconds 98.68Kbytes/sec.</code></p>
<p>So I tried a fourth and fifth time (both had the same result):<br />
<code>ftp: 149504 bytes sent in 1.50Seconds 99.67Kbytes/sec.</code></p>
<p>So, I thought, maybe the router or computer is remembering the session and MTU (if it&#8217;s doing MTU discovery). So I disconnected the FTP sessions and reconnected:<br />
<code>ftp: 149504 bytes sent in 1.50Seconds 99.74Kbytes/sec.</code></p>
<p>Amazing. So the tip? Perhaps the best way to handle MTU is to not worry about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun boot error: The file just loaded does not appear to be executable</title>
		<link>http://www.tipsandscripts.net/archives/81</link>
		<comments>http://www.tipsandscripts.net/archives/81#comments</comments>
		<pubDate>Wed, 14 Apr 2010 03:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=81</guid>
		<description><![CDATA[When you try to boot a Sun SPARC based machine from CDROM you get the error &#8220;The file just loaded does not appear to be executable&#8221;: ok boot cdrom Resetting ... Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 333MHz), No Keyboard OpenBoot 3.19, 384 MB (50 ns) memory installed, Serial #12345678. Ethernet address 8:0:20:11:22:33, Host ID: 80112233. [...]]]></description>
			<content:encoded><![CDATA[<p>When you try to boot a Sun SPARC based machine from CDROM you get the error &#8220;The file just loaded does not appear to be executable&#8221;:</p>
<p><pre><code>ok boot cdrom
Resetting ...

Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 333MHz), No Keyboard
OpenBoot 3.19, 384 MB (50 ns) memory installed, Serial #12345678.
Ethernet address 8:0:20:11:22:33, Host ID: 80112233.

Rebooting with command: boot cdrom
Boot device: /pci@1f,0/pci@1,1/ide@3/cdrom@1,0:f&nbsp;&nbsp;File and args: -F cprboot
Boot load failed.
The file just loaded does not appear to be executable.
Boot device: disk&nbsp;&nbsp;File and args: -F cprboot
Boot load failed.
The file just loaded does not appear to be executable.

ok</code></pre></p>
<p>You may also get this error if you&#8217;re attempting to boot from a new disk. You are, however, able to boot from CD in single user mode (boot cdrom -s).</p>
<p>Notice that File and args contains &#8220;-F cprboot&#8221;. This parameter is inserted in the Boot PROM if the machine was suspended. The parameter is used to restore the running OS from the state file saved to the hard disk at the time the system was suspended. Obviously neither the CD nor a new hard disk will contain the state file.</p>
<p>You can see this parameter in the Boot PROM:</p>
<p><pre><code>ok printenv boot-file
boot-file =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -F cprboot</code></pre></p>
<p>To remove this parameter use the following command at the ok prompt:<br />
<code>set-default boot-file</code></p>
<p>Hopefully the system will now boot successfully:</p>
<p><pre><code>ok boot cdrom
Boot device: /pci@1f,0/pci@1,1/ide@3/cdrom@1,0:f&nbsp;&nbsp;File and args:
SunOS Release 5.6 Version Generic_105181-05 [UNIX(R) System V Release 4.0]
Copyright (c) 1983-1997, Sun Microsystems, Inc.
Configuring devices...
fd0: unformatted diskette or no diskette in the drive
fd0: unformatted diskette or no diskette in the drive
fd0: unformatted diskette or no diskette in the drive
The system is coming up.&nbsp;&nbsp;Please wait.
....</code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do a Stop-A on a PS/2 Keyboard with a Sun Interface Converter</title>
		<link>http://www.tipsandscripts.net/archives/77</link>
		<comments>http://www.tipsandscripts.net/archives/77#comments</comments>
		<pubDate>Thu, 08 Apr 2010 07:53:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=77</guid>
		<description><![CDATA[If you&#8217;re using a PS/2 keyboard on an older model Sun with a Sun Interface Converter (part number 730-2068-01) you might be wondering where the Stop key is. Use the Break key instead. For example, Break+A instead of Stop+A.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using a PS/2 keyboard on an older model Sun with a Sun Interface Converter (part number 730-2068-01) you might be wondering where the <em>Stop</em> key is. Use the <em>Break</em> key instead. For example, Break+A instead of Stop+A.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/77/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MRTG error: log file was corrupt or not in sorted order</title>
		<link>http://www.tipsandscripts.net/archives/72</link>
		<comments>http://www.tipsandscripts.net/archives/72#comments</comments>
		<pubDate>Thu, 21 Jan 2010 08:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MRTG]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=72</guid>
		<description><![CDATA[You create an MRTG config file to poll for CPU load on a device. When you run mrtg you get errors similar to that below: Rateup ERROR: /usr/bin/rateup found server.cpu&#039;s log file was corrupt or not in sorted order: time: 1263993300.Rateup WARNING: /usr/bin/rateup The backup log file for server.cpu was invalid as well WARNING: rateup [...]]]></description>
			<content:encoded><![CDATA[<p>You create an MRTG config file to poll for CPU load on a device. When you run mrtg you get errors similar to that below:</p>
<p><pre><code>Rateup ERROR: /usr/bin/rateup found server.cpu&#039;s log file was corrupt
or not in sorted order:
time: 1263993300.Rateup WARNING: /usr/bin/rateup The backup log file for server.cpu was invalid as well
WARNING: rateup died from Signal 0
with Exit Value 1 when doing router &#039;server.cpu&#039;
Signal was 0, Returncode was 1</code></pre></p>
<p>This may be because you have only specified one MIB value. MRTG assumes there will be two values (e.g. Tx and Rx). You can get around this problem by specifying the same value twice. MRTG will then superimpose one on the other. For example:</p>
<p><code>Target[server.cpu]: .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1&amp;amp;.1.3.6.1.4.1.9.9.109.1.1.1.1.5.1:public@192.168.100.1:</code></p>
<p>For more information see <a href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch23_:_Advanced_MRTG_for_Linux" target="_blank">this link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One solution to &#8220;The network path was not found&#8221; Windows error</title>
		<link>http://www.tipsandscripts.net/archives/70</link>
		<comments>http://www.tipsandscripts.net/archives/70#comments</comments>
		<pubDate>Mon, 18 Jan 2010 08:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=70</guid>
		<description><![CDATA[I had an issue escalated to me where NetBIOS name resolution didn&#8217;t work on one particular machine. DNS was working &#8211; you could ping by hostname. However, you couldn&#8217;t connect to a remote share using hostnames (although connecting using IP addresses worked). As a number of other people had already looked at this before me [...]]]></description>
			<content:encoded><![CDATA[<p>I had an issue escalated to me where NetBIOS name resolution didn&#8217;t work on one particular machine. DNS was working &#8211; you could ping by hostname. However, you couldn&#8217;t connect to a remote share using hostnames (although connecting using IP addresses worked).</p>
<p>As a number of other people had already looked at this before me I assumed that the problem must be particularly fiendish and started Googling. I tried all the recommendations to reset Winsock using netsh etc. Nothing worked. I tried uninstalling anything that might be network related &#8211; that didn&#8217;t work either.</p>
<p>In the end I went back to the basics and found the problem. It seems that somewhere along the line the &#8220;TCP/IP NetBIOS Helper&#8221; service startup was set to Manual. I started the service and everything started working.</p>
<p>I have no idea how this service was changed from Automatic to Manual but it must have been some time ago as the user had been putting up with the problem for months.</p>
<p>So, if you get the above error and can ping the host by name I suggest you first make sure that the &#8220;TCP/IP NetBIOS Helper&#8221; service is running. After that try checking all the hard stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/70/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 and ATI &#8211; Screen does not wake from sleep after RDP</title>
		<link>http://www.tipsandscripts.net/archives/68</link>
		<comments>http://www.tipsandscripts.net/archives/68#comments</comments>
		<pubDate>Tue, 15 Dec 2009 03:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ATI]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=68</guid>
		<description><![CDATA[You might have the following problem with Windows 7 64 bit with ATI Radeon 2400 HD (default Windows drivers or latest drivers from ATI). If you RDP to the machine after Windows has put the screen to sleep you might find that when you later try to use the computer, there&#8217;s no signal being sent [...]]]></description>
			<content:encoded><![CDATA[<p>You might have the following problem with Windows 7 64 bit with ATI Radeon 2400 HD (default Windows drivers or latest drivers from ATI). If you RDP to the machine after Windows has put the screen to sleep you might find that when you later try to use the computer, there&#8217;s no signal being sent to the screen.</p>
<p>A work around is to change your power options within Windows Control Panel and set &#8220;Turn off the display:&#8221; to &#8220;Never&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DynDNS and Cisco 877 Router</title>
		<link>http://www.tipsandscripts.net/archives/56</link>
		<comments>http://www.tipsandscripts.net/archives/56#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:54:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=56</guid>
		<description><![CDATA[I had a couple of issues getting DynDNS working on a Cisco router. The first issue was: how do I type a question mark within an IOS configuration command? Normally, when you type ? IOS responds with its command help. This is obviously a problem when you&#8217;re trying to enter a URL that contains a [...]]]></description>
			<content:encoded><![CDATA[<p>I had a couple of issues getting <a href="http://www.dyndns.com/" target="_blank">DynDNS</a> working on a Cisco router. The first issue was: how do I type a question mark within an IOS configuration command? Normally, when you type ? IOS responds with its command help. This is obviously a problem when you&#8217;re trying to enter a URL that contains a question mark. The fix, hit Control-v before typing the question mark. Just like Unix.</p>
<p>The second issue I had was with the router not registering with DynDns. Specifying <em>debug ip ddns update</em> showed the following:<br />
<pre><code>Dec&nbsp;&nbsp;6 10:03:00.988: HTTPDNSUPD: Sending request
Dec&nbsp;&nbsp;6 10:03:20.996: HTTPDNSUPD: Call returned Connection time out, update of yourhost.dyndns.net &lt;=&gt; 123.123.123.123 failed</code></pre></p>
<p>It turns out the second issue was with CBAC. I had to add an inspect entry to my router configuration:<br />
<code>ip inspect name CBAC-OUT tcp router-traffic</code></p>
<p>The relevant parts of my configuration are below:<br />
<pre><code>ip inspect name CBAC-OUT tcp router-traffic
ip ddns update method DYNDNS
 HTTP
&nbsp;&nbsp;add http://username:password@members.dyndns.org/nic/update?system=dyndns&amp;hostname=&lt;h&gt;&amp;myip=&lt;a&gt;
 interval maximum 28 0 0 0
 interval minimum 28 0 0 0

interface Dialer0
 ip ddns update hostname putyourdnsnamehere
 ip ddns update DYNDNS host members.dyndns.org
 ip address negotiated
 ip access-group DIALER0_IN-3 in
 ip inspect CBAC-OUT out

ip access-list extended DIALER0_IN-3
 permit icmp any any echo-reply
 permit icmp any any ttl-exceeded
 permit icmp any any time-exceeded
 permit icmp any any packet-too-big
 denyÂ Â  ip any any</code></pre></p>
<p>Thanks to <a href="http://forums.whirlpool.net.au/forum-replies-archive.cfm/1204781.html" target="_blank">this thread at Whirlpool</a> for helping me resolve this problem. For more on the ip inspect tcp router-traffic see <a href="http://blog.ioshints.info/2007/06/inspect-router-generated-traffic.html" target="_blank">Inspect router-generated traffic</a> and it&#8217;s update <a href="http://blog.ioshints.info/2007/07/update-inspect-router-generated-traffic.html" target="_blank">Update: Inspect router-generated traffic</a>. For information on CBAC try the following links:<br />
<a href="http://www.ciscopress.com/articles/article.asp?p=26533" target="_blank">http://www.ciscopress.com/articles/article.asp?p=26533</a><br />
<a href="http://www.dslreports.com/faq/13435" target="_blank">http://www.dslreports.com/faq/13435</a><br />
<a href="http://www.cisco-tips.com/how-to-configure-cisco-router-with-ios-firewall-functionality-%E2%80%93-cbac/" target="_blank">http://www.cisco-tips.com/how-to-configure-cisco-router-with-ios-firewall-functionality-%E2%80%93-cbac/</a><br />
<a href="http://articles.techrepublic.com.com/5100-10878_11-1057051.html" target="_blank">http://articles.techrepublic.com.com/5100-10878_11-1057051.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/56/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Workstation Unrecoverable Error: (vmx) NOT_IMPLEMENTED</title>
		<link>http://www.tipsandscripts.net/archives/51</link>
		<comments>http://www.tipsandscripts.net/archives/51#comments</comments>
		<pubDate>Mon, 15 Jun 2009 09:51:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/?p=51</guid>
		<description><![CDATA[I RDP&#8217;d to my workstation and attempted to start a virtual machine in VMware Workstation 6.5.2. However, part of the way through the boot process VMware would pop up the following error: Looking at the log file I would see NOT_IMPLEMENTED d:/build/ob/bora-156735/bora/vmx/main/pollVMX.c:3651 It didn&#8217;t matter whether I was trying to start a Windows or a [...]]]></description>
			<content:encoded><![CDATA[<p>I RDP&#8217;d to my workstation and attempted to start a virtual machine in VMware Workstation 6.5.2. However, part of the way through the boot process VMware would pop up the following error:</p>
<div id="attachment_52" class="wp-caption aligncenter" style="width: 515px"><img class="size-full wp-image-52" title="vmware-unrecoverable-error" src="http://www.tipsandscripts.net/wp-content/uploads/2009/06/vmware-unrecoverable-error.png" alt="VMware Workstation Unrecoverable Error" width="505" height="213" /><p class="wp-caption-text">VMware Workstation Unrecoverable Error</p></div>
<p>Looking at the log file I would see<br />
<pre>NOT_IMPLEMENTED d:/build/ob/bora-156735/bora/vmx/main/pollVMX.c:3651</pre><br />
It didn&#8217;t matter whether I was trying to start a Windows or a Linux virtual machine, I still got the error.</p>
<p>The cause appears to have been my display settings. I changed my RDP client settings to &#8220;High Color (16 bit)&#8221; and everything started working.</p>
<p>Edited at 13/8/2009:</p>
<p>This happened again and changing the colours made no difference. Normally I run RDP in full screen mode. I &#8220;umaximised&#8221; it and was then able to start the VM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/51/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
