Questions tagged [route]

Command line tool for manipulating and listing the routing table.

620 questions
1
vote
0 answers

Transparent Proxy Issues w/ HAProxy Centos 7

Having issues following steps to transparent proxy outlined here: Howto transparent proxying and binding with HAProxy and ALOHA Load-Balancer | HAProxy Technologies – Aloha Load Balancer Believe to successfully done all the steps but having issues…
richv
  • 146
  • 2
  • 8
1
vote
1 answer

Debian - One Gateway 2 interfaces how to?

I have this scenario. 4 VM Debian8 : 1 DHCP 1 DNS 1 GW 1 Client I can ping from all my VM (except GW) each other (@ip or hostname). My GW have 2 interfaces (eth0->LAN / eth1->WAN). From it I can ping google.fr but I cannot ping my LAN (except with…
Ragnar
  • 113
  • 7
1
vote
1 answer

OpenVPN: Traffic Redirection not Working

tl;dr (after hours of debugging with @krisFR): At least under Debian 8, never use virtual interfaces (eth0:1) for OpenVPN, instead apply the new debian iproute2 methods (manual approach) described here:…
TCB13
  • 1,166
  • 1
  • 14
  • 34
1
vote
0 answers

Clone and then route SNMP traps to new destination

We have 2 SNMP trap servers 10.0.0.1 and 10.0.0.2 which are the SNMP trap servers for close to 500 devices that we monitor.In all these 500 devices,10.0.0.1 and 10.0.0.2 are configured as the trap destination and any traps generated are sent to both…
Amistad
  • 111
  • 1
1
vote
3 answers

Gateway can be pinged, but fail to add route with it

I want to use 10.1.16.189 as gateway to access 9.36.204.4 both on redhat 6.4. here is the network configuration of my machine: eth0 Link encap:Ethernet HWaddr 06:FB:C1:7B:19:FD inet addr:10.62.56.130 Bcast:10.62.56.255 …
che yang
  • 113
  • 1
  • 5
1
vote
0 answers

How can I proxy requests to a specific IP to a different IP on OS X?

On OS X how can I setup a route so that when I make a request to 10.0.0.1 it is redirected to localhost? Right now I can do curl localhost:3000 and get back a blob of HTML from my running node web server. I'd like to be able to do curl 10.0.0.1:3000…
CatDadCode
  • 265
  • 3
  • 10
1
vote
1 answer

OpenVpn & KVM: can't access LAN behind server

i just set up an OpenVPN Server on a rented root Server. I can ping the OpenVPN Server IP, but can't connect or ping to other Machines (VMs) on the OpenVPN Server Network. According to the official OpenVPN doku i added "push route" to the…
1
vote
1 answer

Can't set up the default route from a sublan to the WAN

I am trying to connect one of my PCs to the Internet via a WiFi network using a notebook. Here is my network : (Wifi) <=============> (Notebook) <===============> (Desktop) (192.168.1.x) (10.12.0.x) …
MayeulC
  • 150
  • 10
1
vote
1 answer

Config OpenVPN on Window Server 2008 R2 for client can connect server's Lan network

I installed openvpn 2.1 on my Windows Server 2008 R2. My server has 2 network adapter. The first adapter connect to internet. (default gateway here) The second adapter connect to lan network. ip 10.11.11.243 subnet mask 255.255.255.128 Here is my…
Viet
  • 113
  • 1
  • 5
1
vote
4 answers

Allow traffic from ssl-vpn to enter ipsec tunnel on fortigate

we configured our FortiGate 50B to route traffic from our local net 192.168.10.* (which is our office) to a remote network 172.29.112.* using an ipsec tunnel. Everything works fine as long my computer has an ip from 192.168.10.*. We can also connect…
Sascha
  • 121
  • 1
  • 2
  • 5
1
vote
0 answers

Cisco RV042 can ping gateway only

I have Cisco RV042 which the problem is can ping gateway only. here my setup : LAN Setting Device, IP address : 172.31.13.254 Netmask : 255.255.255.248 Dual Wan Setting WAN 1 Static IP: IP Address : 202.xx.xx.254 Netmask : 255.255.255.252 Def GW :…
Pathic
  • 121
  • 1
  • 5
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

XenServer IP Failover OVH not working

I have got problem on XenServer with IP FailOver in OVH. I did everything what is in this official tutorial http://help.ovh.co.uk/BridgeClient and IP not working. On my VM is Debian 7 64bit I set MAC adress in XenCenter for this Network on this VM…
MarcinM
  • 11
  • 3
1
vote
0 answers

Multicast route setup for multiple interface

Currently I have the below eth5 to receive multicast data for 239.1.1.31. It works. $ ifconfig eth5 Link encap:Ethernet HWaddr E4:11:5B:94:E1:F3 inet addr:10.185.2.2 Bcast:10.185.2.31 Mask:255.255.255.224 ... Routes: $ sudo ip…
alex
  • 11
  • 1
  • 2
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