LAN, or Local Area Network, is a computer network that connects computers and devices in a limited geographical area such as home, school, computer laboratory or office building. The defining characteristics of LANs, in contrast to wide area networks (WANs), include their usually higher ...
0
votes
0answers
9 views
windows: PAExec script to kill all remote open apps on LAN machines
We have a computer demo room with 20 WinXP PCs.
We'd like to be able to execute a batch script from the admin's PC to all other PCs in order to
1. force-close all open apps' windows in the current ...
0
votes
1answer
33 views
Get all hosts on LAN network in C?
Is it possible to get all the hosts on a LAN network(using C). I need to get the IP addresses and host names.
-1
votes
0answers
14 views
Work VPN only slow on at my house [closed]
I am connecting to my work VPN from home. It is EXTREMELY SLOW. network admin and sys admin see no issues on the VPN side. IE, it is working properly from them when they are on the vpn and the ...
1
vote
1answer
41 views
RMI seen from Internet but not from LAN
this is my first post in stackoverflow, i'm trying to implement a chat using RMI but i'm stuck, i am avoiding the use of rmiregistry, everything was binding well on localhost, but i need it to be ...
-4
votes
0answers
32 views
How to find IP Address of a UPNP device (by name)? [closed]
I want to resolve IP adress of a UPNP device by its name.
Someone have the code to do this ? I have googled for two hours and found nothing ...
Thanks for all.
ps : I am totally novice with Java.
0
votes
0answers
28 views
Connecting to an SQL Server 2012 DB in a LAN
I have an Android application that connects to an SQL Server 2012 database on localhost.
When I run the emulator everything is fine.
I tried using Virtual Router Plus ...
0
votes
0answers
32 views
Secure communication between 2 (or more) computers [closed]
I am looking for some information, how to create private and safe communication between group of computers on home LAN site. For example, in my Java program, I want to send short text information ...
0
votes
1answer
32 views
Find hostname of device on local network with PHP
I'm trying to determine the hostname of devices on the network to store to show more human information to my users as my source file unfortunately doesn't contain this (and is dynamic so I need to ...
0
votes
0answers
19 views
Link to search email in outlook by keyword
I am creating an internal webpage for a LAN and often there are emails sent around to everyone's outlook on a regular basis.
what i need to do is create a link in a html page via java script or so, ...
1
vote
0answers
32 views
When time to live of IP packets is decreased? [closed]
I have a little question about the “time to live” field of IP packets : when is it decreased ? If I have correctly understood, it is done each time the packet pass through a router. But if it's right, ...
0
votes
1answer
58 views
Web Request error 407 Proxy Authentication Required
Trying to GetResponse From a web site;
using System.Text;
using System.Net;
using System.IO;
namespace DutyPharmacy751013
{
class Program
{
static void Main(string[] args)
{
...
0
votes
1answer
23 views
Do RESTful web services loose their advantage in a closed network or LAN?
The advantage of REST in utilizing the HTTP standards when implementing web services makes sense when deploying such a service on the web, having CDNs along the way etc. In a closed environment ...
0
votes
0answers
19 views
Speed test with specified host
I want to do speed test with specified host. I know about speedtest.net but using speedtest I can do my test only with the hosts provided by(registered in) speedtest.net.
I'm also ok to use some ...
2
votes
1answer
40 views
Connecting to lan network
I am writing a platform game, and i thought it would be cool to add a multi-player mode for people who are playing on the same network. My question is how would i query through all the available ...
1
vote
2answers
17 views
making a sharepath file system as svn server
I see various posts on creating and using a svn repository. But, can someone specify on how to make a directory in LAN as repository and access it from anywhere in the LAN. The file:/// protocol is ...
1
vote
0answers
24 views
[Mac OS]How to share folders with C++
i want to share folders in LAN and i want to offer otional access from public-ethernet too.
Is there any way to share folder on Mac OS X with C++? Something like 'Network Share Management ...
0
votes
1answer
141 views
How to send message to another computer in Workgroup
I am using Delphi XE3.
I want to send Message to another PC in workgroup (LAN connection). How can I do it? And what Component should I use?
-1
votes
3answers
40 views
Load Balancing to Two Internet connection over single LAN Clients [closed]
I have little problem in my office to manage two internet connection with static Private Static IP addresses.
I have Two Internet Connection(DSL) from same ISP. All the computers are connected to one ...
0
votes
1answer
33 views
How to Programmatically Detect if computer is inside a LAN?
I'm coding an application which uses the Gnutella protocol. This software may run in computers which could be in the same LAN.
If so, I want to group them together since they have faster ...
0
votes
0answers
6 views
How to connect to a remote VM using vagrant? [migrated]
I have two Windows 7 machines in my local network.
One Windows 7 with Virtual Box (running Ubuntu) installed.
Is it possible to connect to the Ubuntu from another machine by using vagrant ?
0
votes
1answer
46 views
getting all local ip's (arp -a)
I am making a nice multiplayer application but I want my application to search for hosts in you lan. I know that you can obtain your own IP quite easily and then brute force all IPs to see if anything ...
0
votes
0answers
7 views
Fritz Box Internet Capacity distributed on Computer [migrated]
I want to look in the Admin Panel of Fritz Box (version 5.50), which computer is consuming how much internet capacity.
I only found a statistic, where you can look how much internet capacity was used ...
0
votes
0answers
9 views
Problems if gatewayIp is assigned to a machine [closed]
I accidently assigned the gateway IP to my linux machine, then again reverted it back, however now i am not able to access the network. Please help.
Can somebody please list all settings that are ...
1
vote
0answers
30 views
Connect emulator to different computer
Is it possible to connect emulator to any computer other then host PC in the same LAN? I want to stream video from VLC player situated in one computer to emulator situated in another computer. If yes, ...
0
votes
0answers
34 views
Network Simulator and Lan Connection
I was trying to implement a network simulator but before that I was advised to learn what actually works inside of lan connections.
eg. What type of data is sent for the very first time in order to ...
0
votes
0answers
26 views
Accessing local app API for my webserver
I run a server with Apache/php/sql and would like serve some info from a API only available locally.
I have made a PHP script that gets a link to the thumbnails from the API i want.
The url that are ...
0
votes
1answer
65 views
Asp.net how to allow client open file in localhost?
I'm very new to asp.net and also networking. May be this question sound a bit dummy to you. I'm having asp.net project. This is not about internet it's only in LAN. I just want to let client open a ...
-1
votes
1answer
76 views
Visual basic.net Send strings between computers on LAN
I'm attempting to make a program to control the basic functions of a computer through a server/client method. I just need to send a string from the server to the client and vice versa. Every example ...
0
votes
0answers
27 views
Static routing in home network [closed]
I have got a problem with static routing.
I've got two routers and two computers.
Router A has got static routing to LAN IP:192.168.1.0 mask:255.255.255.0 gateway:192.168.0.100
Both computers have ...
0
votes
2answers
147 views
Work with Web API and Windows Phone
I am developing a solution that is composed of two elements: a web server, which publishes some REST services, and a mobile client, which consumes those services.
To implement the REST services I have ...
0
votes
1answer
19 views
Persistent connection between a WAN and a LAN server
We need to have a persistent connection between servers on WAN and LAN. Basically multiple LAN servers have to register with a server on Internet and always keep an open connection, because we can not ...
0
votes
1answer
29 views
Django - accessing site from within LAN?
I have a production Django server that runs from an internal LAN. The site is accessible from outside the lan by use of a sub domain. So, something like http://app.ourdomain.com
My question is, when ...
-2
votes
1answer
69 views
How to Broadcast Message without Net Send? [closed]
Does anybody know how to broadcast message via command line to all connected computers? Now I'm using Windows Server 2003, and most of client computers are using XP. I tried NET SEND but it seems not ...
0
votes
2answers
11 views
Deny Certain Domain Users TO login as the administrator
We have a little problem. The company I'm working for now has one main admin account. This is a problem as some contractors knows the password and then login using the admin account and not there ...
0
votes
0answers
30 views
Unable to see my webpage from WAN in Tomcat7
I want to host my webpage and have it to be seen from WAN
I've been trying different solutions to this but I honestly can't tell in wich step I made a bad move
1) Made a host name at ...
0
votes
1answer
113 views
RMI - work in the same machine, not in LAN
I am trying to establish two-communication between one server and two clients. This works very well when all programs run on the same machine but it doesn't work when I try using LAN network.
I got ...
0
votes
0answers
32 views
how to make PPPoE login from specific LAN?
i am using windows 7 with 3 NICs and i need to log in using PPPoE connection. i have 3 lease lines.my isp is using MAC security. i want to ask that how to make pppoe login from specific NIC and ...
0
votes
1answer
32 views
Can I get multiple iPads to receive live audio from one central source, without 3G or internet?
I need a group of 8-10 people to be able to individually receive live audio only on their iPads from a speaker who is transmitting within 20-30 meters (preferably transmitting from an iPad, but any ...
0
votes
1answer
38 views
File IO permission error while running EXE from LAN
I am getting following error while running my .EXE file from network.
I have developed application using .net framework 3.5.
Help me remove this error, Please.
Thnaks in advance...
0
votes
0answers
36 views
2 simultaneous multicast broadcasts over same ethernet
I'm trying to send out two different encoded TS streams over the same ethernet cable with multicast IP addresses and port number different for both the instances. But in VLC, I see only one TS stream ...
0
votes
1answer
107 views
UDP socket fails to receive data
I've a problem: I created a small Python script to read data from an Omron PLC memory on LAN. Delphi program run batch file that run Python script periodically (every 6 seconds).
This script runs on ...
0
votes
1answer
71 views
How can I sync data on Android devices via LAN without knowing the IP address of either device?
People using my app should can sync there android-smartphone with other participants in a LAN using my app. All of them have dynamic IP-addresses. If Someone makes changes, it is very importand that ...
0
votes
1answer
79 views
how to create a new start session in sql server 2008 with user from other computer?
I have two computers. One with windows XP where I have SQL Server 2008 Express and other computer with windows 7. In both computers I have sql server management studio.
Both computers are in the ...
0
votes
2answers
70 views
Manual backup for mercurial repository
I am using Mercurial with tortoiseHg, and I have few repositories around my computer (because i work with different languages at the same time).
I would like to have a backup of all my repositories ...
0
votes
1answer
139 views
Lan user bandwidth monitoring
How do i monitor and create graph internet usage for each lan user . My network has mikrotik router as gateway route . Is there any monitoring tool that can create bandwidth graph from mikrotik ...
0
votes
0answers
111 views
Accessing and uploading files to a password protected LAN
I am doing a web project and stuck in between of something.
The scenario is something like.
There is a password protected LAN where user can connect by entering right username and password.
once any ...
0
votes
0answers
150 views
Accessing Wildcard Subdomains on Windows 7 XAMPP via LAN
After much toil, I got wildcard subdomains running on my XAMPP installation using Acrylic DNS Proxy:
127.0.0.1 localhost
127.0.0.1 *.localhost
127.0.0.1 *.local
127.0.0.1 *.lc
and this bit of code ...
0
votes
0answers
31 views
Service (application) that sets the proxy automatically depending on the Wi-Fi connection
I have a Wi-Fi connection at work that when I connect to it I have to set the proxy in Internet Explorer LAN Settings. The thing is that when I come back home, I have to uncheck the proxy settings, ...
0
votes
2answers
98 views
Accessing django project in LAN systems
I used django and developed a site which is working fine, and its about to move to production and ready for deployment in a couple of weeks.
So before moving to production, i want to share the site ...
1
vote
2answers
236 views
Finding Live Nodes on LAN using Python
I am creating a Messenger which is same as IP Messenger in Python 2.7 and Windows.
I want the same functionality as IP Messenger uses in finding the systems running same software over LAN but I am ...



