Questions tagged [wan]

A Wide Area Network (WAN) is a telecommunication network that covers a broad area (i.e., any network that links across metropolitan, regional, or national boundaries).

This is in contrast with personal area networks (PANs), local area networks (LANs), campus area networks (CANs), or metropolitan area networks (MANs) which are usually limited to a room, building, campus or specific metropolitan area (e.g., a city) respectively.

The textbook definition of a WAN is a computer network spanning regions, countries, or even the world. However, in terms of the application of computer networking protocols and concepts, it may be best to view WANs as computer networking technologies used to transmit data over long distances, and between different LANs, MANs and other localised computer networking architectures.

This distinction stems from the fact that common LAN technologies operating at Layer 1/2 (such as the forms of Ethernet or Wifi) are often geared towards physically localised networks, and thus cannot transmit data over tens, hundreds or even thousands of miles or kilometres.

131 questions
0
votes
2 answers

Networking - RIP routing WAN connection in Packet Tracer

Anyone here knows how to deal with networking? Here's my network scheme in Packet Tracer: How do I do the routing in CLI to connect those three routers? Note that the routers are in different cities.
emen
  • 6,050
  • 11
  • 57
  • 94
0
votes
0 answers

Using Active Directory replication over unreliable WAN

I want to use Active Directory replication between two sites that have unreliable, perhaps even only periodic (daily) WAN connectivity. I have no experience managing Active Directory or LDAP services prior to this effort. Access control and other…
JimmyNJ
  • 1,134
  • 1
  • 8
  • 23
0
votes
0 answers

Mikrotik multiple ip on one VAN (routeOS 7)

There is a main ip address external 88.200.132.250 There are additional IPs on the same interface: 88.200.132.251 88.200.132.252 88.200.132.253 88.200.132.254 I access the Internet through the main ip and I have a port forwarded to the outside. I…
0
votes
0 answers

Can't access to mi local server through WAN router ip

I´ve set up a port forward from my router to my web server running locally, but when I try to access to my web server from another network it doesn't work. It just works locally.The pc firewall is deactivated as well as the router's. Someone knows…
0
votes
0 answers

How can I make my Socket server to work on WAN?

I am creating a multiplayer game using Unity Game Engine. I created my server using Socket in C#. My server works fine on the LAN, however it doesn't work on the WAN. I learned that I need to configure port forwarding in order to make it work on the…
Saunak
  • 3
  • 3
0
votes
1 answer

Can't access modem configuration centurylink

While rearranging my living room, I unplugged my centurylink modem/router. When plugged back in, it no longer had an internet connection. Stupid me tried to fix it, which lead to logging into the modem configuration page, going to advanced settings,…
j340b
  • 13
  • 1
0
votes
1 answer

Pfsense WAN IP 0.0.0.0

pfsense newbie here. I first learned about pfsense from a Network Chuck video on youtube, and decided to try it out for myself on spare hardware I had laying around. As best as I can tell, everything is working normally except that WAN is failing to…
WifiJedi
  • 1
  • 2
0
votes
0 answers

Send command to a device over internet by using its IP address

Currently I am working on a project in which I have to send commands to a device by calling its IP address. I have already created a code that send the command by using the IP address on LAN. Here is code snippets. private void…
0
votes
1 answer

UDP Client receives only 1 message

I have a server client application that I am currently working on. The server is receiving data fine over a WAN and the client seems to receive the data, but the client is only receiving one communication. Is there anything over a WAN that would…
Stephen
  • 174
  • 4
  • 14
0
votes
2 answers

UDP transmission over WAN

I have asked a couple of similar questions the last couple of days and received some really great help. I now understand my problem quite a bit better but I appear to have hit a snag. I have written a client server application that uses both a TCP…
Stephen
  • 174
  • 4
  • 14
0
votes
1 answer

How to share files between 2 instances in different security groups?

I have two instances in two private subnets associated to different security groups. How can I transfer files between them in an "NFS manner"?
Caterina
  • 775
  • 9
  • 26
0
votes
2 answers

How to connect client in a internet to the server

I made a simple chat room. But I can't connect clients who joined through internet. I know I'm using local network to this program. But I researched how to connect my server to the internet. I used my Dynamic public IP and port forwarded using my…
0
votes
1 answer

Azure WAN and P2S VPN Forced Tunneling

I have setup Azure WAN with a secured hub(Azure Firewall). WAN also has a P2S VPN which am successfully able to connect to. I understand forced tunneling was not an option before Azure VWAN, but now can i do forced tunneling for my P2S clients and…
0
votes
0 answers

How to get access to the Angular client via WAN or LAN

I'm trying to create a Angular web application hosted on my cpu. I can deploy it on my IIS and it works fine. This Application is separated in two, one client (Angular) and one API server (connected to SQL). The client is on port 80 and the server…
johanF
  • 11
  • 3
0
votes
1 answer

PowerShell SSH only works on LAN but not over the internet

I have made a firewall exception and all should be working working from a home internet DHCP even tried turning off firewall on both domain and home to no avail. here is my code (which is just the guide): # Install the OpenSSH…
Cool_Kid
  • 21
  • 2
1 2 3
8 9