[plug] No BankWest on Debian Testing/Unstable

James Devenish devenish at guild.uwa.edu.au
Fri Nov 7 08:42:03 WST 2003


In message <1068161293.749.19.camel at rllt>
on Fri, Nov 07, 2003 at 07:28:14AM +0800, Rennie wrote:
> 06:57:06.389984 203.194.36.91.1049 > 203.19.158.30.www: SWE
> 1113959625:1113959625(0) win 5840 <mss 1460,sackOK,timestamp 858225
> 0,nop,wscale 0> (DF)
> 06:57:06.600749 203.19.158.30.www > 203.194.36.91.1049: R 0:0(0) ack
> 1113959626 win 5840 <mss 1460,sackOK,timestamp 858225 0,nop,wscale 0>
> (DF)

That looks peculiar! But diagnosing problems with web browsers is quite
tricky (as I have mentioned before on this list), so perhaps you can try
something a little more direct: I suggesting using libwww-perl, curl or
wget to download the BankWest home page. (`apt-get install libwww-perl`,
`apt-get install curl` or `apt-get install wget`) If you have
libwww-perl installed, open up a terminal and type the following line at
theshell prompt (I will use the % symbol as a generic represention of
your shell prompt -- no need to type it in):

    % HEAD http://www.bankwest.com.au

Here is the response that I get:

    200 OK
    Cache-Control: private
    Connection: close
    Date: Fri, 07 Nov 2003 00:28:50 GMT
    Server: Microsoft-IIS/5.0
    Content-Length: 23595
    Content-Type: text/html
    Client-Date: Fri, 07 Nov 2003 00:36:58 GMT
    Client-Response-Num: 1
    Set-Cookie: ASPSESSIONIDAQDBQSBC=EDPABDKAJJBDLJFGBHCHCFJG; path=/

If something else happens, it is not a browser problem per se, it
is something to do with your access to BankWest servers. (E.g. a
misconfigured packet filter or firewall.) Here is an example of
something going "wrong":

    % HEAD http://localhost
    500 Can't connect to localhost:80 (Timeout)
    Client-Date: Fri, 07 Nov 2003 00:39:57 GMT


_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug


More information about the plug mailing list