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
@@ -27,6 +25,15 @@
 endif
 {endcode}
 
+On my laptop in CS my condor_config.local looks like this:
+
+{code}
+FULL_HOSTNAME = bt-laptop.cs.wisc.edu
+MASTER_NEW_BINARY_RESTART   = PEACEFUL
+RunBenchmarks = 0
+NUM_CPUS = 12
+MASTER_DEBUG = D_CAT D_FULLDEBUG
+{endcode}
 
 {section: Preparing for testing}
 
@@ -36,14 +43,6 @@
 (After you have a test machine set up, you can replace the binaries with ones
 from the zip file release for HTCondor)
 
-You will find it helpful to place these 3 lines in c:condor/condor_config.local
-
-{code}
-CONDOR_HOST = 127.0.0.1
-NETWORK_INTERFACE = 127.0.0.1
-DAEMON_LIST = MASTER STARTD KBDD COLLECTOR NEGOTIATOR SCHEDD
-{endcode}
-
 {section: Testing}
 
 {code}