Command line tool for manipulating and listing the routing table.
Questions tagged [route]
620 questions
4
votes
3 answers
How access remote network with OpenVPN?
I am currently trying to configure OpenVPN to access our company network remotely.
I was able to establish a connection and ping the server at the configured address (10.8.0.1), but I was not able to access the network at the server side from…

Karsten
- 141
- 1
- 1
- 3
4
votes
4 answers
Adding static route through group policy
We are trying to add a static route across all of our end user machines, we have setup a GPO object under Computer configuration > Policies > Windows Settings > Scripts (startup/shutdown) > Startup.
The command in the batch file is:
route add…

Aaron Piller
- 71
- 1
- 1
- 8
4
votes
2 answers
Prefix Delegation and route creation
I'm using the ISC dhcp server version 4.1 for DHCPv6 prefix delegation on a network. When the server allocates a prefix to a client, the server does not create a route for that prefix to the client that requested the prefix. Here is a feature…

Jonathan Swinney
- 470
- 1
- 5
- 16
4
votes
1 answer
OPENVPN route all traffic - Synology
I have a synology NAS that is my OPENVPN server. I am always on the road and I want to route all of my traffic through my house. Here is my config and my log.
config file
dev tun
tls-client
remote XX.XXX.XXX.XX 1194
# The "float" tells OpenVPN…

David James Hynes
- 41
- 1
- 2
4
votes
4 answers
How can I force all internet traffic over a PPTP VPN but still allow local lan access?
I have a server running Linux Mint 12 that I want to keep connected to a PPTP VPN all the time. The VPN server is pretty reliable, but it drops on occasion so I just want to make it so all internet activity is disabled if the VPN connection is…

user126715
- 163
- 1
- 1
- 4
4
votes
7 answers
why tracert does not show the same gateway address as in ipconfig
I am confused by the following:
C:\>ipconfig
....
Connection-specific DNS Suffix . : some address here
IP Address. . . . . . . . . . . . : 10.77.121.54
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default…

zach
- 41
- 1
- 1
- 2
4
votes
1 answer
Setting up linux routing
The system I'm trying to set up has an IP address 172.31.2.1. Its default gateway is 172.31.254.1. This works fine, and I can reach anything the gateway allows me to go to (172.31.0.0/16 + 149.244.178.0/24).
There is another gateway at 149.244.178.1…

Sagar
- 534
- 3
- 7
- 21
4
votes
1 answer
load balancing multiple gateway using route and iptables
under linux, how do I load balancing multiple gateway by using route, note that I have one input interface lets say eth0, and one output interface lets say eth1. eth1 can connect to multiple IP gateway where each of those gateway has its own…

uray
- 245
- 4
- 7
4
votes
3 answers
Getting openvpn client to forward all traffic through server
I am trying to set up an openvpn server and client, with all client traffic being routed through the server. I am currently able to access the server through the client, but when I enable 'push "redirect-gateway def1"' on the server, the client…

correnos
- 41
- 1
- 1
- 3
4
votes
2 answers
Sharing a VPN connection among several servers with certain IP ranges
I have an OpenL2TP VPN instance running to a company providing me with connections to cellphone modems in the 10.4.2.0/24 private IP range. This server is on the same private network as three other web servers that need to be able to send traffic…

SmartfieldTrey
- 43
- 4
4
votes
4 answers
how can 192.168.2.10 talk to 172.18.156.65?
from what i understand, all computers need to be in the same subnet /24
so how would i get a computer to be able to connect to another computer that is set as 172 ?
one computer is behind a firewall, the other is connected to a HUGHES sat dish and…
steve
3
votes
2 answers
Linux - Traffic Engineering
I have a Linux box with 8 network interfaces:
3 interfaces are connected to 3 different ISPs, one interface is the default gw interface.
Use NAT for outgoing packages.
Internally, I use the dynamic routing protocol.
When I receive external traffic…

Gli Illuminati
- 31
- 1
3
votes
2 answers
Linux - find hits of default route
Sort of the similar question as this - Routing table hits? - except that I don't use iptables and looking for normal routing hits in kernel routing table.
But my usecase is finding how many packets are being forwarded via the default route in my…

FitzChivalry
- 187
- 10
3
votes
2 answers
OpenVPN and routing/iptables
I want to setup an OpenVPN with route on my Xubuntu server (router/gateway/share/dhcp/dns/wifi/switch... all in one).
WAN - enp4s0f1 - 77.xxx.xxx.xxx
LAN - br0 - 10.0.1.1
VPN - tun0 - 10.0.2.1
I have to use Tun because of OpenVPN client is iphone.…

Tony762
- 31
- 1
- 1
- 4
3
votes
2 answers
Route only packets from specific interface over VPN
So i have 3 interfaces on a host:
Interface 1 is facing the external network
interface 2 is the tun0 vpn interface
interface 3 the local network interface
My goal is to route all the traffic from interface 3 (the local network) through the vpn…

bit151
- 43
- 1
- 7