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…
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,…
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)…
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…
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…
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
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…
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…
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…
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…
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.…
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…
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…
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…
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…