Archive for the 'Howto' Category

Recently, we made some changes to the DNS infrastructure on our public wireless networks which has had the unintended consequence of breaking things when our laptop users are plugged into the LAN and have their wireless active. Brian and I have wrangled with this in the office, but we simply turned off the wireless as a workaround.

What’s happening is that when connected to both networks, the wireless has a higher priority by default, and so it resolves DNS via that interface. This is problematic when trying to access an internal resource, because our DNS is set to have a default resolution to our website for *.cor.org. To complicate matters further, Arena behaves differently when you’re on the guest network (sends to a forms-based auth portal instead of using IE integrated authentication).

After much digging, I found out how to change interface priority. Here’s the process in XP screenshots (the process is similar in Vista):

1. Open your network connection properties (XP: Via control panel or right-click on Network Places, then select Properties. Vista: Go to Network and Sharing Center and select “Manage Network Connections in the links on the left)

XP Network Properties

XP Network Properties

2. On the menu bar (press Alt to show it in Vista), Select Advanced, then “Advanced Settings”

Advanced Network Properties Dialog (XP)

Advanced Network Properties Dialog (XP)

3. Move the Wired LAN Connection (By Default, “Local Area Connection”) to the top, followed by the wireless connection. Make sure that any VPN virtual adapters come after these, otherwise the VPN will only use the ones above it. This tends to be problematic if you’re using split tunneling, as it will kill any network connection you have.

4. Hit OK, and you’re good to go.

Pretty straightforward, once I found the correct search terms to do it. Did it with the aid of this great tutorial, with a few changes.

The tutorial assumes you’re on some kind of hosting provider. I eventually figured out that when you’re running your own server without CPanel (because CPanel sucks bigtime), when he says “park a domain”, all you have to do is point the DNS for the host you want to use at your wordpress installation and add it as a SiteAlias in your Apache config.

The other thing that got left out was duplicating the metadata from the original site to your new site ID. Especially important are allowedthemes, menu_items, and upload_filetypes.These merely need to be copied from the original site, unmodified.

Sure, you can do this without phpMyAdmin with manual SQL statements, but PMA makes it a lot easier.