I have tried doing a daily call with the turbonet and it fails.

I have a Linksys firwall/router hooked to a DSL connection to the Internet

I have added the route in the tcphonehome.tcl

if {[catch {exec /sbin/route add default gw 192.168.1.1 netmask 0.0.0.0} res]} {
putlog "couldn't add route to gateway over the ethernet: $res"
setCallStatus $StatusStrings::Failed 0

Below is a copy of the Ohttp log

Fri Jul 5 20:51:47 2002: /tvbin/http_get invoked on http://204.176.49.35:8080/s
tatic/Runme/removeDbsObject.runme
connecting to 204.176.49.35:8080
connected to 204.176.49.35:8080
Fri Jul 5 20:51:47 2002: getURL: retrieving static/Runme/removeDbsObject.runme
opening /var/packages/removeDbsObject.runme for writing
sending 'GET /static/Runme/removeDbsObject.runme HTTP/1.0\r\n\r\n
select-ing for header
data ready on socket 14
Bad HTTP response: HTTP/1.1 400 Bad Request
Read a total of 0 bytes
Wrote a total of 0 bytes

Thanks