June 10, 2008

An Everyday PC for $350!?

Filed under: General — Tim @ 7:42 am

I haven’t built a PC for some time, so this article on PC Magazine caught my eye. For everyday computing such as web browsing and word processing, this is a great deal.

Here’s the specs, and the article.

Case/power supply/motherboard: ASUS V2-M2v890 (barebones kit) $99.99 

Processor: AMD Athlon 64 X2 4400+ $58.50

Memory: 1GB Corsair DDR2 $24.99

Hard drive: Western Digital Caviar SE WD1600AAJS 160GB hard drive $44.99  

Optical drive: Lite-On 20x LH-20A1L $27.99  

OS: Windows Vista Home Basic (OEM) $89.99

TLC

June 6, 2008

SonicWALL NSA 4500 & Global VPN Client Connection Problems!

Filed under: Network Admin — Tim @ 3:46 pm

Replaced the “old” SonicWALL with the new one. I decided to do the setup manually to refamiliarize myself with the configuration, and all went well except for remote connectivity!

The Enhanced OS is complicated and powerful, but once you get it in place it just works. Now I’m back in that place, but not after a call to support.

My client would connect and even allow drive mappings and Outlook connectivity but very sporadically. I could ping and get a single reply, then nothing.

Outlook would connect and then drop.

First I logged an online support session. Then I called support. Turns out that the guy that called me on the online session was more competent than the direct phone support rep! Phone Guy had me pinging servers on my LAN from the Global VPN Client (remote) and he was watching the packets fly by on the SonicWALL. He concluded that there must be a switch on the network messing things up. “Au Contrare!” I said. “It worked fine with the old SonicWALL.” He maintained his stand, and I let him off the hook, knowing I would get another call.

Online Guy called me, and he had it figured out in 20 minutes. We did a number of things to clean it up, which I summarize below!

Under Network Objects: 

Created a network group object that included our two LAN interfaces: (X0 Subnets & X3 Subnets,) Called it VPN Networks. When exporting the VPN config file, choose this network object as the connect to item.

Under VPN:

In the VPN Configuration
On the Client TAB:
Client Connections section; Virtual adapter settings are DHCP Lease, Allow Connections to: SPlit Tunnels.
The setting that I changed was the “Set Default Route as this Gateway,” by clearing the check box. Since we are not allowing Internet access through the LAN this is not configured.
On the Advanced TAB:
Cleared the check box: Require Authentication of VPN Clients via XAUTH

 > DHCP over VPN, click configure, and unchecked the box “Use Internal DHCP Server (this means the one in    the SonicWALL), Since we are passing the request to our internal (LAN network) DHCP server.

 > Advanced, Cleared the checkbox “Ignore DF(Don’t Fragment) Bit”

Re-export the config file, being sure to choose the new object. Don’t forget to save your config!

TLC

June 5, 2008

Change Apache2 document root from apache2-default

Filed under: Network Admin — Tim @ 11:35 am

With so many people jumping into the LAMP world, this little issue seems to crop up on a regular basis. Here’s a quote from my project page on installing Debian;

Adding Index.htm as the Default Page and Removing that damn “apache2-default/” directory from the path!

Edit/create the file /sites-available/default with the entry:

DirectoryIndex index.htm index.php index.pl

Removing the directory redirection is simple too: just edit /sites-available/default and comment out

#RedirectMatch ^/$ /apache2-default/

Hope this helps those newbie LAMP installers, like me!

TLC

June 4, 2008

Network Printers “offline,” Won’t go back Online - FIXED!

Filed under: Network Admin — Tim @ 9:42 am

This was a strange one. I could get to the printers via it’s IP. It would print fine from the control panel, it just wouldn’t go online and become available.

The two printers this occured on were: HP Laserjet 4350 and a Canon iR C5185 multifunction.

What changed? Added Windows 2003 Server SP2! The fix is in though; in the driver properties on the Ports tab, click “configure port.”  I unchecked “SNMP Status Enabled”, since we don’t use that. If you do, then you should roll back SP2, go direct with that particular printer, or something else I haven’t found!

 TLC