I've been running two tivos for years, with no problems.

But a week ago I swaped from adsl1 (exetel) to adsl2 (exetel) - which is provided by optus.

Daily calls haven't worked since..

First thing I did was follow http://minnie.tuhs.org/twiki/bin/vie...entProxyServer and test for a proxy server.

However, both
http://www.lagado.com/proxy-test
and
http://www.lagado.com/tools/cache-test

didn't think there was a proxy

and

C:\tracetcp ftp.monash.edu.au:ftp
C:\tracetcp ftp.monash.edu.au:http

also didn't think there was ie

Code:
>tracetcp ftp.monash.edu.au:ftp

Tracing route to 130.194.11.222 [ringtail.its.monash.edu.au] on port 21
Over a maximum of 30 hops.
1       2 ms    2 ms    2 ms    192.168.34.138  [home.gateway]
2       Destination Reached in 51 ms. Connection established to 130.194.11.222
Trace Complete.

>tracetcp ftp.monash.edu.au:http

Tracing route to 130.194.11.222 [ringtail.its.monash.edu.au] on port 80
Over a maximum of 30 hops.
1       2 ms    2 ms    2 ms    192.168.34.138  [home.gateway]
2       Destination Reached in 52 ms. Connection established to 130.194.11.222
Trace Complete.
>
I've been reading MelissaH 's long posts (and her new one) and have tried a fair bit of that, ie -

Code:
[TiVo [p0] ~]# netstat -atn
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN
tcp        0    132 192.168.34.1:23         192.168.34.139:1480     ESTABLISHED
tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN
tcp     8784      0 127.0.0.1:8000          127.0.0.1:1031          CLOSE_WAIT
tcp     8433      0 127.0.0.1:8000          127.0.0.1:1026          CLOSE_WAIT
tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
[TiVo [p0] ~]#
I can wget as well ie

Code:
[TiVo [p0] ~]# wget  -v http://minnie.tuhs.org  -O direct_test.html
--21:25:43--  http://minnie.tuhs.org/
           => `direct_test.html'
Resolving minnie.tuhs.org... done.
Connecting to minnie.tuhs.org[131.244.9.101]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7,388 [text/html]

 0% [                                     ] 7,388          0.00B/s    ETA 00:00

Last-modified header invalid -- time-stamp ignored.
21:25:44 (0.00 GB/s) - `direct_test.html' saved [7388/7388]

[TiVo [p0] ~]#
Though I am getting invalid time stamps.

But the local hosts one is failing ie

Code:
[TiVo [p0] ~]# wget  -v http://localhost:8000  -O proxy_test.html
--21:29:20--  http://localhost:8000/
           => `proxy_test.html'
Resolving localhost... done.
Connecting to localhost[127.0.0.1]:8000... connected.
HTTP request sent, awaiting response...
- and didn't come back.

DNS is NOT working - its getting minnie out of cache, but nothing else ie

Code:
[TiVo [p0] ~]# wget -v -t 1 http://www.abc.com.au
--21:31:46--  http://www.abc.com.au/
           => `index.html.1'
Resolving www.abc.com.au... failed: Host not found.
[TiVo [p0] ~]#

Thoughts anyone? The tivo's have been running for years, so it's got to be something to do with the isp... Though I did change one thing locally, my home network used to be 10.0.* is now 192.168.* as exetel are putting a 10.0.* in their route (!) and I change mine just to make sure that wasn't causing the problem (tivo's picked it up fine, and I can telnet to them , and use tivoweb).