Re: directing to specific outgoing port



how wrote:
know the orginating computer ( where the program will be run) is a
Windows machine, but I have no other information about the network.

Any further information, would be appreaciated.

Howard

As outgoing ports are randomly chosen, it sounds weird to me that they
block those ports. It would mean that that machine cannot establish an
outgoing connection for _any_ protocol.

Besides, I don't think you can manipulate the outgoing port on windows.
(I also don't think you should want to)

what kind of access do you have to this specific windows machine? Can
you use telnet or a remote desktop of some kind?

Do you know whether or not this system is able to connect anything from
the inside? (can it start internet explorer and browse the web?)

Dennis

Thanks for your help.

The inside machine can access the Internet via browser,email and we had
a gotomypc(sp) session ( from my offsite pc to the machine in
question). Can we conclude something from that?

Howard


Yes.. We can. I think your system is not blocking outgoing traffic. If Internet Explorer can connect to the internet, your php application should be able to do so too. You can easily try this by executing the following commands (make a php file and get it executed):

<?
echo file_get_contents('http://www.google.com');
?>

It should output the google website or an error of some kind.

Tell us wether or not this works.
.



Relevant Pages

  • Re: directing to specific outgoing port
    ... Windows machine, but I have no other information about the network. ... As outgoing ports are randomly chosen, it sounds weird to me that they ... Internet Explorer can connect to the internet, ... One thing I think I should add is the at the php file in question has ...
    (php.general)
  • Re: version 5.5 or higher for system 9.2.2
    ... Internet Explorer user-agent string to get some IE-only sites to let you in. ... you'd need a Windows machine or Virtual PC ... You could try Mozilla 1.2.1, the latest for Mac OS 9, if the site supports ...
    (microsoft.public.mac.explorer)
  • Re: Adding a contact using outlook web access 2003
    ... an internet explorer feature but I installed internet explorer 5 on ... On a windows machine you can just right click and add the contact and ... The next version of Exchange after Exchange Server 2007 is suppose to bring parity for all browsers. ... Entourage Help Blog ...
    (microsoft.public.outlook.mac)
  • Re: Delphi 7 TWebBrowser dependency?
    ... >Can someone please explain to me whether I can use the TWebBrowser component ... >of Delphi 7 on a Windows machine which does not have Internet Explorer ...
    (borland.public.delphi.thirdpartytools.general)