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
19
votes
4 answers

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 with some of my employees to check the…
Shiva Krishna Bavandla
  • 25,548
  • 75
  • 193
  • 313
18
votes
3 answers

How to broadcast video stream on a LAN in real-time?

I'm trying to establish a system capable of broadcasting the screen capture of a pc to several other pcs on a LAN. So far I managed to install nginx on a Raspberry Pi with the rtmp module and I can stream using the Raspberry as a RTMP Server via…
Ryuu
  • 473
  • 2
  • 6
  • 11
17
votes
5 answers

NodeJS - Error: listen EADDRNOTAVAIL: address not available

I am running a Node app that should be hosted on a local server. At the moment, I am sending just a plaintext response. const http = require('http'); var server = http.createServer(function(req, res) { res.writeHead(200, {ContentType:…
Nikola
  • 400
  • 1
  • 3
  • 12
16
votes
1 answer

Difference in Ethernet and Wireless IP addresses?

This is probably a pretty basic question with a fairly simple answer, but I was just wondering if anyone could clarify why there is a different IP address for my Ethernet connection and my Wireless LAN connection, rather than just one IP address for…
Lauripops
  • 412
  • 1
  • 3
  • 11
16
votes
6 answers

Connect websocket server by LAN IP address

I have set up a websockets chat with the purpose of learning. Everything is working but I can't figure this issue out. When I supply 127.0.0.1 as the address of the connection on the client side then I can access the server from the computer that's…
php_nub_qq
  • 15,199
  • 21
  • 74
  • 144
16
votes
3 answers

How to create a remote server on LAN instead of using GitHub?

Can I create my own remote server instead of using GitHub? i.e Can I make a remote server on LAN where 3 computers are sharing a drive on a network to do the collaborative work using Gitbash?
Umair Cheema
  • 403
  • 2
  • 6
  • 14
15
votes
1 answer

How to get IP address and names of all devices in local network on Android

I want to see all the connected devices on my network with java, but I can't get it working. I have attached some screenshots below of how I want it to be output. I would like to have the name (for example "TP Link Router" or "Nexus 5X") and the IP…
Jason
  • 1,658
  • 3
  • 20
  • 51
15
votes
2 answers

How to make "php -S" to work on local network?

In OS X Mavericks (and newer), start a PHP server from the command line: cd to/your/directory php -S localhost:8888 It works, but the server only available on that computer only. Is there a way to test it on other devices within the same LAN?
Stickers
  • 75,527
  • 23
  • 147
  • 186
14
votes
0 answers

Create a QEMU Bridge Using the Socket Networking Backend

I am trying to create a bridge to an interface in my host, much like the Virtualbox's and VMWare's bridge adapters, in QEMU, using a combination of socket networking and a Python library called Scapy (essentially, relying on WinPcap/Npcap on Windows…
falhumai96
  • 327
  • 2
  • 17
14
votes
4 answers

Configure firewall to enable XAMPP working over LAN

When I turn off the firewall, I can access my XAMPP website through other LAN computers. When I turn on firewall then I cannot connect to the machine anymore. Could someone tell me what's happening? my os is windows xp. thanks.
Shih-Min Lee
  • 9,350
  • 7
  • 37
  • 67
14
votes
3 answers

how to make jetty server accessible from LAN?

I am trying to access a web app (deployed in jetty8 on my machine (A)) from another machine (B) on the LAN using 192.168.0.6:8080 (A's IP) but its not working. While I can access apps hosted on AppServ on machine B from A normally using 192.168.0.5…
Sami
  • 7,797
  • 18
  • 45
  • 69
13
votes
5 answers

How to deploy a PHP Application on a LAN?

I am a web designer and a PHP developer. I have created some websites in PHP and deployed them to web servers from different vendors like GoDaddy, Yahoo, MediaTemple, etc. But now, I am going to create an application that will be run on a LAN, so…
user617447
13
votes
1 answer

Network infrastructure discovery

I would like to perform a thorough LAN devices discovery, so that I can create a diagram similar to the one attached, but with additional information like IP and MAC addresses. I've tried the code from Torry: type PNetResourceArray =…
Pateman
  • 2,727
  • 3
  • 28
  • 43
12
votes
3 answers

Check if IP is in LAN (behind firewalls and routers)

I've been crawling in the web for about 5 hours now and couldn't find a solution for my problem: My company is developing an educational game and I'm writing an autoupdater for it using Monotorrent. The game will be used in schools, but because most…
Squirrel
  • 137
  • 1
  • 7
12
votes
2 answers

Virtual Box limit Bandwith on network

I am using virtual machine VirtualBox Now, I need to limit bandwith. I have 2 Virtual Machines running. One is just for fun. One is for important database access. I need to tell the "fun machine" to just use bandwith on network with less priority…
Nasenbaer
  • 4,810
  • 11
  • 53
  • 86
1
2
3
79 80