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

NAT for IPSEC access?

Please help to understand if the following configuration can be created. I have IPSEC connection with my customer. It is site2site vpn between customer network and my network 10.102.103.0/28. This connection is established between my VPN node with…
Alexander
  • 11
  • 1
1
vote
2 answers

Share /etc/hosts between root machine and containers

I have a Centos machine with OpenVZ containers. For each container I have an alias in /etc/hosts. I would like to be able to share the /etc/hosts between the root and the containers. Is there a way to do it? Thanks.
Vojtěch
  • 285
  • 3
  • 13
1
vote
0 answers

Load Balancing over multiple ISP connections

I have been trying to implement load balance and fail over on a linux machine having multiple interfaces. Currently I am using two ISP lines and I wish to split the network traffic such that both of them are used. For this I have made changes to…
1
vote
1 answer

block forward traffic targetting another network

I'm learning about a bit more about firewalld and I've been able to create an unsafe network to where I can connect from my internal network, but now, I'm stuck trying to prevent the unsafe network from reaching my internal network. Here's an image…
Augusto
  • 225
  • 2
  • 10
1
vote
1 answer

pfSense Routing a packet out the same interface it arrived on

I have pfSense with one LAN interface which is connected to a switch. All ports on this switch are part of the LAN (VLAN 10). I have access points which are also part of the LAN, they have a static IP in the LAN subnet which users can connect to.…
Jack Brown
  • 151
  • 1
  • 2
  • 8
1
vote
2 answers

Dual NICs, dual ISPs, dual FTP servers - Can't keep both connections running. What am I doing wrong?

I have a Windows Server 2003 machine with dual NICs. Until now we've only had a single ISP provisioned by our landlord in the building and have only been using one NIC. Filezilla is the FTP server. We've had a long standing issue with a client who…
Lunatik
  • 133
  • 1
  • 8
1
vote
0 answers

Problem with v6 subnet routing

I have a freebsd machine connecting to my sixxs ayiya-tunnel. As I decided to implement IPv6 in our complete network and not only one interface I got myself a routed /48 from sixxs. I'll use 2001:DB8::/32 as of RFC3849 to describe my setup. My…
Momo
  • 139
  • 4
1
vote
1 answer

Upgrade network Class vs Virtualized LAN

We operate on one class C network, let's say 192.168.1.0/24 But the problem is we have 262 devices! I propose upgrading the network to a class B. The opposition proposes purchasing new hardware and using VLANs. We have VPNs setup and we talk to…
Oxymoron
  • 340
  • 3
  • 12
1
vote
1 answer

HP 5820 Switch in BGP routing

I planning to build an isp network with 2 redundant BGP routers. After a bit of research I found strange that even switches can do BGP, at least that's what it says in their manual. Considering how cheap they are compared to a modular HP switch or…
oraculum
  • 11
  • 1
1
vote
0 answers

"Network is unreachable" while defining specific route

Tun1 is my VPN tunnel. I don't understand why I get "unreachable" here: # ip route default via 192.168.1.1 dev wlan1 proto static 10.1.0.0/16 via 10.9.0.5 dev tun1 10.9.0.1 via 10.9.0.5 dev tun1 10.9.0.5 dev tun1 proto kernel scope link src…
Willem
  • 2,872
  • 4
  • 28
  • 35
1
vote
2 answers

External ip address being treated as local (ARP asking for external IP's address)

I am using a virtual machine with OpenWRT for routing, on a Linux machine (Slackware). I am trying to configure a host only interface (eth0) as the wan interface. eth1 is Ethernet attached as a bridge interface. I tried to test the configuration…
NeDark
  • 463
  • 1
  • 6
  • 10
1
vote
3 answers

Allow only IPSEC outgoing traffic to a port (using IPTABLE?)

Problem: I've a situation where IPSEC server and the target server (Say http server) happens to be the same machine and I need allow ONLY the traffic coming through IPSEC server to have access to a the port where my application is running and block…
Phani
  • 21
  • 1
  • 3
1
vote
2 answers

openvpn routing in windows vista without admin privileges

my windows vista vpn client interface receives an ip in: 192.168.50.0/24 and the server pushes a route to the local lan 192.168.5.0/24 In my windows vista (client) the user account does not have admin privileges and as a consequence the pushed…
João Reis
  • 133
  • 1
  • 6
1
vote
1 answer

VLAN routing to internet

I am currently setting up a new network and wanted to make sure it is being done in the best way as this is my first time working on a NetVanta 1234P and I am having issues with routing The client I am setting up for is a building with 100 different…
nGX
  • 344
  • 1
  • 6
  • 19
1
vote
2 answers

Routing/Networking problem with OpenVPN + Linux

I have a problem where I have an office LAN and a colo network. The colo has a linux box that's acting as a router/VPN. I also have an office machine that's acting as a VPN client. The way it looks is the following: Office has two interfaces, eth0…
imaginative
  • 1,971
  • 10
  • 32
  • 48