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

VM with 2 network cards

I have a VM with 2 network interfaces which is running CentOS. One connects to a private network (192.168.6.x) and another to our company wide network. When I try to ssh the private address from a host that has access I get no response. It appears…
MikeKulls
  • 336
  • 1
  • 2
  • 16
1
vote
0 answers

How to setup multiple OpenVPN connections on a server for a single localhost app to use on CentOS 6.5?

I have a scenario where I need to run several OpenVPN connections at one time and to allow a singular application to access each of these connections. How wold I go about starting up several OpenVPN connections at one time and then uniquely…
ylluminate
  • 1,155
  • 2
  • 17
  • 35
1
vote
2 answers

Same routes under VPN - how to workaround?

I only have basic experience with VPNs (mostly OpenVPN) and mostly theoric, but now I want to set up something more complex and I am evaluating the possible issues that I may face. I will try to represent the hypothetic situation via examples. Let's…
Palomies
  • 13
  • 3
1
vote
0 answers

Policy routing local user's traffic down a tunnel

I've got a Linux based Firewall/Router running iptables and SNAT for traffic passing through it to the Internet via a single uplink - This is working fine. There is also a small number of applications running on this server which also work…
user2497185
  • 111
  • 2
1
vote
1 answer

How can I create routes between two separate LANs on the internet over an OpenVPN tunnel?

Diagram I have separate router/OpenVPN appliances at two different sites. The appliances are actually TP Link routers running OpenWRT 12.09, r36088. I would like clients behind these two routers to be able to connect to one another. One router is…
stevesdj
  • 23
  • 6
1
vote
0 answers

network inbound from other subnets refused to server A, Server A can go outbound to internal networks, but not internet

I have a RHEL 6 server with 4 NICs on 192.168.2.[30-33]/24 Set with DHCP reservations via infoblox, I have checked and the MACs all match up. ifconfig shows /24 for every netmask, and the routing table looks fine. I can hit anything I want…
usedTobeaMember
  • 616
  • 15
  • 25
1
vote
2 answers

CentOS 5.4, 3 nic-s

I need your help for the following problem: I have a CentOS server with 3 nics: eth0: IP ADDRESS=192.168.4.102 /24 GW = 192.168.4.1 eth1: IP ADDRESS=192.168.2.101 /24 GW = 192.168.4.1 on 192.168.4.1 is a router for exit on…
adi3000
  • 13
  • 3
1
vote
2 answers

Windows 8 is not always selecting correct network card for my outgoing transmissions

The company I work for builds and sells industrial machines. One of our products is a machine which is controlled by a PC running Windows. This particular machine uses a networked device with digital inputs and outputs connected to the machine. …
3rady
1
vote
0 answers

DRAYTEK - VLANs with VLAN tagging switches / router

Our company uses Draytek routers (various models, slowly upgrading to 2860n at each site). We have recently purchased a new site, and want to split the network up into separate VLANs, so as to allow several different tenants internet access using…
DazEvans
  • 11
  • 1
1
vote
1 answer

How to set up the routing mail server with public static IP interface and private IP interface

I a building an email server that will use Postfix for SMTP, and Dovecot for IMAP. This server will have two interfaces: wwan0 - this interface has a static public IP address, and will be used by Postfix for sending and receiving email, and Dovecot…
ljbade
  • 133
  • 6
1
vote
1 answer

OpenVPN Site-to-Site Routing Woes

I'm fighting with an openVPN setup for connecting two sites. This is what the scenario looks like Office 1 (server): local network: 192.168.178.0/24 openvpn server public ip: 192.168.178.2 on br0 openvpn server internal ip: 192.168.0.1 on…
Armin Schmidt
  • 13
  • 1
  • 1
  • 3
1
vote
4 answers

Traceroute showing weird path. Is load balancing router is responsible for this?

We just completed complex network design for our new office. It has 2 ADSL routers connected to a Dual WAN Load Balancer router. Load Balancer is connected to 2 16-port Switches which connects 30 PCs. Also one 16-port switch is connected to another…
rahul286
  • 1,647
  • 5
  • 20
  • 25
1
vote
0 answers

Route two public (ISP assigned) subnets on 'outside' interface of Cisco ASA 5510

We've got a Cisco ASA 5510 that sits on our edge and acts as the PPPoE endpoint for a fibre connection. The fibre connection came with a static IP, which is assigned via PPPoE, and gets picked up by the ASA. All works fine, NAT works, outbound…
1
vote
0 answers

trying to reach a port forwarded server from the subnet using the public IP not working

I set up a server which is connected to my router. The router forwards a port of my server. So when I scan that port using http://www.t1shopper.com/tools/port-scan/ I got: 188.143.126.14 is responding on port 10415 () In other words the handshake…
laplasz
  • 135
  • 7
1
vote
0 answers

DNS does not route properly to WAN NIC when dnscrypt is used

I have a Windows 2003 server with AD integrated DNS. I'm trying to configure the server to make outgoing (forwarded) DNS requests through dnscrypt proxy instead of through the normal TCP/UDP 53. I setup dnscrypt to run on 127.0.0.7 with the command…