This is not a PHP bug, but rather I'm looking for help from others who may know a PHP workaround that most likely would involve some kind of configuration of the Firewall (above my head) or ideally a PHP technique that I'm not aware of.
There might be other ways that may help, like using a CURL proxy or other techniques that a few smart folks out there can help with. I'm just hoping someone who has enough experience with PHP, UNIX, Firewalls and NAT configuration might give me a clue.
Really what this boils down to whatever method I use, it can't rely on the translation of the URL to and IP because the firewall prevents that. However at the same time, I need the PHP to be executed as a script rather than bring back an unprocess PHP source code.
Maybe running a system command through php???