Questions tagged [routes]

40 questions
0
votes
0 answers

Iptables Bypass VPN for specific IP destinations ( From Eth1 -> tun0 to Eth1-> eth0 for IP X )

I currently have Raspberry PI setup as VPN Router. Everything works great except I'm unable to run my work VPN behind it at the same time. Rather than disable the whole house security, I'd like to add a firewall rule to bypass the VPN for a specific…
Chris
  • 1
  • 1
0
votes
0 answers

IP routing beween local pc and GCP VM using zerotier interface to access application

I am running application on 192.168.196.199:8080 on local PC. This application is accessible inside GCP VM using Zerotier interface i.e: curl 192.168.196.199:8080 Generates Some Response GCP VM has following interface IPs: Zerotier:…
0
votes
0 answers

Is it possible to establish outbound traffic without a default gateway entry in main routing table

I have default gateway added in a specific routing table for eth0 interface in /etc/iproute2/rt_tables ,the table name being eth0-rt. However the outbound traffic is not working from the box. The moment the default gateway entry is added to the…
0
votes
0 answers

OpenVPN network on the client side

I have the following configuration. VPS with Windows Server 2019 and with public IP. I have OpenVPN server installed on it and TUN adapter with 10.8.0.1 IP Here my OpenVPN server configuration port 1194 proto tcp dev tun ca "C:\\Program…
0
votes
0 answers

OpenVPN client connect to 2 servers and route between

We are building a VPN network where there is a lot of small vpn-servers connected to each other to form a big network diagram is something like this S on the image is VPN Server C on the image is VPN Client each client is connected to one server…
0
votes
2 answers

Rsync not working over OpenVPN

Discrete Question: Is there a problem with my network configuration or rsync configuration preventing backups over OpenVPN between two servers? I have a working openvpn tunnel I can ping on 10.8.0.1. But when I use the command below, it times out…
Justin C
  • 103
  • 4
-1
votes
1 answer

IP route of many subnets - one rule

I want to simply modify routing rule in Linux. Now I have to add: ip route add 5.3.4.3 via 10.4.4.4 ip route add 3.4.5.3 via 10.4.4.4 ip route add 200.45.32.3 via 10.4.4.4 ip route add 9.33.4.3 via 10.4.4.4 Does exist someting like ipset for ip…
Janek
  • 15
  • 1
  • 4
-1
votes
2 answers

Pass internet traffic outside of OpenVPN tunnel

I'm currently using OpenVPN just for external access(my computer are inside a NAT). By default, OpenVPN pass all internet traffic inside OpenVPN and I don't want it, I'll just use VPN for port forwarding. How I can pass all the internet traffic…
-1
votes
1 answer

access master router from a pc via a mid router placed inbetween PC and master router

I have 2 routers, Master router which is ADSL broadband modem/router (192.168.0.1). which is connected to a telephone ISP. then a Mid router which has Wan port connected to the master router's lan port(192.168.0.2) and Its LAN port is configured as…
kit
  • 11
  • 2
-1
votes
1 answer

Windows Server with two NICs with cross communication between the two with DMZ

Network Topology I have a Windows Server that is connected to a modem with a public ip address of 42.251.46.174 which is in DMZ that we will call Modem1. I then have a modem with the public ip address of 93.184.216.34 with a local ip address of…
1 2
3