check for work but never receive

hi all,

I used wamp for wpt ‘customer interface’ and a VM on XP sp3 who can not comunicate in extranet (but all my machines are in intranet).

location.ini:

[locations]
1=Test_loc
2=Test_loc_round
default=Test_loc

[Test_loc]
1=Test_IE7
2=Test_IE8
3=Test_IE9
4=Test_firefox
5=Test_chrome
default=Test_IE
label=serveur_test
....
[Test_chrome]
;147.189.246.101 = ip of the VM
wpt_server=147.189.246.101
wpt_key=TestKey123
wpt_location=Test
browser=chrome
latency=0
label="chrome"
key=TestKey123
....

my wptdriver.ini:

[code][WebPagetest]
url=http://127.0.0.1/
location=Test
browser=chrome
Time Limit=120
key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat

[chrome]
exe=“C:\Program Files\Google\Chrome Frame\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://www.webpagetest.org/installers/browsers/chrome.dat
…[/code]

I realy don’t understand why both can’t communicate.

can somebody help me?
I must have forgot some things but what?

thank.
benjamin.

Hello,

What’s your WPT version ?

You may need to have something like this :
•[color=#FF0000]Delete[/color]
•[color=#32CD32]Right Way[/color]

Location.ini :
[locations]
1=Test_loc
2=Test_loc_round
default=Test_loc

[Test_loc]
1=Test_IE7
2=Test_IE8
3=Test_IE9
4=Test_firefox
5=Test_chrome
default=Test_IE
label=serveur_test

[Test_chrome]
[color=#FF0000]wpt_server=147.189.246.101[/color]
[color=#FF0000]wpt_[/color]key=TestKey123
[color=#FF0000]wpt_location=Test[/color]
browser=chrome
latency=0
label=“chrome”


wptdriver.ini
:

[WebPagetest]
url=http://[color=#32CD32]YourLocalAdressForWPT[/color]/
location=[color=#32CD32]Test_loc[/color] OR [color=#32CD32]Test_chrome[/color] (don’t remember…)
browser=chrome
Time Limit=120
key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat

[chrome]
exe=“C:\Program Files\Google\Chrome Frame\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://www.webpagetest.org/installers/browsers/chrome.dat

AND

You need to modify hosts file in your VM (C:\windows\system32\drivers\etc\hosts)

hosts :
127.0.0.1 localhost
[color=#32CD32]IPOfYourPhysicalMachine YourWPTadress [/color]

Hello,

Thank you for your answer.
I haven’t result yet but the VM find some job (with wireshark, I see the good path to the work repertory) and it don’t deal with the job.

I have modified the settings:

here you have my urlBlast.ini:

[code][Configuration]
Startup Delay=30
Log File=c:\webpagetest\urlblast
Timeout=120
use current account=1

; Where to get work from
Url Files Url=http://10...**./work/
;location = ??? I don’t now how to get this var from the site
Location=Chrome
Location Key=TestKey123[/code]

and host:

127.0.0.1 localhost 10.***.***.***.* 10.***.***.***.*

I just launch urlBlast and wptdriver on VM.
And the IP : 10...**. it’s the same in the two file.

I can not find my error,
Thank,
Benjamin.