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

Openvpn failover setup - Routing to clients with static ips

I have a setup with an openvpn server and many clients connected to it. All those clients have fixed ip addresses, derived from their certificate name. Behind the openvpn server, I have a management server, that needs to connect to the clients (to…
Matt Benzene
  • 153
  • 8
1
vote
3 answers

Route Subnet to only access 1 IP address on different VLAN HP Procurve

I'm trying to route VLAN 300 which has a subnet 192.168.100.0/26 to only access 10.220.1.10 on VLAN 220 but struggling with the config. HP's documentation from what I can tell just wants me to enable IP RIP but that gives access to the entire 220…
Matt Weick
  • 185
  • 1
  • 8
1
vote
0 answers

Unable to access intranet web site from client machine

I have installed windows 2008 r2 server on a machine with 2 network cards. I am able to access internet from this server. I have installed mysql and mssql 2008 on this machine. I can access both the databases from client machine but I am not able to…
Milind
  • 11
  • 1
1
vote
1 answer

Routing Help Needed - Site to Site VPN

I have successfully established an IPsec Site-to-Site VPN tunnel between our On-Prem network (Gateway, Cisco RV220W) and Azure. However I am hitting a knowledge gap with regards to setting up the routing to allow me to actually send traffic between…
J_D
  • 11
  • 2
1
vote
0 answers

Route traffic for a specific IP through a specific interface

I'm setting up a server that tunnels all its traffic over an OpenVPN connection. The VPN connection is further tunnelled over obfsproxy hosted on the same machine. The problem is that as soon as the VPN connects, all traffic goes through the VPN…
tangrs
  • 152
  • 1
  • 6
1
vote
1 answer

Redirect packet that matches a pattern?

How can I route an incoming udp packet with iptables that matches a pattern like: 53 41 4D 50 5B 79 95 DB 61 1E 69 from public interface (vmbr0) and port 7777 to 192.168.0.1:7777?
Gizmo
  • 289
  • 2
  • 11
1
vote
0 answers

Why don't TP-Link 24x-switches propagate clients when cascaded in two?

I'm behind two TP-Link switches those are cascaded behind a TP-Link router, which is in turn behind a consumer router that works as in modem only mode. Clients connected to the first switch work properly, also everything at other switches directly…
1
vote
2 answers

RRAS 2012R2 NAT with isolated subnets

I'm trying to find a solution for this problem for many weeks I hope someone can help me. I have a rather simple network: Windows Server 2012R2 with multiple NICs A few subnets (VLANs) with DHCP's router-option set to the corresponding NIC of the…
Christian
  • 333
  • 7
  • 18
1
vote
1 answer

Can't give access to all servers belonging to a security group in AWS

My current structure 1 instance in a VPC set up with an Auto Scaling Group. 1 instance in same VPC with HaProxy load balancer routing MySQL traffic to RDS instances (in same VPC) I have tested and have confirmed that the load balancer is…
1
vote
1 answer

CentOS with multiple NIC and static route

I am trying to setup a CentOS with 3 NIC and static routes. eth0 has IP address 192.168.10.2 and GW:192.168.10.1, eth1 has IP address 192.168.20.2 and GW:192.168.20.1, eth2 has IP address 192.168.10.3 and GW:192.168.10.1. I want to accept traffic…
PrashantB
  • 133
  • 1
  • 1
  • 4
1
vote
1 answer

openvpn windows routes ip forwarding enabled but not working

I have setup an openvpn network, I have in my client windows two interfaces, one public with IP 1.2.3.4 and the openvpn interface, with ip 192.168.244.10 I am able to ping from windows to the server's interface IP 2.3.4.5 and wireshark says that the…
maiky
  • 139
  • 2
  • 3
  • 13
1
vote
2 answers

Why isn't my static route applying?

I'm migrating one of my services to a new public facing IP and I'm at a loss as to why the recently added route isn't functioning. This is a Server 2008 R2 box. I've covered several other questions - notably Windows static route not working and…
Tim Brigham
  • 15,545
  • 10
  • 75
  • 115
1
vote
0 answers

Forward single port between subnets on dd-wrt router

I have a DD-WRT router with two subnets, 192.168.0.0/24 and 192.168.8.0/24. The latter is used for a 'guest' WiFi network. Traffic between subnets is filtered using iptables. What I would like to do is enable printing from the guest subnet, i.e.…
tater
  • 1,445
  • 2
  • 10
  • 12
1
vote
1 answer

Weird routing when accesing local service on OpenVPN server

I'm currently having a very restrictive internet access, basicly, anything that doesn't use port 22, 443 or 80 are routed through a different network who has a 1 seconde ping and 60% packet loss. Since I need to use a lot of software that use…
Maeln
  • 113
  • 3
1
vote
1 answer

Server 2008 Static Routing (Terminal Services) Multiple Gateways/Routers

We have two internet connections, both on their own routers. Router 1: 192.168.0.1 / 255.255.255.0 Router 2: 192.168.0.2 / 255.255.255.0 Our terminal server has a single NIC, 192.168.0.3 / 255.255.255.0, with a default gateway of 192.168.0.1. Both…