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

How to delete Cisco 1841 IP

I am trying to delete IP assigned to interface fa0/1. But it returns an error saying "Delete Secondary first" i have alreay tried this command (config-if)# no ip address 192.168.5.23 255.255.255.0
Ashish
  • 1
0
votes
1 answer

Branch to Branch VPN through HQ router?

I've just upgraded our router and am working my way through setting it up as the old one was. The new router is a Draytek Vigor 3900. We have a number of sites with IPSec tunnels dialling in to our main Draytek 3900. This article describes our setup…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
0
votes
2 answers

Ubuntu Server SSH Connectivity Issues (Potentially Router)

I have a server set up with Ubuntu 12.04. I've installed OpenSSH, and I'm trying to access it from another computer, on another network, using this command (modified for the correct values): ssh username@192.168.0.X I am able to connect when I'm on…
iRector
  • 113
  • 1
  • 6
0
votes
2 answers

Anyone know where to get the micro version of DD-WRT?

I would like to turn my extra wireless router into a wireless bridge so that I don't have to buy a card for my Xbox 360. I have found an article on how to do so with DD-WRT (if there is an easier way please tell me). The router is a Netgear WGR614…
George Mauer
  • 479
  • 3
  • 7
  • 13
0
votes
1 answer

Export iptables logs to network storage in a limited storage dd-wrt router

Because some routers have very limited storage space; security logs are disabled in the micro version of dd-wrt. Is it possible to export the (iptables) logs to an external storage?
AK_
  • 133
  • 9
0
votes
1 answer

Troubleshooting a slow database server with no load

I'm getting ready to soft launch my website and I've run into some problems with what I think is being caused by my MySQL database running on Fedora. All websites run fine, just as I'd expect, but any pages that establish a database connection hang…
0
votes
1 answer

Can a router connect an IP network on one interface, and use one of the network's IP on the interface to the internet?

This is part of a question from a networking class. A router has IP 202.55.0.5 on the local network 202.55.0.0/21(through eth0), and uses IP address 202.55.0.6 to communicate with the internet through eth1. And the question asks for how many…
Qi Fan
  • 350
  • 3
  • 12
0
votes
1 answer

VPN site-to-site with rv180 poor connection (4 Mbps)

I have speed problems with 2 cisco rv180 using VPN Site-to-Site. According to cisco specifications, the IPsec Throughput is 50 Mbps. I have done many tests using Iperf on both sides (NY ans SC) and all I have is 4 Mbps of IPsec Throughput. The…
Asdande
  • 3
  • 2
0
votes
3 answers

Cisco 881 throughput/bandwidth issue

We have a dedicated 30Mb connection (up/down) from our ISP, but we can only seem to get 10Mb (up/down) from the router. Does anyone know what we're missing, or how we can tweak the settings on this router to fully utilize the 30Mb connection. I've…
user177024
  • 1
  • 1
  • 1
0
votes
1 answer

DNS server in use is not that as specified in TCP/IPv4 properties. Why? [Windows 7]

I have been able to work around my issue, so I am not looking for a solution, but I am looking for an answer as to why I am seeing the behaviour as described here: Context: I'm developing an application that uses a software component to relay email…
gbro3n
  • 259
  • 4
  • 14
0
votes
1 answer

What router will support a block of public IP addresses

Does anyone know what/if any routers support a block of multiple public IP addresses? Is this possible to do WITHOUT using 1 to 1 NAT? Basically I want to be able to forward any public IP:Port to any local IP:Port public -> local 1.1.1.1:100 ->…
Dobbz
  • 11
0
votes
1 answer

Best option for having ethernet (level2) switch simulated on typical ethernet level3 switch/router?

I have two Linux servers which are going to be connected to typical l3 switch/router. They will both have assigned one public IP number per each ( let's say: pub.ip.n.1 and pub.ip.n.2) by IT. Q1: What is best (simpliest) way of getting…
0
votes
1 answer

Multiple webservers behind firewall done correctly?

Basiclly I have a firewall and behind it i have a webserver which is a webportal for clients, a second webserver that hosts their webpages and a DNS server I want to route the traffic through that one firewall. Is the correct way of doing this to…
user172571
  • 35
  • 1
  • 4
0
votes
3 answers

Cisco router configuration subnet

I am configuring a router to three different subnet as follow. Sub1: 192.168.1.1-254 255.255.248.0 Sub2: 192.168.2.1-254 255.255.248.0 Sub3: 192.168.3.1-254 255.255.248.0 In my cisco router I am doing the…
user1817081
  • 201
  • 1
  • 4
  • 9
0
votes
1 answer

Linux server not routing my packets

I have a linux server (Ubuntu 12) with 2 NIC's. eth0 is connected WAN (inet 10.0.2.15 mask 255.255.255.0) eth1 is connected LAN (inet 192.168.0.1 mask 255.255.255.0) I want my windows machine to connect to the internet. Win -> eth1 -> eth0 ->…