Questions tagged [routing]

the process by which data packets on communication networks are forwarded into the direction of their ultimate destination by routers.

Modern communication networks are built mostly on the concept of destination routing (although other concepts, such as source routing, do exist). In this concept, the sender of a data packet does not need to know where exactly to find the destination for that packet, all it needs to know is the address of the next router. This router will then decide, based on routing tables and the destination address of the packet, where to send it next (this is called the next hop). This process is repeated until the packet arrives at a router where the destination address is in a directly connected network, and the final router then sends the packet directly to that destination.

Routing decisions are usually based on routing tables, which can be influenced by many factors, such as available links, link quality, routing policies, QOS, etc.

3661 questions
1
vote
1 answer

Multiple gateways with linux on same subnet using single NIC

I have the following configuration; Firewall 1 (site 1); x.x.x.x/26 subnet on external 10.0.0.0/8 on internal (internal IP 10.0.0.10) Firewall 2 (site 2); x.x.x.y/26 subnet on external 10.0.0.0/8 on internal (internal IP 10.0.0.20) Sites are…
user216688
  • 11
  • 1
1
vote
1 answer

Port based routing on ubuntu

My situation: A ubuntu server is part of a LAN with 2 gateways. The one offers high speed with high latency. The other low speed with low latency. My server usually uses GW1 for all traffic (because of high bandwidth). I would love to be able to ssh…
Niksac
  • 171
  • 8
1
vote
1 answer

Setting up Windows 2008 with VPN and NAT

I have a Windows 2008 box set up with VPN, and that works quite well. NPS is used to validate the VPN clients, who are able to access the private address of the server, once connected. I can't for the life of me get NAT working for the VPN clients,…
Benson
1
vote
2 answers

Spanning Tree Necessary With 2 Stacked Dell Managed Switches?

I have a PowerConnect 6248 and 6224P stacked with the 6248 acting as the managing switch. They're connected using the 48Gbps stacking module with 2 cables running between the switches. Do I need to have STP on for this configuration? I'm not…
1
vote
1 answer

Determine cause of connection refused on surveillance video unit

We have 3 similar surveillance video units. Each has a server that should be available on ports 80 and 443. One unit has suddenly become unavailable on port 80, and I'm working to determine what could be the cause. It was operating properly at 8:00…
Paul S.
  • 153
  • 9
1
vote
1 answer

How to route traffic over an active VPN tunnel by domain name?

I set up a VPN tunnel to my web server targetting its FQDN: (e.g. my.server.com) using the built-in Windows 7 VPN feature and the built-in Windows 8 Routing and Remote Access (RRAS) VPN feature. How do I ensure that all traffic targetting the FQDN…
Triynko
  • 3,418
  • 6
  • 31
  • 30
1
vote
1 answer

pfSense routing between subnets behind OPT1 and LAN

pfSense short config summary: WAN interface is on a registered Internet block of addresses connected to ISP via fibre LAN interface has IP address 10.200.1.3/24 OPT1 interface has IP address 192.168.184.1/24 A separate wireless network exists…
ChrisNZ
  • 606
  • 2
  • 9
  • 25
1
vote
2 answers

Accessing Server hosted on USB remotely

I'm running a program called VMlite VNC Server for android on a set of Phones connected via USB to a windows XP machine. Due to the way we're utilising the phones, we need them unrooted and with Wifi disabled, accessing the internet over a 3g/4g…
Liang
  • 133
  • 6
1
vote
2 answers

How do I use OpenVPN for all traffic other than ports 80 and 22 (inbound and outbound)?

I use a dynamic DNS service which is sent ip address updates from my router. In router settings, ports 22 and 80 are forwarded to my server at 192.168.1.10. I have a webserver and sshd running on my server. From outside my local network, I can go to…
bkanuka
  • 121
  • 1
  • 6
1
vote
2 answers

LinkSys RV042 Dual WAN Router: Utilize backup link in Smartlink mode

I have a LinkSys RV042 Dual Wan Router in my office. I am using it in smartlink mode, so that when primary fails, the backup link takes over. The problem is that backup link is highly under-utilized. I have a dev machine that periodically…
sharjeel
  • 199
  • 1
  • 11
1
vote
1 answer

Configuring a route table to route only one (or range of ip) via a VPN connection

This is my home network configuration: Devices/Pc/Smartphone ---> DD-WRT Router ---> Internet Router ---> Internet/World DD WRT router ip: 192.168.1.1 (default gw is 192.168.1.254) Internet Router ip: 192.168.1.254 Devices ip going from…
stighy
  • 931
  • 8
  • 21
  • 32
1
vote
2 answers

VPS Routing - packets over 1kb timeout

I have a vps running on a Debian (Squeeze) which started to play funny 3 days ago. I can access it through ssh but all commands that lead to a network traffic of more than 1kb hang. ie: ls on a directory with a couple of files work but ls on a…
1
vote
2 answers

limit outbound access for an EC2 instance

Our company is in the process to become PCI compliant and one of the requirement is to limit the outbound access of our servers. We have only 1 EC2 instance that falls in the PCI scope and I would like to limit outbound internet access to this…
1
vote
0 answers

Static routing doesn't route correctly

I have Router 1 and Router 2. For R1 I have 1.1.1.1 with /24 mask, for R2 I have 1.1.2.1 with /24 mask. R2 is connected to R1 interface with 1.1.1.2 address. Following image shows my topology https://i.stack.imgur.com/dEoGA.png Routing table on…
1
vote
0 answers

VPN, routing and bridging two networks together

I have a site which I can VPN into via a Cisco RV082 10/100 8 Port VPN router. The IP address subnet on the LAN is 192.168.3.0. One Windows machine on this network contains two network cards which is used to bridge or connect to a second network. …
sdbol
  • 111
  • 2