Questions tagged [router]

A device that connects two or more networks and is capable of forwarding data packets to a destination based on information contained within a packet and internal routing tables.

Routers are devices that connect networks and make decisions on where to send incoming data packets, based on the address information contained in the packet and internal routing information.

The most common form are SoHo routers, which connect home or small office networks to the internet and provide routing for all devices on the home/office network. More advanced routers connect large office networks, and at the high end of the scale routers connect large segments of telecommunication networks all over the world at high speed.

Routers are not limited to TCP/IP networks, they can be found in any kind of network.

2043 questions
14
votes
3 answers

Configuring a router to drop packets, introduce latency, corrupt data

I was wondering if anyone had any experience setting up an environment designed purposefully for poor performance when sending/receiving requests over a network. I'm developing an application and would like to make it robust over extremely…
Mark
  • 261
  • 2
  • 10
13
votes
1 answer

Do I really need a DB9-RJ45 adapter to connect to a Cisco router console, and if so, why?

I have an Enterprise grade Cisco router and an HP laptop. I would like to connect to the router on the console port to conduct out-of-band management. The console port on the router uses an RJ45 terminal. I have one on my laptop as well. My…
Hack-R
  • 295
  • 3
  • 12
13
votes
5 answers

How can I split my personal network (with WIFI) from my office network?

I work from my home home office and have a VPN router to my company. I share the same network for my personal and office use. I have a WiFi Access Point, I don't want access to any of my company servers from WiFi for security reasons. Currently all…
code-gijoe
  • 439
  • 1
  • 6
  • 15
13
votes
3 answers

Is there danger to virtualizing a router?

I had read on a few forums about pfSense that said it was dangerous to virtualize pfSense. The reason that was stated was an attacker could use pfsense as a spring board for an attack on the hypervisor and then use that to gain access to the other…
AtomicPorkchop
  • 1,975
  • 8
  • 34
  • 55
12
votes
2 answers

What does the command "ip route" show

These are my outputs from the command ip route 10.1.40.0/24 via 10.255.115.1 dev eth1 10.255.114.0/23 dev eth1 proto kernel scope link src 10.255.115.18 default via 10.1.1.1 dev eth0 metric 100 Am I understanding correctly? packet goes to…
Sato
  • 449
  • 2
  • 9
  • 17
12
votes
2 answers

CentOS 6 router/firewall seems to be throttling throughput

TL;DR CentOS6 NAT router/firewall behind a 120Mbps cable modem connection seems to be capping throughput at 30Mbps after recent updates and security "hardening". Prior to updates and hardening I was getting 90Mbps. I've checked CPU and network usage…
Ex Umbris
  • 854
  • 7
  • 24
12
votes
4 answers

What happens if two local systems download the same resource on same port?

I'm aware of NAT table. I just want to know what happens if two clients in a private local area network want to download exactly the same resource on the same port? In other words , When a packet comes from the server, how can the router decide…
S.B
  • 231
  • 2
  • 8
11
votes
6 answers

monowall vs pfsense

I'm building a router out of a Mini-ITX pc + compact flash card setup and I'm trying to choose a suitable distro. My criteria are: Must be able to run from a CF card (so no excessive disk writes) I'm mostly interested in having a high powered…
Justin
  • 379
  • 6
  • 13
11
votes
2 answers

Why is nat required when proxy is enough?

My machine is connected in a local lan. to connect to the internet the traffic goes through proxy server. my understanding of proxy server is that it sends the request on behalf of the original request sender. So when the server replies, it sends…
Ashwin
  • 307
  • 1
  • 4
  • 13
11
votes
3 answers

How do I get IIS working and accessible outside my network behind a router?

My machine is running Windows 7 Ultimate. Here's what I've done (successfully) so far: Installed IIS 7.5 with PHP over FastCGI Got it working! When I go to http://localhost/index.php , my PHP scripts run fine. Ran ipconfig to find out that my local…
soapergem
  • 719
  • 4
  • 13
  • 29
11
votes
4 answers

Enterprise grade router, when to get it?

I manage an architect firm of 30 persons. I installed them a 'random' router from bestbuy (about $100). At the time they where 10 architects. Now they've grown to 30+ and are now experiencing a sluggish network connection (specially to access the…
code-gijoe
  • 439
  • 1
  • 6
  • 15
11
votes
13 answers

What decent small-office level routers are there

So let's say I have a network of less than 20 computers including a server that needs to be accessed externally. What router/firewall solutions would you recommend? It can be either hardware or software and would need to be able to…
Glenn Slaven
  • 2,400
  • 2
  • 30
  • 42
10
votes
2 answers

How to safely install a new IOS image on a Cisco device when the installed flash memory size isn't enough for two of them?

Today I was updating IOS on a Cisco 877 router, and a problem came up: the installed flash memory wasn't enough to hold both the old and the new IOS images, so the new one couldn't be uploaded unless the old one was deleted first. This of course…
Massimo
  • 70,200
  • 57
  • 200
  • 323
10
votes
7 answers

Why do I want to run DD-WRT firmware on my router?

What is the most compelling reason to flash your router to the DD-WRT firmware?
Brett Veenstra
  • 1,497
  • 5
  • 18
  • 27
10
votes
10 answers

Basic firewall, switch, & router device?

I am a developer and haven't dealt with server admin or networking in years, so "rusty" is very generous. I am setting up a new web server cluster (starting with two 1U web servers and one DB server). As I haven't done this in a few years, I don't…
Rex M
  • 131
  • 3
  • 11