See transcript below.
I have 2 servers: tmsONE and tmsTWO
These have internal ips so they can talk to each 1-to-1.
I THOUGHT that these had both been set up exactly the same, but I've missed something.
TMS1 can http files from domains resident on TMS2
But TMS2 can't http files from TMS1
WGET doesn't work: PHP file functions fopen, file_get_contents, etc. don't work.
<script src=http://tms1.domain.com></script> DOES work. (!??)
TMS2 CAN get files from domains NOT on TMS1, i.e. Google.com, etc.
Can anybody point me in the right direction?
AD2AD.com is on TMS1
Dontworry.org is on TMS2
Trying:
TMS1 to wget dontworry.org/info.php from TMS2 works:
[tmsONE ~]$ wget dontworry.org/info.php
--08:50:29-- http://dontworry.org/info.php
=> `info.php.2'
Resolving dontworry.org... 67.222.128.136
Connecting to dontworry.org|67.222.128.136|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
[ <=> ] 45,459 --.--K/s
08:50:29 (7.79 MB/s) - `info.php.2' saved [45459]
Trying:
TMS2 to wget ad2ad.com/info.php from TMS2 FAILS:
[tms-TWO ~]$ wget ad2ad.com/info.php
--08:53:43-- http://ad2ad.com/info.php
=> `info.php.1'
Resolving ad2ad.com... 67.222.128.131
Connecting to ad2ad.com|67.222.128.131|:80...
>>>>>>>>>>>>AFTER waiting for x minutes, I just cancelled this
I have 2 servers: tmsONE and tmsTWO
These have internal ips so they can talk to each 1-to-1.
I THOUGHT that these had both been set up exactly the same, but I've missed something.
TMS1 can http files from domains resident on TMS2
But TMS2 can't http files from TMS1
WGET doesn't work: PHP file functions fopen, file_get_contents, etc. don't work.
<script src=http://tms1.domain.com></script> DOES work. (!??)
TMS2 CAN get files from domains NOT on TMS1, i.e. Google.com, etc.
Can anybody point me in the right direction?
AD2AD.com is on TMS1
Dontworry.org is on TMS2
Trying:
TMS1 to wget dontworry.org/info.php from TMS2 works:
[tmsONE ~]$ wget dontworry.org/info.php
--08:50:29-- http://dontworry.org/info.php
=> `info.php.2'
Resolving dontworry.org... 67.222.128.136
Connecting to dontworry.org|67.222.128.136|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
[ <=> ] 45,459 --.--K/s
08:50:29 (7.79 MB/s) - `info.php.2' saved [45459]
Trying:
TMS2 to wget ad2ad.com/info.php from TMS2 FAILS:
[tms-TWO ~]$ wget ad2ad.com/info.php
--08:53:43-- http://ad2ad.com/info.php
=> `info.php.1'
Resolving ad2ad.com... 67.222.128.131
Connecting to ad2ad.com|67.222.128.131|:80...
>>>>>>>>>>>>AFTER waiting for x minutes, I just cancelled this
Last edited: