Questions tagged [static-routes]

Manually configured entries in the routing table.

Manually configured entries in the routing table.

176 questions
0
votes
1 answer

Redirecting Netflix and Youtube traffic to another gateway by IP addresses on Mikrotik router

I help a friend in taking care of the network with few buildings with appartments for rent. During the holiday season all apartments are fully booked, and that means we have 40-60 guests. There are 18 smart TV boxes with Netflix, Youtube etc. We…
0
votes
1 answer

Windows 10 ignoring routing table

I have a Windows 10 PC that has 2 network interfaces. One of those interfaces goes into the main LAN where the fileserver, dns and the router for the internet are located. The second interface is a tiny LAN which has an PLC and an HMI. They both are…
kruemi
  • 101
  • 1
0
votes
1 answer

Windows static routing not working as expected

I have three routers: Router 1 has an external internet connection. It has LAN IP 192.168.0.1 and gives IP addresses in the 192.168.0.* subnet. Router 2 accesses the internet via Router 1. It has WAN IP (on Router 1's network) of 192.168.0.20, LAN…
cfp
  • 101
0
votes
0 answers

Red Hat 8 - Policy-based Routing

I have a issue with routing inside the RH8 server. So the concept is: 1x Red Hat server with 2 interfaces (different VLANs; 150 & 160) interfaces teamed like: IP 192.168.50.150 - interface: team0.150 IP 192.168.60.200 - interface: team1.160 1x…
0
votes
0 answers

Static route: RTNETLINK answers: File exists

I need to access from Server A (eth0) to Server Log (eth0) on port 5044 http://10.10.192.2:5044 Server LOG (eth1) can access to Server A (eth0) using dedicated interface with this static route: 10.10.52.64/26 via 10.10.192.65 dev eth1 Now I need to…
0
votes
1 answer

How to add route with "metric" in network-scripts with metric on Centos 7?

On centos 7 server, I'd like to set the follow routes 172.22.55.0/26 via 10.1.1.6 dev eno5.xxx metric 100 172.22.55.0/24 via 10.1.1.5 dev eno5.xxx metric 200 in the /etc/sysconfig/network-scripts/route-eno5.xxx file, how do I do that? This is an…
surfcode
  • 245
  • 2
  • 5
  • 15
0
votes
2 answers

How to Set up Site-To-Site VPN using a VPN client as a gateway

I have a remote L2TP VPN which my synology diskstation connects to. I would like to use my synology diskstation then as a gateway to get to hosts on this VPN. The VPN assigns addresses in the 10.0.0.1 space. So I tried the following static route on…
User7391
  • 143
  • 1
  • 2
  • 6
0
votes
2 answers

Static ARP Entries aren't being added

So I'm trying to create a static ARP Entry with the ip and MAC Address of my router. I'm currently using admin command prompt and the command arp -s [ip] [mac address], but it isn't working. Every time I check the table with arp -a, I just see the…
0
votes
0 answers

Static routes sync between windows servers

Is there a way to run a "ROUTE ADD -P........" on a single Windows 2012 and higher servers, in a domain environment and have that route populate or sync with another server or servers in the same domain? Kind of like a folder sync between servers,…
0
votes
1 answer

nginx - can a hyphen in a prefix match confuse try_files?

context I am using nginx and a simple prefix match to serve a single page application. To match the business' style guidelines the url should be hyphenated (https://host.tld/my-app). I am using the nginx docker image as the base so my (partial)…
oclyke
  • 101
  • 2
0
votes
0 answers

Is it possible to define "excludes" for check-static in uwsgi settings?

I have an application which I don't want to modify. It has multiple directories with static files which are defined as static via check-static directive in uwsgi's .ini-file. My problem is that each request to /api endpoint checks all directories…
0
votes
1 answer

How can I create two different subnets for 2.4 and 5GHz WiFi, and maintain communication between them?

I have two routers that are interconnected via Cat5 cable: a TP-Link Archer C7 and an old Netgear V7610. I am trying to create two subnets on the same LAN, and maintain communication between all nodes, regardless of which router they're connected…
Kenny83
  • 103
  • 6
0
votes
1 answer

use dns instead of ip address windows static route add

I need to add some static route with this command on a Windows command prompt: ROUTE ADD -p IPADREESS GATEWAYIP But what I want is to use Dns instead of Ip address Is there a way ? How ? For example: ROUTE ADD -p *.example.com GATEWAYIP
Hamid Shoja
  • 123
  • 4
-1
votes
1 answer

Static routing in Linux (as a router)

Currently I have a physical Linux machine (Centos7) with two physical interfaces. On the eth0 interface I have 3 virtual interfaces - eth0.66, eth0,67, eth0.99 (vlan interfaces). wlan0 is the internal WAN uplink. tun0 is created through an SSL…
-1
votes
1 answer

static routes and iptables

I have this situation: LAN1 (10.0.0.x) Subnet 255.255.255.0 Gateway 10.0.0.1 Gateway "WAN" 192.168.1.210 LAN2 (10.0.1.x) Subnet 255.255.255.0 Gateway 10.0.1.1 Gateway "WAN" 192.168.1.211 By "Gateway WAN" I mean the interface facing on the subnet…
1 2 3
11
12