*: Install HTCondor("condor_install -make-personal")
 
 
+in CS to have networking work the best, my condor_config looks like this:
+
+{code}
+# Use the personal role, but still use 9618 as the collector port
+# so that the other machine can still connnect
+use ROLE : CentralManager Execute Submit
+CONDOR_HOST = bt-laptop.cs.wisc.edu
+#use ROLE : Personal
+#CONDOR_HOST = 127.0.0.1
+COLLECTOR_HOST = $(CONDOR_HOST):0
+
+# use host based security, modified to allow the other crane to join the pool.
+use SECURITY : HOST_BASED
+if 1
+MY_CS_SUBNET = 128.105.136
+BT_IP = $(MY_CS_SUBNET).32
+ALLOW_READ = $(CONDOR_HOST) $(BT_IP)/8 $(IP_ADDRESS)
+ALLOW_ADMINISTRATOR = $(ALLOW_ADMINISTRATOR) $(BT_IP)
+ALLOW_WRITE = $(ALLOW_ADMINISTRATOR)
+endif
+{endcode}
+
+
 {section: Preparing for testing}
 
 The easiest way to get an ititial Windows HTCondor test environment