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
0 answers

openvpn setup ping/routing fail

My problem is that after setting up VPN on a virtual machine (Ubuntu Linux) with that has an IP I cant ping anyone at all over the tun interface from the client. VPN Connection is however successful. I would be eternally grateful for any help. I…
1
vote
0 answers

RRAS and Static Routes for VPN

I've searched and searched and cannot find an answer (that I can understand). Here's my situation: I've got an office network using IP addresses like 192.168.1.1-255 and a home network using the same range of addresses. I need to VPN to work without…
1
vote
1 answer

Linux Firewall & sharing files between computers in different subnets connected to single switch

EDIT : I've edited the question & the title to bring more clarity hoping that someone will be able to point me in the right direction. ************************* * Internet Modem/Router * * 192.168.1.1 …
Digen N
  • 11
  • 2
1
vote
2 answers

Web server behind NAT, how to listen for public IP address

I have a debian web server (nginx) running behind a firewall using NAT. The web server is hosting several sites that require SSL and their own IP address. I'd like to have the SSL sites listen to only their specific IP address and the shared sites…
Matt Mombrea
  • 113
  • 1
  • 6
1
vote
0 answers

Linux as gateway with VLANs failing for local network

We have a private VLAN being routed out from a host connected both to it and to our public network. Hosts on the private VLAN have the private IP address of the gateway host (10.2.2.82) set as their default gateway. This works fine to reach…
Merlin83b
  • 23
  • 5
1
vote
1 answer

Configuring Debian as a gateway for two networks

Having a debian server with multiple NICs (eth0 and eth1) acting as a gateway. How would I be able to configure these NICs, so they can route the traffic from one to another. Network layout: DSL-router(192.168.1.1) ----> Debian gateway ---->…
holasz
  • 139
  • 1
  • 1
  • 6
1
vote
0 answers

Linux IPVS in DR mode: VIP unreachable for director

I use direct routing mode. How do I make the loadbalanced service available to the director (DIR) using the virtual service ip (VIP)? When I try to connect from DIR to the VIP, Linux (3.2.0) sees that the VIP is bound to a local interface and uses…
Willem
  • 2,872
  • 4
  • 28
  • 35
1
vote
2 answers

Using a Cisco ASA 5505 to forward PXE (WDS) Requests

I have a Cisco ASA 5505 that uses around 5 NICS for different networks. Currently I'm using my ASA to route traffic as it's the only Cisco device I have capable of the small amount of routing required by my network. Keeping things separate I use 5…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
1
vote
2 answers

OSPF routers (with BIRD on debian) recognize each other as neighbors but can't ping each other

I've created a "line" topology using virtual box - creating 4 machines and making a separate link between each using internal networks - R1 (eth0, 10.0.1.1) <-> (eth0, 10.0.2.1) R2 (eth2, 10.0.2.2) <-> (eth0, 10.0.3.1) R3 (eth2, 10.0.3.2) <-> (eth0,…
pldimitrov
  • 143
  • 1
  • 8
1
vote
1 answer

Native IPv6: routing between eth0 and eth1

I humbly ask for your assistance with the problem I can't resolve myself. I have a native IPv6 link with 2001:db8:14::/48 assigned. I'm running Slackware on 3.2.50-grsec kernel. My ISP's side (my default gw for ::/0) is 2001:db8:14::1. I have…
Mark
  • 11
  • 1
  • 2
1
vote
1 answer

Bridged network setup with gateway not in netmask

i'm currently stuck at setting up the bridged networking on a dedicated server to allow the KVM-guests to use ips from an extra subnet. As far as i know, the address, broadcast and gateway must always be in range of the netmask. My original network…
Silom
  • 111
  • 3
1
vote
1 answer

different inbound outbound network path for web services

Can we have inbound and outbound traffic for services such as OpenVPN routed along different paths within our local network but using the same modem? I ask for our internet failover strategy. For example say we normally have Modem A <- DMZ…
BeowulfNode42
  • 2,615
  • 2
  • 19
  • 32
1
vote
0 answers

Wireless Bridging two Sonicwall Firewalls

We have two sites (essentially two small buildings side by side but we are unable to run CAT5 cable between them) which are currently linked via a wireless bridge. We will be splitting the sites so they are more independent, i.e a DHCP scope per…
PnP
  • 1,684
  • 8
  • 39
  • 65
1
vote
1 answer

Create route through OpenVPN via specific IP address / virtual interface on Linux

I have a Linux server at home, on which I run an OpenVPN client connected to some server on the Net. What I want to archive is this: I want my home server to expose an interface (e.g. an IP address), which I can put as the default gateway on another…
mistalee
  • 111
  • 2
1
vote
1 answer

10g network cards running at less than 1 gigabit

I have installed 10 gigabit fiber-optic cards in two of my servers, but when I test their throughput they run at only around 600Mbps or so: $ scp random.1G rcm2:/tmp random.1G 100% 1024MB 73.1MB/s 00:14 My routes look correct. The network…
jsp
  • 215
  • 1
  • 4
  • 11
1 2 3
99
100