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

Guest OS provide internet access to another Guest through Host-Only adapter

I have a set-up like this: Ubuntu (Host OS) OpenWRT(Guest OS) | Damn Small Linux(Guest OS) OpenWRT is connected to Ubuntu through two interfaces, eth0 via NAT (for internet) and eth1 via Host-only adapter. Damn Small Linux has one…
TomSelleck
  • 125
  • 1
  • 7
1
vote
1 answer

OpenVPN - VM-Setup with MacVTap, ICMP echo works, TCP/UPD don't

Short résumé No errors, no dropped packets, pings reach clients, tcpdump shows packages travelling, everything else never reaches the LAN hosts (or OpenVPN clients). Edit After trying to eliminate all possible disruptive factors, I reconfigured my…
Alex
  • 538
  • 1
  • 4
  • 15
1
vote
1 answer

Routing traffic through a virtual machine

I have OpenWRT running in a virtual machine. It's network adapter is bridged to the host. Host ifconfig root@michael-VirtualBox:/home/michael/Scripts/python# ifconfig eth0 Link encap:Ethernet HWaddr 08:00:27:8c:1b:c3 inet…
TomSelleck
  • 125
  • 1
  • 7
1
vote
1 answer

How to make UNC access to a different network?

I'm running a virtual machine (VMWare/Fedora 12) on a server(host). The virtual machine has a running webserver on port 80, is on southpawtech network domain (different from the one on which the host is) and is also sharing a directory which can be…
1
vote
2 answers

How to configure and enable NAT with server core installation

Using Microsoft Server 2012 Core: What is the equivalent core/Powershell command to enable and configure NAT. I have configured NAT on servers with the following GUI steps: Server Manager, Tools, Routing and Remote Access, Right click on machine,…
1
vote
2 answers

Routing select hosts through vpn

I have a PPTP VPN connection set up on an ubuntu 8.10 box as ppp0 and I was wonder how to route select connections to go through the VPN. For example I want google.com to go through the default interface, but bing.com to route through ppp0. Could…
AdamB
  • 189
  • 1
  • 7
1
vote
1 answer

Trying to add IPv6 route returns an RTNETLINK answers error

On CentOS 5.10 I'm trying to add static IPv6 route via external GW (6::a0c:34a) as follows: ip -6 route add 12::/64 via 6::a0c:34a dev eth1 The above returns a RTNETLINK answers: Invalid argument error. Now if I try the same but change the GW addr…
b1tH1de0
  • 31
  • 2
  • 5
1
vote
2 answers

Connecting to an IP Camera

I have long experience with networks but I lost the track to it. So I have an IP Camera linked to my router. I can access it through my local network using it IP Address (192.168.2.xx). Now I want to access it through another distant computer…
Omar Abid
  • 201
  • 2
  • 7
1
vote
1 answer

Understanding VPN Implementation

The above image shows what I think occurs during an OpenVPN connection. Hosts A and B are connected to the VPN through the VPN server at 1.2.3.4:1194. My question is: if host A wishes to send a packet to host B (say an ICMP echo packet), how does…
Zach
  • 11
  • 2
1
vote
0 answers

Zyxell USG200 NAT for local computer using wan address

My WAN public address is linked to the server with NAT. How can I set up the firewall to let all local computer use the same NAT rules for www.mypublicaddress.com address from INSIDE the network? I know the other option is to create a dns zone,…
Tobia
  • 1,272
  • 9
  • 41
  • 81
1
vote
2 answers

Tap0 not receiving traffic

I have created a tap device tap0 address 10.2.1.4 and added it to a host bridge br1 with address 10.2.1.1 I have "nc 10.2.1.4 -l 1234" running on the host and from another machine I do a "nc 10.2.1.4 1234". tcpdump -i tap0 doesn't show any of the…
user199098
  • 11
  • 1
  • 2
1
vote
2 answers

Problem while adding a route to F5 BigIp version 9

I want to add a route for outbound traffic from BigIp v9. I have WANem machine configured which simulates the network traffic and want to add this as a router between BigIp9 virtual server and Client. This WANem is running on Knoppix 5. I have tried…
bhamul1
1
vote
1 answer

Prevent hijacking IPs in a bridged network (KVM/libvirt)

Is there a solution to prevent a VM user assign/use IP addresses he doesn't own but are routed over the same bridge like his own addresses? The current setup looks like this with libvirt and KVM: |---VM1 (IP 1) Host ---> br0 |---VM2…
nazco
  • 387
  • 2
  • 5
  • 11
1
vote
1 answer

Prevent Linux from processing incoming ICMP Host unreachable packets

I have a test setup with one host on a network (10.1.0.0/16) talking via TCP to another one on another network (10.2.0.0/16) and a gateway in the middle. Sometimes, the TCP connection is lost and while scanning the trace (pcap), I looks like it's…
bbc
  • 153
  • 5
1
vote
1 answer

Lost as to what I'm not doing in setting up a home lan network

I'm a PC repair tech and this is a problem I've recently been trying to troubleshoot for a customer. Upstairs they have the main router which servers as the gateway and router, both hardwired and wireless. They have a dlink ethernet over power…
kryptobs2000
  • 111
  • 1