Questions tagged [routes]

34 questions
8
votes
3 answers

Routing table hits?

With iptables -L -n -v, you can get the number of times each firewall rule has been applied, which is very useful in debugging. I'd like to know if there's a similar way to find out how many times a network route has been used. I'm mostly asking…
Lee B
  • 3,380
  • 1
  • 17
  • 15
7
votes
2 answers

ip static route, make changes permanent/persistent upon reboot

On CentOS 5 I manually added a static route to make all packets to one specific IP address use the second network interface: ip route add 123.456.7.89/32 via 192.168.10.101 dev eth1 Is there a way to make this change be persistent on reboot without…
Dragos
  • 71
  • 1
  • 1
  • 4
5
votes
3 answers

LAN access with Cisco AnyConnect Secure Mobility Client v. 3.0.4235

Whenever I connect to a VPN server using the Cisco AnyConnect Secure Mobility Client v. 3.0.4235 (probably also with other versions) I lose access to my LAN. I hope to remedy this by manually adding some routes which AnyConnect deletes. Below is my…
Wuhtzu
  • 326
  • 2
  • 4
  • 8
2
votes
1 answer

OpenVPN switch from full to split tunnel

The Problem We have a OpenVPN server in our network, which is used to connect to only four machines. With the given configuration below it works, but clients cannot access the rest of the internet, as expected with the given configuration. Now I…
dice
  • 63
  • 1
  • 11
2
votes
2 answers

IPTables reroute 2 times

Is there a way to do the following with IPTables (Debian Squeeze): Have users connect to a "host" server using a common ssh command and port 22, and then once the connection is established, reroute them to another address based on the string they…
senrabdet
  • 31
  • 2
2
votes
1 answer

site2site wireguard with docker : routing problems

Disclaimer: repost from stackoverflow: https://stackoverflow.com/questions/67917278/site2site-wireguard-with-docker-routing-problems I am trying to have two containers, running on two RPI, act as a site-to-site VPN between Network 1 and Network…
nick2k3
  • 23
  • 7
1
vote
1 answer

AWS - IP White listing and Path Rerouting

I am new to AWS and currently trying to implement the following. I have an API server which sits in an EC2 instance. I would like to implement some filtering and rerouting mechanism for 2 sets of clients: Public. Clients with specific IP…
1
vote
1 answer

StrongSwan: Pushing DHCP Routes (code 121) to Windows 10 clients

my Roadwarriors usually use the same network address as my company's network does (192.168.0.0/24). By default the Windows clients install a new route which routes all traffic with destination to 192.168.0.0/24 to the VPN network. So their own local…
Andreas
  • 11
  • 3
1
vote
0 answers

How to allow workstations to use static routes from windows server

I have an MPLS network with 5 connected offices. All of the workstations can login to the domain controller at the main office. The DC at the main office can see all of the workstations at all of the offices. The DC has a static routing table for…
kw1162
  • 11
  • 2
1
vote
1 answer

Cisco Anyconnect client connects to the VPN, but cannot reach any other network/subnet from the clients machine

I have one huge issue regarding VPN which I cannot resolve or connect the dots (what can possibly cause an issue) One of our customers wants to replace old snapgear with something better so they've choose ASA to do so. I have created all the…
dovla110010101
  • 162
  • 1
  • 2
  • 10
1
vote
1 answer

Strange route traces when connecting to L2TP/IPsec VPN

It was tough for me to think of a title for this question, so please bear with me. My laptop running Windows 8.1 Pro connects to my home network using a wireless router/gateway that also provides Internet access. The IP address of my router/gateway…
NathanAldenSr
  • 365
  • 1
  • 2
  • 10
1
vote
2 answers

Gateway pushed by OpenVPN is automatically replaced

I'm using OpenVPN as gateway and it works perfectly - connection is successful, routes are set and forwarding is working. But some clients have problem with gateway (two different windows PC on same network). Both clients have two adapters - first…
1
vote
1 answer

Laravel 4.1 on nginx routes error 404

I am having troubles with the routes of laravel on a nginx Server. It shows a "404 not found" for all the routes, except for the default one, very similar to this problem:…
tenhsor
  • 113
  • 4
1
vote
0 answers

IPSEC on linux with multiple remote ISP

I have configured 2 ipsec VPN connection from my linux server to my clients locations. the reason being the client has two ISPs a primary and a secondary on. The client wants to switch to secondary automatically when the primary is down. When two…
1
vote
1 answer

SSH timeouts between hosts which are connected via multiple routes

I've a nasty problem with ssh connections between hosts, which are connected via multiple ways (routes). To explain this in detail ... As you can see, there are two possible ways between the hosts, that the packets can travel (green and red line).…
codepoet
  • 11
  • 2
1
2 3