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
-1
votes
1 answer

How to take a backup in lan?

I am working in one company there are 15 people working i have to merge their work in my PC everyday. Its very time consuming can you provide some good resource which could work in LAN with good performance i am sorry if i have added this question…
Just code
  • 13,553
  • 10
  • 51
  • 93
-1
votes
1 answer

Firefox add-on local area network communication capabilities

I would like to develop a firefox extension that communicates with other firefox extensions in the same LAN. Is there anything preventing this? Can this be technically done? Being able of having access to the minimum networking capabilities would be…
santiago
  • 23
  • 2
-1
votes
1 answer

Internet Provider with "Private WAN" to the clients?

This is strange. How this actually works. So far I know it is "impossible" to have a network like this. I'm going to explain in details how my network works. I have a LAN. 192.168.1.0/24 and router is on 192.168.1.1, This router has a public…
int3
  • 658
  • 1
  • 5
  • 21
-1
votes
1 answer

WordPress theme footer wont load images

hi I am fairly new to WordPress and maybe I don't know how thing work in this CMS but I cant figure out why I cant do even smallest thing. I forked WordPress repository in git hub and started working. I changed footer but it dose not load table…
qazedxms
  • 3
  • 5
-1
votes
1 answer

Accessing files on LAN from ASP.NET

As it is mentioned in the title. I would like to build a mechanism allowing me to access different files on LAN and read their metadata values. I don't want to change those files, or create new ones. The problem is I would like to have a web…
Bartosz
  • 4,542
  • 11
  • 43
  • 69
-1
votes
1 answer

Sharing internet from lan (single ethernet cable) to multiple devices

My serviced office provides internet via a single ethernet cable (internet via lan). I wish to share this to multiple devices both wirelessly and over ethernet. The office has given me specific IP, subnet, primary+secondary DNS details to access…
cognito
  • 291
  • 1
  • 4
  • 8
-1
votes
2 answers

How to get IP of computer on lan if you have the computers name, using c#

I'm currently writing a C# program to connect one computer to another on lan. I have the computer name of the receiving computer but the ip is dynamic so it will change from time to time. How would I get the lan IP adress of the receiving computer?…
Logan
  • 425
  • 1
  • 6
  • 16
-1
votes
1 answer

How to configure SRX200 router?

How to configure SRX200 router? I want to setup a LAN (trusted network) with my own series (ex: 10.x.x.x) Router should forward the request based on port(Port based forwarding). i.e If any machine sent a request on a port, router should forward the…
java geek
  • 1
  • 4
-1
votes
1 answer

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 I've found is really old and no longer works, or…
Postman
  • 517
  • 2
  • 8
  • 17
-1
votes
1 answer

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 ask clients who own serves on LAN to set up port…
mvbl fst
  • 5,213
  • 8
  • 42
  • 59
-1
votes
4 answers

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 router?
user2191660
  • 7
  • 1
  • 2
-1
votes
1 answer

TeamViewer or VNC on slow network?

I have slow network, slow probably because of the tools to filter the traffic and because we run VPN, so sometimes when i run TeamViewer on one PC from the network, i get ID and PW and try to connect from PC out of the network it just accepts ID and…
VisaToHell
  • 508
  • 1
  • 12
  • 29
-1
votes
1 answer

How can I disable the Rogers NetComm Rocket Hub Firewall which blocks almost every port

For some reason my Rocket Hub blocks almost every port except for some of the more commonly used ones like 443, 80, 22, 21, 20, etc. I can run my local LAMP server on my desktop and access it from my laptop, however when I try to use synergy or…
daxvena
  • 1,140
  • 3
  • 14
  • 30
-1
votes
3 answers

How to find that an IP address is a LAN IP or WAN IP?

How can I find that an IP address is a LAN IP address or WAN IP address? I am writing a C API in Windows.Thanks
Sarfraz Ahmed
  • 1,349
  • 6
  • 23
  • 43
-2
votes
1 answer

is SVN configuration possible in local/lan server?

I want know is there any way to configure a SVN over a LAN sever(web server with php+mysql+apache configured), in LINUX, Windows. my requirement is to build a small web server with SVN facility in locally. i know the tortoise svn configuration. But…
coderex
  • 27,225
  • 45
  • 116
  • 170