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

How can I load an alternate URL if, upon trying to load a URL in a frame, it times out?

Say I have set up a page with 8 frames, each frame tries to load different URLs in my LAN. If one or more of these URLs (belonging to local web servers) fail to load, I get the ugly error screen. Is there any way I can force that frame(s) to load an…
-2
votes
2 answers

How to connect a local server to multiple computers via Ethernet cable WITHOUT Internet?

I have a windows machine that has a local WAMP server running without the Internet. I would need to connect a few Mac computers to that local server via Ethernet cable stream some video content. I kind of know that I would need a router to connect…
Raja Tamil
  • 71
  • 7
-2
votes
1 answer

how to determine whether two local ips in the same LAN?

for a server, i want to determine whether two clients is in the same LAN. the clients may show me there local ips. such as 192.168.x.x . they are both LAN ip. they don't have public ip. is there any identifier for a LAN?
saintthor
  • 41
  • 7
-2
votes
1 answer

Connect two arduinos & ethernet shields to internet

I have two Arduinos (Uno R3) with two Ethernet Shields (HanRun HR911105A). I need to connect them over internet, I plug one Arduino Uno (with Ethernet Shield) to my Laptop (RJ45), and one other Arduino Uno (with Ethernet Shield too) plug to managed…
Rey
  • 29
  • 1
  • 8
-2
votes
1 answer

Name resolution across two LAN

I'm having two private LANs on different subnets, e.g. 192.168.100.0/24 and 192.168.200.0/24. Both of these LANs are on DHCP. Inbetween them there is a (Linux) server connected to both of them on different interfaces, e.g. eth0 and wlan0. Hosts on…
Dante
  • 1
-2
votes
1 answer

Making an already used URL go to a lan website

So I am new on making websites, I use node.js and I have been using ngrok to make my friends able to access my website, and I want to know if i am able to make an URL go to a lan website. EX: putting www.youtube.com and clicking enter but not going…
-2
votes
1 answer

Why can I monitor every pc's in my lan internet traffic from my computer?

I downloaded the software Capsa, and I wondered how come I can monitor the network traffic of all the devices in my LAN, and how come I can exactly see which website they went through and such. Why am I receiving traffic to my computer which is not…
Sword Art
  • 29
  • 1
  • 9
-2
votes
1 answer

What does one find out by looking at ‘hops?’

Someone is tracking my iPad/iPhone using NetMaster and GeoTrace apps. They use GeoTrace (so they say) to monitor my text messages. Only portions or sentences (which I don’t recognize) that are supposedly from my iPhone show in saved GeoTrace…
mizzur
  • 1
  • 1
-2
votes
1 answer

How do I connect my files from Windows 7 laptop to my Raspbian Raspberry Pi 2 (using LAN)?

I have recently bought a Raspberry Pi 2. I am using it to test some python socket server games that I made, but it takes me ages to put the client's .py file on my memory stick, then put it on my Pi every time I update the code. I would like an easy…
-2
votes
1 answer

Access files on a different machine in LAN using C#

I want to compress a file on a different machine using C#. I want to know if that is possible with a C# windows application. I want to search for that file on the other machine and I want to compress that file.
Sasuke Uchiha
  • 91
  • 1
  • 10
-2
votes
1 answer

Find subnet mask from IP

In my LAN, I have two subnet masks: 255.255.255.0 255.255.255.128 Is there a method to scan all LAN's IP to know in which subnet mask they are?
CarloM_dtb
  • 21
  • 2
  • 9
-2
votes
1 answer

Viewing a localhost site over a LAN

I have installed and configured xampp on a server (not a web server) which has roughly 20 PCs linked up to it with a LAN. I can view the xampp files from other PCs on the LAN but when I search the server name, followed by "/internal/homepage.php" -…
drew
  • 771
  • 1
  • 4
  • 11
-2
votes
1 answer

iptables - DMZ to LAN

I want to connect from DMZ to LAN over TCP port 8080 to client 2. in iptables -t nat -A PREROUTING -p tcp -i eth0.1 -s DMZ_IP --dport 80 -j DNAT --to LAN_IP:8080 iptables -A FORWARD -p tcp -d LAN_IP --dport 8080 -j ACCEPT out iptables -A FORWARD -p…
-2
votes
1 answer

How to configure dd-wrt router, for internet connection from other router in other subnet?

I can not solve this problem. There modem / router (192.168.1.1) with wifi which distributes online. There wifi and router with dd-wrt, which must also distribute the Internet, but in the subnet 192.168.2.1. How to configure a router with dd-wrt,…
Buboon
  • 405
  • 5
  • 15
-2
votes
1 answer

DNS for localhost while accessing through router or access point on mobile

i'm running a website in college LAN which is accessed by 200+ members on mobile only. they are accessing it by server ipaddress 192.168.0.***.i wanna assign a name for this ipaddress.i've tried to modify the hosts file. it worked on system…