Posted by Matthew Schick on 7/5/2010
Did a bit of digging a few weeks ago and came across Linode VPS. With better prices than Slicehost, data centers both here in the US as well as the UK and excellent reviews I ended up giving it a spin and eventually moving wholesale. Performance is much better with the new hosting, was able [...]
Posted by Matthew Schick on 7/7/2008
During a big lab move at work a few months ago, we decided that our utility virt server needed VLAN support. The dhcp vm needed interfaces on three different networks and it seemed rather silly to add extra physical interface for the minimal traffic generated. The first issue we encountered was the rather interesting bridging [...]
Posted by Matthew Schick on 4/7/2007
My favorite RHEL5 feature by far is the new ‘virt-install’ utility. Being able to do a VM install by running: virt-install -p –location=nfs:SOMESERVER:/PATH/TO/INSTALL/TREE –noautoconsole –file=/dev/LVM/VOLUME –name=FOO –ram=512 –vnc -x “ks=http://KSSERVER/KICKSTART.ks ip=IP netmask=NETMASK dns=DNS gateway=GW” absolutely rocks.
Posted by Matthew Schick on 3/23/2007
Been playing with the new virt layer in RHEL5 and having a blast. I did have to make some changes to get NAT to work with guest domains. Nothing huge, just created a dummy network device and bridged to that instead of the normal eth0 as such – /etc/sysconfig/network-scripts/ifcfg-dummy0: # Dummy interface for Xen DEVICE=dummy0 [...]
Posted by Matthew Schick on 6/21/2006
Finally got setup on a proper hosting service I think I’ll be able to live with for a while. My requirements never seemed all that exotic, but I couldn’t ever find anything I felt all that comfortable with. Until now. Thanks to Xen, I now have a fully functional VPS running Dapper. I decided to [...]