Problem Solved
So allow me a couple of lines to provide closure;
I took my laptop and router to a near by school and ran a couple of tests on their LAN and internet connection
Running ipferf on the LAN produced to following
Code:
julian-youngs-macbook-pro:iperf-1.7.0-powerpc-apple-darwin6.4 julian$ ./iperf -c 192.168.1.117
------------------------------------------------------------
Client connecting to 192.168.1.117, TCP port 5001
TCP window size: 129 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.1.109 port 57677 connected with 192.168.1.117 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 1.09 GBytes 932 Mbits/sec
so I put my netgear router between the MBP and the LAN and ran the same test again.
Code:
julian-youngs-macbook-pro:iperf-1.7.0-powerpc-apple-darwin6.4 julian$ ./iperf -c 192.168.1.117
------------------------------------------------------------
Client connecting to 192.168.1.117, TCP port 5001
TCP window size: 129 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.2.100 port 57714 connected with 192.168.1.117 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 450 MBytes 377 Mbits/sec
OK some performance drop but 377Mbits/sec is not bad for a LAN to WAN speed and no real performance issue, being over three times the my actual WAN speed.
Also at the school the laptop speed test was giving 50 Mbits/sec.
So i think we can eliminate the sub-net possibility.
My new Cable modem arrived this afternoon, and guess what that solved to problem
I should be getting 80, but the ISP says it will not run full speed for about 3 hours after it has first been initialized, whilst their systems figure out I am on a +Plus account.
So What can I say? I think we have eliminated just about every possibility and it looks very much like an issue with the cable modem. The PC I have is an old one and I guess more spec tolerant. In otherwords my guess the that some MPB are fussy about tolerances in the specification of cable modems.
Well thanks to all of you for your support and help
J