Networknet.nl

Applications

App-V

App-V is a great application virtualization technology. What should you do before start sequencing? Read more..

Windows 7

Windows 7

Unattended Windows 7 deployment can easily be done using an answer file. Networknet is sharing it. Read more..

Software Deployment

Software Deployment

As system administrators deploying software is important role we need maintain and manage. Read more..

Welcome to Networknet.nl!

A place where I share my passion for technology.

Read more!
  1. Exchange 2007: inbound email problems

    Posted by
    / / Leave a comment
    On my Exchange 2007 server inbound mail traffic did not work. I was able to send out emails, but when receiving the replies failed (all bounced). During the migration I configured a second mx record at my hosting provider. All undelivered emails were forwarded to the second mail server. My Outlook client was configured to the second POP3 mailbox...
  2. Microsoft Windows Vista SP1 KB936330 install failed

    Posted by
    / / 3 Comments
    Update: 2008/03/20 I see more and more people coming to my blog when searching for this KB article. The post below I published when I tried to install the SP1 during the test phases before it was available to public; unfortunately I was not able to get the SP1 installed; most probably...
  3. Exchange 2007: My first installation

    Posted by
    / / Leave a comment
    The screen capture below shows the installation summery of my first Exchange Server 2007 ever. Exchange 2007 requires a 64bit Windows Server operating system. This was my opportunity to test the Windows Server 2008 RC0 Hypervisor on my new Intel Q6600 Quad Core system. Oeps 90 minutes in total ;(.  Finally I...
  4. Windows Server 2008 Enterprise RC0 Hypervisor

    Posted by
    / / Leave a comment
    For 6 weeks I have been struggling with my emails on my new Q6600 server. Today I cleaned up my mailbox and organized all emails from last month. I also found a screenshot which I forwarded to my work email. This was my first experience  with Microsoft preview of Hypervisor technology. Before the...
  5. CentOS how to install VMWare tools?

    Posted by
    / / 4 Comments
    If you are working with a virtualization platform then most of the time some components are needed for host integration. I have installed my CentOS virtual machine on a VMWare Server host and now I want to install the VMWare tools. How to install VMWare tools on a CentOS operating...
  6. CentOS how to change hostname?

    Posted by
    / / 37 Comments
    I personally prefer to install CentOS as my linux distribution. Today I needed to change the hostname of my virtual guest machine running CentOS. How to change hostname of a CentOS system? There are several ways to do that but I am using the old way. VI is my friend and still...
  7. Windows Live Writer

    Posted by
    / / Leave a comment
    Today I was working on my notebook and I installed Windows Live Mail. I joined to Google Gmail and I wanted use Windows Live Mail as my mail client. Gmail supports the IMAP protocol and I wanted to see how this was working with a local mail client. Getting Google Adds...
  8. Windows Server 2008 Core IPv4 configuration

    Posted by
    / / Leave a comment
    View the installed interfaces netsh interface ipv4 show interfaces Configure the fixed IP address, netmask and the default gateway netsh interface ipv4 set address name=”nr” source=static address=192.168.1.1 mask=255.255.255.0 gateway=192.168.1.254 Configure the DNS server netsh interface ipv4 add dnsserver name=”nr” address=192.168.1.1 index=1