Coder Social home page Coder Social logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
The server to which you are trying to connect is probably blocking inbound TCP 
connections on port 445, which is the port Windows uses to get Terminal 
Services 
information (via RPC). Try this from your Windows XP machine: open a command 
prompt 
and type:

telnet <<server>> 445

If the port is open, you'll see a blank screen. If firewall settings are 
blocking the 
connection, you'll see an error message after several seconds.

Original comment by danports on 11 Aug 2009 at 1:03

from cassia.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
1)when using open servername 445 its just showing connecting to servername....
2)when using "open servername" command it giving error:could not open 
connection to 
host,port 23

so it seems some firewall rule is blocking this connection(F.Y.I Port 445 is 
added 
in firewall exception list)
so what can be done in this case?

Second question:

Is there any way to pass user credentials through code,so i can run/test this 
app 
for particular user

Thanks in Advance
Nilesh

Original comment by [email protected] on 12 Aug 2009 at 4:01

from cassia.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
I would try temporarily disabling the firewall and then using a packet capture 
tool 
like Microsoft's Network Monitor 
(http://www.microsoft.com/downloads/details.aspx?
FamilyID=983b941d-06cb-4658-b7f6-3088333d062f) to see if packets are arriving 
on port 
445 and what Windows is doing with them. It's possible that something between 
your 
Windows XP machine and the server is filtering out these packets. What version 
of 
Windows is the server running?

As to your second question: you would need to use impersonation for this. The 
basic 
approach is described here: 
http://blogs.msdn.com/shawnfa/archive/2005/03/21/400088.aspx

Original comment by danports on 12 Aug 2009 at 12:50

from cassia.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
I added issue 28 to throw an exception with more information about possible 
troubleshooting steps when unable to connect to a remote server.

Original comment by danports on 20 Oct 2009 at 11:06

  • Changed state: Invalid

from cassia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.