Re: Socket error
- From: "Jay" <Jay@xxxxxxxxxxxxx>
- Date: Fri, 9 Feb 2007 14:28:38 -0600
I tried changing the port number to 80 (which is a http port and it is
unblocked)
That did not work.
I did a netstat -a .
I saw that the app was listening on the port.
But when I tried "telnet <servername> 51296", it did not go through.
What else can I do?
"PokerMan" <nospam@xxxxxxxxxxxxxx> wrote in message
news:uNJrNWITHHA.5068@xxxxxxxxxxxxxxxxxxxxxxx
Ignacio, at end of his post he says:
"I have firewall enabled on the server box (where the listener is
running).
I tried setting the firewall options to unblock the port 51296 for all
traffic.
That did not work."
My best advice since you cant turn it off is try changing the port number
and see if you have more luck. Sounds like the firewall is the reason
though. Do check if there is anything else blocking that port.
As a check try this, start your app listening.
then open a command prompt and type Netstat -a
This shows all connections. Ensure your app is listening on the port you
mentioned. If it is then try telnet to that port and see if the server
lets that through. I am sure you'll find it doesnt due to the firewall, if
it does then there is a problem with your client end software on how it
connects.
Definitely sounds like an administrative problem not a code one though.
"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.com> wrote in
message news:eEmCxLITHHA.5108@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
"Jay" <Jay@xxxxxxxxxxxxx> wrote in message
news:%23ANHZMHTHHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
|I cannot turn off the firewall. Its set by the corporate group policy.
| I have admin previlages to modify, but not turn it off completel
Well, then how do you expect that the remote client can connect to your
server if there is a firewall?
Either you remove your firewall or at least allow that port to pass
through.
--
Ignacio Machin
machin AT laceupsolutions com
.
- Follow-Ups:
- Re: Socket error
- From: Jim H
- Re: Socket error
- References:
- Socket error
- From: Jay
- Re: Socket error
- From: PokerMan
- Re: Socket error
- From: Jay
- Re: Socket error
- From: Ignacio Machin \( .NET/ C# MVP \)
- Re: Socket error
- From: PokerMan
- Socket error
- Prev by Date: Re: How do I tell my project about a new method in a C++-developed ActiveX control?
- Next by Date: Setting the BackColor of indvidual cells in a DataGridView
- Previous by thread: Re: Socket error
- Next by thread: Re: Socket error
- Index(es):
Relevant Pages
|