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

Using a 3g usb dongle as Cisco router access point

We have an office opening, and we aren't going to have comms into the building when management want the building to open. Our only option (I think) Is to try and hook up a 3/4g dongle to something to act as the access point, and send all the traffic…
beakersoft
  • 997
  • 15
  • 29
1
vote
1 answer

Slow tracepath on local LAN

I am on EXSi and I have 2 instances: Ubuntu and CentOS. These are the network configurations Ubuntu eth0 Link encap:Ethernet HWaddr 00:50:56:00:1f:68 inet addr:212.83.153.71 Bcast:212.83.153.71 Mask:255.255.255.255 …
1
vote
1 answer

Proxmox 31 + KVM routing + IP subnet + csf

We have proxmox 3.1 server in netzner with routuing network and IP subnet block. We want to implement csf firewall without interfering the traffic of the KVM VMs, what would be the easiest way? We readed that we should add this lines to…
KeyJey
  • 11
  • 3
1
vote
1 answer

Server with two default gateways won't listen on the second gateway

I am testing a redundant internet connection setup that works like this - I have a network segment, 192.168.80.X It has two gateways - 192.168.80.1 - a FW connected to a frame relay line 192.168.80.2 - an ADSL modem/router I set up a windows server…
V. Romanov
  • 1,169
  • 1
  • 10
  • 19
1
vote
4 answers

Influencing outbound routes on multi homed BGP setup

I have a multi-homed network setup. I'm using a Cisco 7200 to do BGP advertising to both provider A and B. For each provider, I have a separate /24 that I'm using. I am AS prepending to influence the block A to provider A, and block B to provider…
ctennis
  • 343
  • 3
  • 8
1
vote
2 answers

Why RIP uses hop count and not delay metric?

Distance vector routing algorithm RIP uses hop count as a routing metric. Why it is not using delay as a metric ?
1
vote
1 answer

XenServer 6.2 IPv6 routing

I'm having trouble setting up a new server (hosted at "hetzner") with latest XenServer 6.2. IPv4 is working fine, but I'm stuck at IPv6 Setup. What I got so far: xen: $> ip -6 addr 1: lo: mtu 16436 inet6 ::1/128 scope…
nappo
  • 111
  • 5
1
vote
1 answer

dhclient asking for new routing every 1500 seconds, removing my static routing, cron not working

I have a problem with cron job on my ubuntu server 12.04. I have two internet providers - one for fast speed, second - for local resources. So, I'm using command route to up the static routing for second provider. But the point is that the dhclient…
1
vote
0 answers

Routing issues between virtual web server and exchange server

So I've got a virtual web server running CentOS 6.3. Trying to build a mail application on a website that uses SMTP authentication on the (Windows) Exchange server but it keeps failing though the script is correct. Finally attempted to ping the…
1
vote
1 answer

Forwarding ports from server with 2 internet connections

I have 3 interfaces on my main server, first is used for the local network, second and third are internet connections (each has its own ip routing table): eth0 192.168.0.1 eth1 9.9.9.9 eth2 7.7.7.7 There is mail server on host 192.168.0.2 of local…
hraphrap
  • 237
  • 2
  • 16
1
vote
1 answer

Routing suddenly broke on a KVM guest

I have a CentOS-based host and a KVM Debian-based virtual machine on it. A host has an Ethernet bridge on its external network interface, this bridge is used by KVM: br0 Link encap:Ethernet HWaddr 00:25:90:01:5E:92 inet…
Alex
  • 7,939
  • 6
  • 38
  • 52
1
vote
1 answer

Allow child network to use parent network for internet access - but don't show parent network clients

I have two Linksys wifi routers. The first one (orange network) with the IP address 192.168.0.1 is connected to the internet. The second one (green network) with the IP address 10.10.10.10 is connected to the orange network. Its physically not…
Mike
  • 119
  • 3
1
vote
1 answer

How do I get IP packats forwarded/routed to/from my Infiniband network

I have two networks. One is a standard Ethernet network running IP. The second network is Infiniband which in addition to some custom protocols can talks IPoIB (IP over Infiniband). The router that sits on this network can ping both the Infiniband…
hookenz
  • 14,472
  • 23
  • 88
  • 143
1
vote
1 answer

Two network cards - two routing tables?

I have sporadic routing problems in my setup which I suspect to be an issue with the routing and two network interfaces. I'm running two maschines with XenServer They both have a public NIC with an own IP for internet traffic They both have a…
Bannane
  • 45
  • 1
  • 1
  • 6
1
vote
2 answers

Two routes for localnet, how to delete the one without GW?

I have a system were I get sporadic routing issues. When looking into the routing table I get the following: localnet static.xx.xx.x 255.255.255.192 UG 0 0 0 eth0 localnet * 255.255.255.192 U 0 0 …
Bannane
  • 45
  • 1
  • 1
  • 6
1 2 3
99
100