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

ArrayList of Socket doesn't work to send message to Client - Java

I have a Server-Client program where using JLabel,I'm trying communicate with a particular Client. When I accept any client I add their socket to a ArrayList,then I assign socket = socketList.get(1); to my first JLabel so that the socket…
question
  • 392
  • 1
  • 4
  • 15
-1
votes
1 answer

Sending request to a Client using JButton in Java

I have 10 Clients connected to my server. I have 10 JButtons in my server UI. The clientsystems and buttons are named as 1,2,3 to 10. Now when I click button1 from my server UI, I need to send a small message to client1. I don't know how to achieve…
question
  • 392
  • 1
  • 4
  • 15
-1
votes
1 answer

Assiging IP address to a JButton in Java

I have a Server-Client program where I get clients IP address when they connect to my server system using this line of code: //connecting to clients void connect_clients() { try { ServerSocket listener = new ServerSocket(7700); …
question
  • 392
  • 1
  • 4
  • 15
-1
votes
1 answer

Apache virtualhost on another port

I have mamy virtualhosts on Apache server (Arch Linux) and they are on hosts like 127.0.0.2, 127.0.0.10 and so on. One of them i want to make available from local network, so I could use address like 192.168.1.100 to get resources from that server,…
asad128
  • 85
  • 1
  • 8
-1
votes
1 answer

Apache or PHP replace hostname

Rerouting my PHP queries (CURL, fsockopen, file_get_contents) source.com to x.x.x.x following way: Win OS: c:\Windows\System32\drivers\etc\hosts x.x.x.x source.com Linux OS: $ sudo gedit /etc/hosts x.x.x.x source.com Is it possible to do this at…
Epexa
  • 265
  • 2
  • 8
-1
votes
1 answer

Pinging/Connecting windows PC in the same network from a Linux PC in the same network

I have Ubuntu 12.04 Linux machine and I have created a local network from the Windows machine (Windows Server 2008 installed on it) .With this network I can connect among the windows machines but I am not able to enter into this network from a Linux…
Raulp
  • 7,758
  • 20
  • 93
  • 155
-1
votes
1 answer

Setting up Dual Lan to Access Two Different Networks

I have two ISP connections Say A and B. A : connects 7 PCs and a Network Multi Function Device + Internet B : High Speed Internet Connection connects only my PC I want to access Devices on A and simultaneously use Connection B for normal Internet…
tehTerminator
  • 607
  • 1
  • 6
  • 10
-1
votes
1 answer

Every time I start my laptop proxy settings are automatically changed in the browser?

My browsers(chrome) proxy settings are updated after some time and then i'm not able to access internet. To access internet I have to manually change the LAN settings. I'm not able to find a solution to that.
-1
votes
1 answer

How to connect to mysql Database from another computer

I want to connect to database, which is located on computer A from computer B. I tried everything what is posted in internet, nothing helped. I don't know what is wrong with that. please help me if u can ((
-1
votes
1 answer

Delphi 7 with mysql database ( LAN ) using ado

need a lot of help. got alot of problem here like dbgrid didnt update after i inserted a data. how many ado query i need ? using param or not is the better where > can anyone give me some example... if (edit1.text='') or (combobox1.text='') or…
-1
votes
1 answer

How do I pass normal telephone line(s) threw a LAN?

I would like to pass 1 or more telephone lines to a distant location threw a tcp/ip connection (lan) and export the line(s) threw some equipment to normal phones (no ip phones). So there should be something like this: line --- equipment --- wifi…
-1
votes
1 answer

How can I make my android app open file located in lan network?

How can I make my android app open file located in lan network like what es file explorer do ? I want my application to do this without es file explorer or any program similar to it . and I mean to open the file itself directly without…
-1
votes
1 answer

How to get list of computers names in Microsoft windows network using c++?

I wants to display the names of all computer and exchange server in the network same as we see in path Start->My Network place->Entire network->Microsoft windows network.
-1
votes
2 answers

Python check for online ip addresses

Only using modules from the standard python 3 library, is it possible to find all online ip addresses and their hostnames in the same lan network that your computer is using? If so, can somebody put up a working implementation of this? I have been…
ndurvasula
  • 185
  • 5
  • 18
-1
votes
1 answer

LAN agent using ssh

I always need to ssh to a LAN machine (says vm1) which can not access the Internet. In some cases, I need to download some softwares in vm1 (says apt-get install stuffs ...), is there any ways to set up something to enable the remote machine vm1 be…
alexzzp
  • 419
  • 2
  • 6
  • 15