Questions tagged [routes]
40 questions
1
vote
4 answers
Why is this static routing not working?
I'm trying to develop a DHCP enforcement extension like Microsoft NAP.
My trick to block dynamic-IP requesting machines (that don't meet certain policy) is to strip the default gateway (no default gateway) stated in the IP lease and set the lease…
geeko
1
vote
1 answer
Debian Server - clients can't ping between interfaces/subnets
I can't ping clients between interfaces/subnets e.g. pinging from Mac (10.42.0.82), which is connected to eth0 to the Android (10.42.1.150) which is connected to wlan0.
Note: I can access internet from all devices.
Note Edit #1: Android is connected…

sbx
- 13
- 4
1
vote
0 answers
Multihomed Windows 2016 Server default route ignoring metrics/preference
I have a host with two NICs, both have internet access but I'm trying to manually set preference of a specific NIC.
My interface metrics:
PS C:\Users\Administrator\Desktop> Get-NetIPInterface -ConnectionState Connected -InterfaceAlias "Ethernet*" |…

olivervbk
- 89
- 6
0
votes
1 answer
OpenVPN Client Shared Network Routes
Currently our OpenVPN Community Edition server (version 2.3.11 running on RHEL) client config files are stored in /etc/openvpn/ccd. We want to control which network routes each user gets depending on what their job title is. For example developers…

KeithJ
- 1
- 1
0
votes
1 answer
Enabling Bidirectional traffic over VPN with OpenVPN on AWS
I'm trying to setup an OpenVPN server with Pritunl on AWS, and I'm having trouble
getting my AWS nodes to connect to nodes outside the VPC through the VPN.
Basically my setup is
[ AWS Instance ] -- [ AWS OpenVpn Instance ] -- [ Local OS X Machine…

killachaos
- 135
- 4
0
votes
1 answer
How can I get Laravel app routing to work in a sub-folder of a WordPress site?
I've got an existing WordPress site and I need to get a Laravel app to work in a sub-folder called 'api'. This is an nginx site, so .htaccess redirects will not work, and the best solution if it needs a redirect would be a PHP solution as I'm not…

primetimejas
- 241
- 2
- 5
0
votes
0 answers
netstat -r on debian give abnormal output
after looking for stuff with Debian "netstat" and try list stuff with "nestat -r" my main Server out a Long list of unkown Hosts ( mostly hacked IP´s by looking on abuseDB )
here a small example for the Output ( cut )
ild.static.gvt - …

VBnoob
- 121
- 1
- 2
0
votes
2 answers
Routing from one router to another?
I'm trying to route from one basic router to a pfsense box. It's basically so that I can have VPN users on both router aswell as VPN tunnels to test which router performs best. I am also trying to segregate the network with VLANS and the existing…

dannymcc
- 2,717
- 10
- 48
- 72
0
votes
1 answer
ubuntu-server 2 network devices, 2 isp
Hello I have the following szenario:
I have 2 ISPs behind seperate routers, and one web/ssh-server with 2 ethernet cards.
I want the webserver to be reachable from both isp. I have forwarderd each router's port 80 to the local ip, but it seems that…

mightyuhu
- 197
- 1
- 4
0
votes
1 answer
Redirecting all www routes to respective non-www routes
I have the current rule for my nginx routes:
listen 80;
server_name www.domain1.com;
rewrite ^/(.*) http://domain1.com/$1 permanent;
This works but only for the root path and not other routes. For example, a route like…

TenJack
- 193
- 2
- 7
0
votes
1 answer
Permanent Routes Centos Questions
So with a little help I figured out how to setup these routes and I can set them in rc.local
route add -net 208.82.236.0 netmask 255.255.255.0 dev ppp0 metric 1
route add -net 208.82.236.0 netmask 255.255.255.0 dev eth0 metric 10
my question is…

user65053
- 5
- 1
0
votes
1 answer
ip routes to specific interface
I am trying to figure out how to get all traffic to 10.8.78.* to connect using interface ppp0 when available how would I properly handle this (centos) and can I fall back on eth0 when pp0 is not up?
/sbin/route -n
Kernel IP routing table
Destination…

user65053
- 5
- 1
0
votes
0 answers
Why is the WordPress router non-responsive for some static files but not others?
Context
I have a website of approximately 50k files (mostly static, a handful of PHP files) and plan to gradually migrate all of them into WordPress. There are about 500 files/folders in the root folder and the total of all is about 10GB.
Due to the…

CGDev
- 1
0
votes
1 answer
Windows 10 static routes being persisted?
Some of our laptop users are displaying persistence routes when entering "route print".
These entries belong to home network or venues they have visited. They have not being configured manually, nor GPO nor Registry entries.
Is this an expected…

Gaby
- 1
0
votes
0 answers
OpenVpn - connect vpn clients to server subnet / server intranet
We have installed OpenVpn community editon (v2.5.8) in windows server 2019, having multiple VMs running in Intranet (10.0.0.0/24). I want my vpn clients (10.8.0.0/24) to communicate with VMs and VMs can communicate with vpn clients, as described in…