Questions tagged [lan]

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 data-transfer rates, smaller geographic area, and lack of a need for leased telecommunication lines.

A local area network (LAN) is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, or office building.1 A local area network is contrasted in principle to a wide area network (WAN), which covers a larger geographic distance and may involve leased telecommunication circuits, while the media for LANs are locally managed.

This tag can be used for programming problems that are related to LAN networks or similar.

Source

Wikipedia

1194 questions
352
votes
3 answers

How to get a list of all valid IP addresses in a local network?

Is there a way to get a list of all valid IP addresses in a local network? I mean all IP addresses that each user is using in the network.
M.J.Ahmadi
  • 3,931
  • 4
  • 17
  • 24
144
votes
11 answers

How to enable local network users to access my WAMP sites?

First of all, I read at least 20 articles about this topic, and not one of them can match up the scenario and I screwed up the process numerous times. So I turn help by offering my specific scenario if any help will be appreciated. Laptops or other…
ey dee ey em
  • 7,991
  • 14
  • 65
  • 121
117
votes
14 answers

Connect Device to Mac localhost Server?

How do I allow any device, e.g., iPhone, to connect over a WLAN to my Mac's localhost server? On my Mac, I'm running a "Hello World" HTTP Node.js server that serves a page, which Safari opens successfully, at http://localhost:1337. And, running…
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
72
votes
5 answers

How does Windows actually detect LAN (proxy) settings when using Automatic Configuration

When Windows Internet Properties -> Connections -> LAN Settings -> Automatic Configuration is set to "Automatically detect settings" how does Windows actually determine/discover what the settings are? Is it a network broadcast or some kind of…
Craig Day
  • 2,525
  • 1
  • 24
  • 26
66
votes
3 answers

Error when trying to access XAMPP from a network

I get following error when trying to access Xampp from a network I've tried but does not get any idea how to resolve it. Any help??I really confused Access Forbidden : Access to the requested Object is only available from the local network. This…
karto
  • 3,538
  • 8
  • 43
  • 68
47
votes
7 answers

How to git clone a repo in windows from other pc within the LAN?

I have this git repo "c:/xampp/htdocs/**" in my main PC and its IP address is 192.168.0.6. Now I want to git clone this repo from ubuntu-server which running on a Vmware Player in my main PC. I did git clone \\192.168.0.6\c:\xampp\htdocs\**** and …
Kou
  • 777
  • 3
  • 8
  • 16
41
votes
4 answers

Simulating a bad internet connection

I'm developing an embedded device which has access to the internet through LAN. I'm in the testing phase now, and I would like to test how the device performs when the connection to the internet is poor. Currently, the device is connected to a…
stdcall
  • 27,613
  • 18
  • 81
  • 125
31
votes
4 answers

How do I access ARP-protocol information through .NET?

I try to figure out which devices are online and which are offline in our LAN. I have seen many programs doing a kind of graphical network overview, presenting LAN IP and MAC addresses. I would like to know if and how those (ARP?) information can…
BerggreenDK
  • 4,915
  • 9
  • 39
  • 61
30
votes
8 answers

How to disable/enable network connection in c#

Basically I'm running some performance tests and don't want the external network to be the drag factor. I'm looking into ways of disabling network LAN. What is an effective way of doing it programmatically? I'm interested in c#. If anyone has a code…
praveen
24
votes
6 answers

How to setup Git on local network?

I downloaded Git setup and trying to setup for computers in my network. I searched for the process but I found it for to host code on line on github.com. I found a few links but there is not the whole process. I am aware for how to push and pull.
Piyush
  • 3,947
  • 9
  • 36
  • 69
22
votes
10 answers

Connecting to MySQL server on another PC in LAN

I have MySQL setup in a PC on my local network, how do I connect to it? I also have MySQL installed on this computer (which I want to use to connect to the database). I tried the following but it's not working: mysql -u user -h 192.168.1.28:3306 -p…
revolver
  • 2,385
  • 5
  • 24
  • 40
22
votes
2 answers

Whats the difference between an adapter and a network interface?

Having a hard time understanding the MSDN documentation on the IP Helper Functions. Whats the difference between an adapter and a network interface?
unixman83
  • 9,421
  • 10
  • 68
  • 102
22
votes
4 answers

How to access my localhost from another PC in LAN?

I am using WAMP server to run my website. I am using Windows 7. I created LAN between 2 PC and I want to access my localhost from the second PC. Note that I am not using Internet connection so I couldn't use IP address. Please, give me your…
Glories
  • 221
  • 1
  • 2
  • 3
20
votes
2 answers

SQL Database automatic back up

I have an SQL database - I need to back it up everyday (at a minimum) - preferably multiple times a day - automatically so it definitely gets done. I'm running Windows which the SQL database is stored on. What programs (prefer free ones) can I use…
chuck
  • 369
  • 2
  • 4
  • 13
19
votes
3 answers

Connecting to Local Web Server when I am Outside my LAN

I have a web server running out of my home. I have assigned it an address such as 192.168.1.123 on port 80. I understand that this is running on my local network. If I go to another computer on my network and type in the server's ip address, I can…
Chris
  • 5,485
  • 15
  • 68
  • 130
1
2 3
79 80