I’m looking for help here.
The image (click to embiggen) you see here is a screen capture of one of my virtual machines suffering some form of graphic corruption. It should look like this. This happens often enough now that it is seriously irritating. I can make it go away by closing VMRC and reconnecting to the server, but I’d rather not have to do so several times a day (sometimes multiple times an hour).
I’m running Virtual Server 1.1.603.0 EE R2 SP1, and all my VMs have Virtual Addition version 13.813 installed. The VMRC client which came with R2 SP1 is version 1.1.603.0.
The same corruption is visible from machines with ATI and NVidia graphics cards, running XP SP2, Vista or Server 2003.
So - why is this happening, and how can I stop it?
Anyone?
In my last post, you discovered my obsession for generating statistics on my network usage and my use of MRTG to draw pretty little graphs. Writing that post got me thinking about my Counter-Strike server, and what data I could usefully graph from it. A bit of Googling led me to this page where a Dutch guy had used MRTG to graph the number of users and the network frames per second of his CS:S server - running on Ubuntu Linux.
Continue reading ‘Graphing Counter-Strike Source FPS/Users in MRTG on Windows’
The image on the left is just one of the graphs generated automatically for tracking the data usage on my home network. (Click through to see more stats.)
That particular graph shows the usage of my ADSL connection over time; green is downloaded data, while the blue line shows my uploads. It is generated by Tobi Oetiker’s outstanding MRTG - The Multi Router Traffic Grapher. MRTG is a free Perl script that connects to any device capable of talking SNMP and pulls interesting data from it.
I currently log DSL, Wireless and LAN use (Bytes per second), along with line noise and Noise Margin of the DSL connection. I could also log what the switch in my network is doing, and even what my various servers are up to. As you can see from the graphs you get a nice indication of traffic patterns over time - it’s very easy to spot peaks when BitTorrent kicks in and out, or when someone in a different time zone is playing on my Counter Strike server!
It gives me an “at a glance” overview of what most of my networked devices are doing - which was enough to make me notice the other day that despite having all my wireless devices switched off, something was still polling the Access Point. Turns out I’d left one of the laptops disassociated - but on - and it was sending a little chatter to the AP every few hours.
I keep needing to do this - so once again to help my future self:
When you have a number of public IPs being translated through a router to an internal address space, a router’s dynamic translation can get full. I’ve got an 877W, and it seems that a combination of running BitTorrent and a CounterStrike: Source server can quickly cripple the router (even with a memory upgrade!). When it gets too full you end up getting timeouts on other connections, usually this is most obvious by my browser failing to return pages.
To clear the dynamic translation table before timeout occurs log in to the router via ssh (or telnet) and in enable mode, type:
clear ip nat translation *
That seems to do the trick on my network anyway.
Noooo! One of my ReadyNAS devices died today. Based on the “hot component” smell and the fact that nothing lights up I’m hoping that it’s just the PSU/mainboard that fried, and that all my disks with their lovely XRAIDed data are intact.
I’ve sent a trouble ticket to support, but since they’re now owned by Netgear it’s anyone’s guess as to what’ll happen. Ideally I’ll get an empty chassis to put my (hopefully intact) drives in, and I can send my dead chassis back. Fingers crossed.
Update (6th July): I meant to blog this last week but: Kudos to Infrant/Netgear tech support. I was contacted within a day by a tech support guy who took my diagnosis of dead PSU as correct and on receiving a PDF of my original invoice immediately authorised the shipment of a new PSU from the states. This arrived a few days later. Interestingly it’s a very different design to the original PSU, and includes a plastic riser to keep the cables out of the way of the air-flow. It took a few minutes to install and my drives are all up and running again. Great service!
I’m experimenting with Windows XP Embedded at the moment and the development studio it installs relies on the MSDE (assuming you don’t already have a SQL Server). I’d set it up so the MSDE based component database was on a virtual machine, and was running the Target Designer on my local “real” machine. For some reason the Target Designer on the local machine wouldn’t talk to the database on the back end.
It’s obvious why (after a little thinking!) the MSDE denies remote access by default! To change that behaviour, run the “SQL Server Network Utility” (SVRNETCN.EXE) and add TCP/IP to the enabled list. Sorted.
We recently had the need to simulate a routed environment with low bandwidth/high latency links between remote sites. To achieve this I used m0n0wall - a free software router - running inside Microsoft Virtual Server on multiple virtual NICs. Here’s how to get it up and running… Continue reading ‘m0n0wall and Microsoft Virtual Server’
Thing the first:
Microsoft Virtual Server 2005 does not support teamed NICs on the host.
This bit us on the arse earlier this week when we teamed the NICs on the hosts of our virtual environment. As a result, although we could RDP to the host desktop, all our guest machines dropped off the network. A colleague is sure that with a bit of tweaking we could get Virtual Server to play nice with the (HP provided) teaming drivers, but we didn’t really have time to mess about with NIC configuration when there was an environment to build and documentation to write!
Thing the second:
m0n0wall is even better than when I last used it (several years ago). Its packet-shaping feature set is very useful if you want to simulate, for arguments sake, a low bandwidth lossy link between two networks. More on this and how to set it up in a virtual environment later.
Thing the third:
Turning off DHCP Client and Computer Browser on a Windows 2003 Server in an AD domain will break more than you might think. Specifically: the ability to register itself in DNS.
net start dhcp
net start browser
Thing the, aw hell, enough counting… Vodafone’s MobileConnect card will hang onto a 3G connection far longer and with far greater success if you configure it so that it’s *not allowed* to fall back to GPRS.
And finally, the commute from Winchester to Bristol is actually pretty reasonable - as long as you have a comfortable car!
Recent Comments