Vista Openvpn & Routing

If you have more then one subnet behind your vpn you need to add the following to your vpn.conf :

route-method exe

and make sure you run openvpn as an administrator

FreeBSD, Thinkpad X40, Intel 2200BG and WPA

I have the intel 2200bg wirelss card and used the iwi-firmware .

Load modules at boot :

vi /boot/loader.conf
if_iwi_load=”YES”
wlan_load=”YES”
firmware_load=”YES”
legal.intel_iwi.license_ack=1

configure iwi network options :

vi /etc/rc.conf
ifconfig_iwi0=”WPA DHCP”

configure WPA settings :

vi /etc/wpa_supplicant.conf
ctrl_interface_group=0
network={
ssid=”ssid”
key_mgmt=WPA-PSK
psk=”shared-key”
}

Yum Cheats

install with broken packages

# yum -y install yum-skip-broken

Configure Resource on LVS cluster

To add an ip resource who’s a member of group “ip_group” create an xml file :












import the resource using :

cibadmin -V -M -o resources -x file.xml

( note you are using -M to modify the existing group … )
delete the resource :

cibadmin -V -D -o resources -X’

MacFusion – Mount SSH/FTP folders on your Mac

My journey as a mac newbie continues, this open source tools allows me to share my FreeBSD virtual machine folder with my mac without configuring nfs or anything fancy.
best of all , its opensource …

http://www.macfusionapp.org/

Macfusion on my finder