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

DHCP connected to NIC A - Supply IP to machines on NIC B

Based on this question can the following be done: - Router with DHCP connected to NIC A on Box 1 - Machine B connected to NIC B on Box 1 I need Machine B to get a DHCP IP address from the Router on NIC A. Currently the setup and configuration is…
BinaryMisfit
  • 1,593
  • 2
  • 15
  • 30
1
vote
2 answers

Can a cisco router execute a command itself?

I'm experiencing a problem with my Cisco router 1900 Series, the router sometimes stop routing packets, and when i log into it and show the running-config i see no ip routing executing ip routing command does not solve the problem i have to reboot…
Xsmael
  • 171
  • 1
  • 10
1
vote
2 answers

Windows Route traffic to specific IP through secondary nic

Being reading about this on ServerFault but decided to open a new question, as I can't re-ask over existing threads. 2 computers, 2 nics: Computer A - 100.100.100.10 - 192.168.100.10 Computer B - 100.100.100.20 - 192.168.100.20 I need to set a…
Agustin Garzon
  • 181
  • 1
  • 1
  • 6
1
vote
0 answers

Route between two branch offices via IPsec VPN to head office?

I have TMG 2010 running on Server 2008 R2 in our head office with 2 branch offices connecting in using Dray Tek 2930 routers with IPsec site to site VPNS. The remote sites can route between the head office network and vice versa with no issues. I…
Leigh
  • 43
  • 1
  • 1
  • 5
1
vote
1 answer

Firewall setup Huawei 4G with DMZ

Network topology: ISP1 | | Alternative ISP 4G | | | Huawei 4G with DMZ | | | to 192.168.2.1 …
Didzis
  • 121
  • 3
1
vote
1 answer

Pfsense PPTP VPN Error 806

I was previously using another firewall software and simply by port forwarding port 1723 from the ADSL interface to a Windows Server attached to the LAN, we were able to VPN in. Since switching to Pfsense we are unable to VPN. Lan Ip: 172.26.0.1 VPN…
The Humble Rat
  • 233
  • 1
  • 5
  • 20
1
vote
1 answer

Destination host is unreachable in LAN

I have TP-LINK router which gets internet from fiber optic. Router is connected to Server(Microsoft Windows Server 2008R2). My server has 2 Ethernet Card, first one is getting internet(WAN) from router. Second one is distributing internet to other…
1
vote
1 answer

One router and one modem+router. Can I pass a static IP range from one to the other?

I had been running a Huawei HG612 connected to a DD-WRT router for internet services using PPPoE as authentication. Due to an office move, I need to have a DG834 modem+router which will be used for connecting to a PPPoA network. After that, the…
MrNorm
  • 153
  • 9
1
vote
1 answer

Segregating web traffic between internet and LAN using Netfilter

I have a corporate "web appliance" which allows handheld devices to connect to it over wifi. I'm trying to figure out how to allow the appliance access to the internet (so it can download vendor updates) without allowing it access to resources on…
Koko
  • 171
  • 1
  • 7
1
vote
1 answer

Cannot ping from client to internet via IPv6 tunnel

I'm facing an odd issue with my IPv6 setup. I've configured it as follows: /interface 6to4 add comment="SixXS 6to4 tunnel" local-address=zz.yy.xx.94 (my wan ip) mtu=1280 name=6to4-sixxs remote-address=zz.yy.xx.73 (tunnel endpoint) /ipv6 address …
Bjorn
  • 453
  • 1
  • 5
  • 12
1
vote
2 answers

What do other nodes do with a switch's packets the first time the packets are sent out?

When it comes to switches I learned that the first time packets are sent from one node to another, the packets are sent to all nodes on that network. The switch then remembers where, for example, Computer A is trying to send the packets to (Computer…
Space Ghost
  • 123
  • 1
  • 4
1
vote
1 answer

OpenVPN Connecting Tunnels

I am struggling with a specific OpenVPN scenario for a few months now. Researching on Google, reading on Serverfault, browsing Blogs and other forums, messing with my config time and time again. I am not sure anymore, if my requirements even…
Raphael H
  • 21
  • 5
1
vote
0 answers

Openstack instances, routing, packets not delivered for SPECIFIC services

I am taking over management of an existing openstack system at work and I have only a little prior experience with openstack. I have about 8 instances running and all of them appear to function properly in general. Each running various services.…
1
vote
1 answer

Force all traffic from servers on the same bridge to pass through router interface

I have a bridge with all hosts from the 192.168.5.0/24 network connected to it.They all connect to this bridge via a secondary interface eth1. I have a router which connects this bridge to others on my network via 192.168.5.1 On my router I am able…
user2284355
  • 455
  • 2
  • 10
  • 24
1
vote
0 answers

Can I route traffic destined for a local interface out another interface?

I'm trying to set up a testbench for a transparent device (called TD from now on). The goal is to make sure it forwards and logs correctly. I need to use just 1 machine + the TD in the test bench. Yes, two machines would be easier, but I've been…
Ben Barbour
  • 111
  • 1