Tagged Questions
0
votes
0answers
17 views
Windows keeps a listening socket for a non-existent process indefinitely
On Windows, after process 628 (my app) has exited, tcpview shows:
Process PID Pro Local Address Local Port Remote Address Rem Port State
-------------- --- --- ------------- ---------- ...
0
votes
0answers
52 views
Check network activity in C++
Is there any way to check if there is a network activity in the system. I don't want to send or receive the data but only want to know if there is any type of network activity going on. I know socket ...
0
votes
1answer
33 views
Windows kernel queuing outbound network connections
We have an application (a meta-search engine) that must make 50 - 250 outbound HTTP connections in response to a user action, frequently.
The way we do this is by creating a bunch of HttpWebRequests ...
1
vote
2answers
18 views
Amazon EC2 - Windows 2008R2 instance not reachable
I just set up my first Amazon EC2 instance (Windows 2008 R2 server) and istalled a jetty 9 on it. But i can not reach it with it's public IP (as shown on the desktop of that system) on port 8080.
I ...
-1
votes
2answers
23 views
Is there a way to add Virtual Network Adapters to a Physical Machine? [closed]
so I noticed how in Hyper-V, I can keep adding network adapters. This is nice because I can have many IPs on the VM serving many HTTPS SSL for various different sites. However, it takes a performance ...
-2
votes
0answers
15 views
How To Recover Deleted DSL/PPPoE Network Credentials? [closed]
I want to recover my deleted DSL network Credentials in Windows 8. Is there any way to do it? Doesn't windows save these information in system logs? Please help.
0
votes
1answer
52 views
Making udp sockets non-blocking by making the socket Event Driven
I am trying to make my Socket "Event Based". Following is what i tried:
VOID createServerSocket()
{
WSADATA wsa;
//Initialise winsock//
if (WSAStartup(MAKEWORD(2,2),&wsa) != 0)
...
-1
votes
0answers
37 views
Boot using network using tftpd32 [closed]
I am trying to boot a computer(Client pc) using network from another computer (well can call server pc) using software TFTPD32 by Ph Jounin to setup windows/Ubuntu.
First thing, I never installed ...
-1
votes
0answers
92 views
Host machine (Windows 7) cannot access VMware virtual machine (CentOS 6 minimal) [closed]
I've installed CentOS virtual machine (VM) in Windows host machine (HM), but when I start a webserver in virtual machine, I cannot browse default website installed in the web server.
The following ...
-2
votes
2answers
52 views
How can my java app detect if its being blocked by firewall [closed]
I have created an application for desktop using JAVA which works like a server and accepts incoming connections using ServerSocket . The software works over LAN and needs to be allowed by firewall. ...
0
votes
1answer
49 views
How to detect internet disconnectivity in c++/QT based installer
We are developing win-mac file sync installer which is quite similar to Dropbox. The installer is built with c++ and QT. We had a use case, where if the internet is disconnected(plugged out network ...
0
votes
0answers
65 views
Get automatic configuration script for proxy
I need to obtain the value (address) for the "automatic configuration script" used by IE to determine the proxy address. However, the address in Options -> Connections -> LAN Settings is to long, and ...
1
vote
1answer
27 views
Problems with select.select() on Windows
Okay, so in some experimentation with sockets and networking, I've set up a very basic chat client/server that runs on Unix flawlessly. Now I'm hitting some errors in the translation to win32. In ...
0
votes
0answers
22 views
How to connect via Tap device
I have now Tap adapter , and willing to setup a tunnel in the private network
PC1 -------PC2--------PC4-------PC5
O:::::::::::::::::::::::::::::::::::::::::::::::::O
i wish to make tunnel between ...
0
votes
2answers
57 views
Fetching user name (windows) from a java application
Problem:
I am logging into a virtual machine(RDC) using the below credentials:
The user is part of a domain group called as teldept
user:147852 pass:helloworld
when i try to get the user ...
0
votes
0answers
60 views
Windows 7 connect to network before startup process and login
I have the following problem. I developed a script that must be executed prior to login in Windows 7. This script must, among other things, authenticate with a given Internet host and save the return ...
0
votes
0answers
43 views
Is there a possibility to dual-home windows phone 8?
I'm searching about windows phone 8 API that allows me to make a windows phone cellphone to be dual-home (connecting through wifi and data plan to the internet). As far as i know, windows phone 8 ...
-1
votes
2answers
101 views
Alternative to ICMP ping?
I am using winapis' function IcmpSendEcho2 to check if a remote host is available and determine the latency. But it seems that even though they are available, IcmpSendEcho2 returns an error with value ...
0
votes
1answer
40 views
How to determine if my program is 'on the company domain'
I'm trying to determine if my service is currently connected to the company domain or not.
I tried
BOOL bResult = LogonUser(m_userName, m_domainStr, m_password, LOGON32_LOGON_NETWORK, ...
0
votes
1answer
78 views
Determining if a file exists on a network drive without a 20 second timeout
Is there an easy way to determine if a file on a remote system exists without a 20-25 second hang if it doesn't?
Functions like...
PathFileExists();
GetFileAttributes();
...don't allow you to set ...
0
votes
1answer
37 views
multiple routers in network, setting up a private network
I have a question regarding multiple routers in a network. We have the incoming modem which connects to multiple routers and multiple pc's.
Now I want my pc and another on a private network. That ...
0
votes
0answers
25 views
Remote Git Repository on Windows via Hamachi
I have a Hamachi Network (All machines on windows)
On machine #1 I have shared a folder with "Full Control" and machines #2 and #3 can see the folder and access it and even place files in that ...
0
votes
0answers
50 views
windows xp pptp vpn server internet forwarding
i'm making my windows xp to pptp vpn server.
(http://doc.m0n0.ch/handbook/pptp-windows.html)
connection is clear,
but i want to make internet connection via using servers ip address.
does it ...
0
votes
0answers
17 views
Can use domain account to log in but it cannot be found
I met the following case:
I joined my office domain and everything worked fined. I can use it to log in windows. I want to add this domain account to Administrator group on PC. I logged in windows by ...
1
vote
1answer
26 views
In Windows, Can i determine if there is a internet connectivity on a specific adapter
Is there any way to determine that internet connection exists on a specific adapter...this includes not just the presence of an IP address, but an actual verified connectivity.
Ex. Something like ...
0
votes
0answers
350 views
Windows 7 ping general failure
I'm trying to understand the behaviour of ping command. Trying to experiment on a windows 7 PC.
On the command prompt, I issued the following command:
ping <some hostname> -l 4096
The output ...
0
votes
1answer
40 views
HttpWebRequests slowing down, or timing out
Introduction
I'm making an application that crawls files/websites for proxy ips/ports. The implementation is purely asynchronous, to make it flow with the speed I want. The whole purpose of the ...
0
votes
2answers
149 views
Maximum size of Receive Buffer/Queue in udp socket
I have developed a udp server/client application in which server has one socket at which it continuously receives data from 40 clients.
Now I want to know that what happens if all of the 40 Clients ...
-3
votes
1answer
79 views
Access Computer in the same network without password [closed]
I want to know is it possible for someone who is in a common home network with me, to see my desktop when it hasn't my computer password ??
0
votes
1answer
96 views
VBScript that Opens an ini file and a Config file in notepad
I work in a hospital environment and right now im doing PC deployments. Part of the deployment requires us to view 2 files on a network drive looking for information regarding the old systems. They ...
0
votes
1answer
40 views
Is it possible to hide the local network traffic of an application from the system and other applications that may be checking?
And oppositely, how much information can an application gather about local network traffic?
And how can one restrict such behavior so that any application trying to check it will come up with nothing?
...
1
vote
0answers
59 views
How I can show “Local Area Connection” properties dialog
I should show the "Local Area Connection" properties dialog (it is the dialog which has two tabs Networking and Sharing) from my program.
How I can do it?
Now I use this function:
void ...
0
votes
0answers
37 views
Executables stopped being run on mapped drive [closed]
I have a domain run by a Windows Server 2008 R2 with Active Directory. I have a program on the server which I created a mapped drive to on each of the client computers. All client computers are ...
0
votes
1answer
85 views
C Socket programming on windows errors on listen but no errno
I've done socket programming in other languages but never dealt with doing it in C directly. I'm trying to set up a simple server to listen on port 8080 under Windows. I'm using the gcc that comes ...
0
votes
1answer
31 views
Changed the domain on windows 7 machine. How can I revert back to original Domain name?
My windows 7 laptop was joined to a domain named TestDomain1. Then I brought my laptop to a new office location, and was still able to log in to the Domain TestDomain1. But I changed the laptop to a ...
1
vote
1answer
32 views
Accessing Web Services using IPv6
I have a box which has both IPv4 (resolved via domain controller) and IPv6 enabled. Is it possible to access the webservices (configured using IIS) using LinkLocal address?
0
votes
2answers
48 views
location of one program corresponding to another c++
I have two programs So if i have one program "local" on machine A and another "remote" on machine B how can program "local" find out whether they both are running on same machine or different machine ...
-1
votes
1answer
81 views
Slow transfer speeds from Windows to Linux [closed]
I work in a mixed environment with both Linux CentOS servers and Windows servers.
I am currently having a networking issue.
All out machines have 100Mb/s NICs (or higher) and all our switches have ...
2
votes
0answers
259 views
Why 'No buffer space available' error when I have enough ports? [closed]
I have three servers running Windows 2003 with ColdFusion 9 (JRun 4) and ColdFusion 10 (Tomcat 7).
A few times a week one of the servers gets socket errors all over the place:
...
1
vote
1answer
128 views
Get Network path for files in Qt
I am using Qt's QFileDialog to let user add files, but I run into issues adding files from network drives. The path I get from getOpenFileName() function is always local one. So if a network share ...
1
vote
1answer
139 views
Start a program on remote computer without any third party software
I'm trying to find a way to start a program on a remote computer (in a domain environment, so I know all the credentials) without any third-party software like PSExec.
Now the problem is, that it ...
0
votes
1answer
92 views
C++ library for network communication between laptop/device without router
Background
For my project, I'm attempting to control an AUV using an Arduino mega with an ethernet shield that receives instruction from a laptop (running Windows). The server side (laptop) will be ...
0
votes
0answers
13 views
How to block connections that have specific wildcard name in it
I want to block all connections to/from my system (not just my browser) that have "mail.ru" in their hostname. I have Windows 7 with a Cisco Linksys WRT160N V3 router. Would it be possible to do this ...
0
votes
1answer
102 views
Is WSAGetLastError() just an alias for GetLastError()?
In my code, I have asynchronous I/O with I/O Completion Ports, and for the read/write completion
callbacks, I get an HANDLE (that of course can be a socket, file handle, named pipe and so on).
So if ...
1
vote
0answers
111 views
How IPv6 link local address is getting generated in windows [closed]
I am curies to know how windows generated the Link Local IPv6 Address, because as far as I know Link local address must have the mac address but when I do the IPConfig /all that time my Link Local ...
0
votes
0answers
17 views
Persist Network Interface settings only until reboot - Windows
I have a vbs script that uses netsh to set a users primary network adapter settings within the network (DNS/IP/Mask etc) for a period of time to static. Some users however already have static details ...
0
votes
1answer
58 views
What is Target in snmp4j lib for SNMP
Hello Everyone!!
I have a sample code to access some information of device using snmp4j in SNMP protocol...In the sample code they have given to dump the information retrieved into ...
0
votes
1answer
178 views
Getting list of local IP addresses with winapi
How to get a list of all local IP addresses connected to the LAN using WINAPI? I searched through netapi32.dll and haven't been successful. Any thoughts ?
0
votes
0answers
99 views
NLB not bound for netwok load balance on Windows Server 2008 R2
I tried to create a cluster on a windows server 2008 R2.:
select new claster-->input current machine's ip address->input a virtual ip address->next until it'd done(with the default configuration).
...
1
vote
3answers
240 views
Can a Windows 8 Store App communicate with a Windows 7 Desktop App through UDP/TCP sockets?
To elaborate on the situation: We have two apps, lets call them A & B for simplicity. Both developed and running on Windows 7 and they can connect & communicate just fine using UDP/TCP. Now we ...


