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

Juniper SSG20 Additional subnet on adsl interface

I've configured a Juniper SSG20 to have some clients natted to the internet with the main ip address (X.X.27.90/30) of my IPoA ADSL connection but i have also some servers i wish to connect with a public ip address (coming from another subnet…
Francesco
  • 11
  • 2
1
vote
4 answers

Cisco ASA Implicit rule dropping traffic

The network is as follows: Two Default Gateways exist on the network - one which provides connectivity to the an MPLS with several subnets. Let's say 10.0.0.2 Another which is a Cisco Firewall, on 10.0.0.1, with a WAN Connection. A server exists on…
PnP
  • 1,684
  • 8
  • 39
  • 65
1
vote
2 answers

Watchguard VLAN Head-Grasping needed

I am trying to wrap my head around setting up my new watchguard M400. Here's what I need to figure out and what I've done so far. My ISP provided me with a P2P IP, which I plugged into my interface (107. address). They also have me a block of IPs on…
1
vote
1 answer

Route new outbound traffic

I am looking for some iptables rules which can help me to route some traffic from a server : Client 1 ----| Client 2 ----| |----------| Client N ----| ssh, | Server B | | http, …
1
vote
0 answers

Ubuntu Router to connect two networks via IPv6

I am currently in the situation that I want to add one network of homogenous linux nodes to an already existing windows network. For administrative reasons the linux nodes are not going to be added to the network itself, but have to reside behind a…
bayer
  • 111
  • 2
1
vote
1 answer

How would traffic be routed with this routing table

I ran across two entries in a linux routing table that both have the same destination, but have different gateways. How would this traffic be routed? I've been searching around online for additional information, as it seems like this type of setup…
lacrosse1991
  • 1,437
  • 5
  • 20
  • 26
1
vote
0 answers

pfSense 2.2: HAProxy for HTTP + CARP + MultiWAN with VIPs issue (Outbound NAT?)

I have two pfSense firewalls with CARP setup, 2 WANs and HAProxy that points to HTTP servers in my LAN. Scheme: **pfSense server #1** ISP#1 - Public IP1.1 - pfSense#1 with HAProxy - HTTP ISP#2 - Public IP1.2 - **ISP#2 Local IP1** - pfSense#1 with…
b0rman
  • 11
  • 3
1
vote
1 answer

multiple subnets on the same switch(es), how can I isolate it?

I am by no means an expert when it comes to networking, I've inherited one which I am pretty much sure is wrong and due to my lack of experience I have no idea how to clean it up. The network looks like this simplified: L2 switches have multiple…
krdx
  • 171
  • 4
  • 10
1
vote
0 answers

Troubles with subnets and redirections

What I want to create is 2 subnets that communicate each other through a gateway. Here is my gateway: wlan0 Link encap:Ethernet IndirizzoHW c4:46:19:69:b7:a5 indirizzo inet:192.168.1.3 Bcast:192.168.1.255 Maschera:255.255.255.0 …
zer0uno
  • 111
  • 1
1
vote
1 answer

Clients connected to "vlan hub" can't access internet on dedicated, natted vlan

I'm trying to get my network up and running with my new provider's vdsl router, which can't operate in "modem-mode" or "bridge-mode". My setup so far is as follows: I have two managed switches, both with several 192.168.x.0/24 vlans (vlanX is…
herrsimon
  • 111
  • 2
1
vote
0 answers

VPN to Windows Server 2012 on ec2 not routing

I have a Windows Server 2012 instance on EC2 so I can VPN into the private network to access machines not exposed via a public IP. I can connect to the Windows Server VPN by its public IP and authenticate correctly. I get an ip address on the…
Greg Pagendam-Turner
  • 973
  • 2
  • 13
  • 20
1
vote
1 answer

How to duplicate multicast packets on several interfaces?

I would like to send a stream from a Linux server to several Linux clients via a multicast address. The clients are directly connected to the server but on different interfaces: bnep0 and bnep1. Besides, as far as I understand, my multicast packets…
1
vote
1 answer

Routing between two servers via a virtual interface

I have two servers, each running an openvpn service, the first one (uno) has the vpn range 10.170.0.0/16 tied to UDP 1194, and the second one (dos) has 10.180.0.0/16 tied to TCP 443. I would like to have clients on one server have access to clients…
Ricardo Marimon
  • 529
  • 4
  • 12
  • 26
1
vote
2 answers

Send PHP requests from dedicated IP instead of shared IP

I have set a dedicated IP for a website (using directadmin), but all outgoing php requests are sent from the server's shared IP. Result of the following code is always the shared IP. $a = file_get_contents("http://mxtoolbox.com/WhatIsMyIP/"); print…
hpn
  • 165
  • 2
  • 6
1
vote
1 answer

Linux: Bridge two NICs and route traffic through VPN tunnel except specific destinations and ports

I have a Linux PC (Debian Wheezy) with two Ethernet adapters. Adapter eth0 is connected to the Internet (modem/router/DHCP/firewall thingy) and eth1 is connected to an WiFi access point. All other computers use WiFi and connect to that AP. I want to…
taka3
  • 11
  • 1
  • 2