Wipeout connects to WAP, grabs
DHCP info and attempts to connect to ingame.scea.com (also
webcluster.scea.com) after which it grabs the index.html that holds the
"US_holding_page.jpg" image. Got on FreeBSD, added SCEA.com zone with all the goodies (NS1-NS4, ingame, webcluster). Gave fake values to double check. 192.168.2.XXX is my router. Connected to my FreeBSD BIND server (on 192.168.2.1) to double check, everything works: C:\>nslookup Default Server: UnKnown Address: 192.168.2.XXX > webcluster.scea.com Server: UnKnown Address: 192.168.2.XXX Name: webcluster.scea.com Address: 160.33.44.80 > server 192.168.2.1 Default Server: [192.168.2.1] Address: 192.168.2.1 > webcluster.scea.com Server: [192.168.2.1] Address: 192.168.2.1 Name: webcluster.scea.com Address: 44.44.44.44 > When checking with PSP's Network Test app, it says "Internet Connection Failed" but everything else is ok.. Apache Log: [Sat Mar 26 01:16:32 2005] [error] [client 192.168.2.33] File does not exist: /usr/local/www/data/wipeout/US_holding_page.jpg Created US_holding_page.jpg and accessed it via PSP. PSP loaded that pic as expected. Then as I exited from the PSP browser it said "cannot find index.html", actually my Apache server spat out that message. So I went ahead and created index.html with some random junk. Loaded up Wipeout's browser again and now instead of seeing "US_holding_page.html" i saw my index.html!! Can't use the usual markup....but WOW! Links work..they're highlighted blue and you can access them by clicking X. ---------------------------- Sniffed HTTP Connection: ---------------------------- Date: Sat, 26 Mar 2005 08:07:05 GMT Server: Apache/1.3.27 (Unix) Last-Modified: Wed, 16 Mar 2005 19:13:50 GMT ETag: "43a6e-199-4238856e" Accept-Ranges: bytes Content-Length: 409 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Wipeout Pure</title> <style> body { margin: 0; padding: 0; } </style> </head> <body> <img src="US_holding_page.jpg" width="480" height="272" hspace="0" vspace="0" border="0"> </body> </html> ---------------------------- The image request: ----------------------------- HTTP/1.1 200 OK Date: Sat, 26 Mar 2005 10:37:54 GMT Server: Apache/1.3.27 (Unix) Last-Modified: Wed, 16 Mar 2005 22:04:06 GMT ETag: "2bcac-276b9-4238ad56" Accept-Ranges: bytes Content-Length: 161465 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: image/jpeg <wipeout image> ---- DNS ---- ingame.scea.com (alias to webcluster) webcluster.scea.com ns1-ns4.scea.com (give all of these local IP's) |