I have a VPN, and my server frequently sends data to a private IP address that routes over the VPN. When the OpenVPN gets established or dies, it enables/disables the routes.
I want to null-route that private IP range from going out over the main…
I have set up Ubuntu 16.04 VM server, and I'm trying to change default GW on it. (all traffic should be redirected to another gw - because of whitelisting problems).
Incoming traffic will come from 10.50.x.x network, but outgoing should go trough…
this one bugs me for a couple of days now and I cannot find a solution.
Sorry for the strange title. This isn't my main field of work and I currently cannot think of a better title.
Some facts:
I'm a user on a shared openstack environment
I cannot…
Specifically, route add -host allows me to specify the host via hostname to add a route to a host, e.g.,
route add -host www.google.com gw 192.168.1.1
However, I cannot find a way to do this using ip route. The closest I can get is
ip route add…
I have a nexus3000 switch that has a L3 connection with an uplink switch. (172.18.186.129-130/30) ...
In downlink, I have multiple servers and VLANs and I have a range of IP-addresses (172.18.186.0/25) which I want to subnet and use in my network.…
I work in a company which uses 3 subnets, 10.0.0.0/16, 10.1.0.0/16 and 10.2.0.0/16. The 3 subnets are connected using layer 3 switches (10.0.100.200, 10.1.100.200, 10.2.100.200), all of the machines on each subnet use the layer 3 switch as it's…
I have a bunch of RedHat VMs that I need to set a static IPv4 routing table. I want to centralize this configuration and it came to my mind the DHCP service that could provide this information (see RFC3442).
Does any of the DHCP clients that came…
I asked this on another site recently, but I figured this might be a good place to ask this as well:
Please take a look at the diagram below. My question is in regards to computer "C" in the middle of the diagram. It has three NIC cards. It needs…
I have a windows domain network with two different subnets. Both are connected trough VPN gateways.
DHCP and default gateway is an exiting router blackbox. Unfortunately I have very limited control over it. It is not possible to add a route there or…
I have a route configured.
192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.1
I'd like to add a static route to pass traffic destined for 192.168.1.51 via a load balancer's redundant virtual interface at 192.168.1.2.
ip route add…
I have OpenVPN Server running in VPC and client running in office network.
Have following table on 10.24.11.37
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.24.11.0 0.0.0.0 …
The RFC for Neighbor Discovery (RFC4861), in section 8 states:
"A router MUST be able to determine the link-local address for each of
its neighboring routers in order to ensure that the target address in
a Redirect message identifies the…
My hosting provider unfortunately requires the use of static routes for network configuration (gateway is on a different subnet than the host IP). For that purpose I added the following lines to the network configuration file…
pfSense version: 2.3.4-RELEASE
We recently converted over from a WatchGuard firewall to use pfSense. We've almost got everything working the way that we want it but there's this small thing that we can't seem to get working. We've basically got…
I'm trying to add a static route in my VPS to a client that is on the other side of the VPN tunnel to my VPS and forwards it's traffic through the tunnel.
This is the setup of my destination that I'm planning to add a route to. The Raspi acts as a…