Questions tagged [static-routes]

Manually configured entries in the routing table.

Manually configured entries in the routing table.

183 questions
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
  • 103
  • 4
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
  • 5
-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…
kellyredbook
  • 67
  • 1
  • 9
-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
votes
1 answer

Routing between Two Host-Only Networks

I have two routers on VMWare workstation, Router01 and Router02, both are set up as Host Only Networks. I need to route between the two networks, so that from Router01 I can ping the public endpoint of Router02 and vice versa ? Private Endpoint…
Ol1v3r
  • 109
  • 5
-1
votes
2 answers

Accessing the internet (or other network) via server with two NICs

I currently have the following setup whereby I need Server #1 to reach the Internet via Server #2 using its second NIC. Is this possible using static routes? If so which route should be added to where? At present server 1 can ping server 2, and…
lethalMango
  • 127
  • 4
-1
votes
2 answers

Static route to all ips except a defined set

I was wondering whats the best way to do a static route for all ips except a predefined set. For example, I have 2 networks attached to one workstation. I want all ips except 192.168.0.0/24 to go through network A and all other through network B.…
TechnIckS
  • 109
  • 4
-1
votes
1 answer

Persistent static route stops working after VPN drops and reconnects

I've got a VPN between two networks, one home and one office (A and B). Their subnets are: (A) 192.168.1.0 and (B) 192.168.0.0 The two networks have identical ADSL routers. Unfortunately these can only do dial-out VPN. So I've got a Windows 2008…
user76157
  • 11
  • 4
-1
votes
2 answers

3 router 2 networks want to see each other + share internet

I am trying to get my main network to see my homelab network (separate subnets) and both networks have access to the internet. I have tried several approaches and now have 4 routers in the configuration shown below As you can see I have attempted…
Ian Cox
  • 3
  • 2
-2
votes
2 answers

Windows Server 2012 ignores static route

I have a Windows Hyper-V Free Edition R2 2012 server and I need to create a static route for Hyper-V to communicate with private internal addresses and vice-versa. I tried to add the route manually, but when Windows restarts, it doesn't work (but…
-2
votes
1 answer

Can I implement network redundancy just with static routing tables?

I have a Windows 2003 server which is connected to a router at 192.168.15.1 via 192.168.15.10. I also have a linux server connected to that same router via 192.168.15.90. And I have a direct connection between those two machines via 192.168.15.11…
1 2 3
12
13