Ok I've got the bitcoin.conf setup on the first computer:
rpcuser=user
rpcpassword=pass
rcpallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcport=9332
daemon=1
server=1
gen=0
When I try to connect with CGMiner on the 2nd computer I get an invalid URL error using both:
http://192.168.1.0:9332 -u user -p pass AND
http://localhost:9332 -u user -p pass
Any ideas? I'm not using any firewalls and I can connect to
http://localhost:9332 in the browser of the 1st computer.