Command line tool for manipulating and listing the routing table.
Questions tagged [route]
620 questions
1
vote
0 answers
Docker : Route trafic from openvpn server to openvpn client
Networking is still black magic for me and i'm trying to route the traffic from my openvpn server in docket to my openvpn client also in docker.
I'm trying to achieve this :
My computer --> VPN --> (docker openvpn server) My server (docker…

Vafanass
- 11
- 3
1
vote
1 answer
netstat vs nmap to find IPs in a local network
I'm in a local network : IPv4 shared address space (100.x.x.x). Connected to a wifi hotspot. Ip ranges : 100.76.164.0/23
When I run :
nmap 100.76.164.0/23 : It says all the hosts are down
netstat -rn : it gives me a list of about 25 local ips…

Johnny Pralo
- 11
- 2
1
vote
0 answers
ssh routing between multiple linux system containers transparently
I have system where I run multiple containers. Each container is a linux system with a specific purpose and every container has a ssh server enabled. I want to make an entity that manage new ssh connections to the host machine and transparently…

JonLord
- 111
- 4
1
vote
0 answers
Is there an command for re-acquire Direct Protocol type routes?
How can I refresh the Direct protocol type Routes?
I deleted one Direct Protocol type route from Quidway route-table.
Is there an command for re-acquire Direct Protocol type routes?
Destination/Mask Proto Pre Cost Flags NextHop …

three-blocks
- 117
- 4
1
vote
2 answers
Machine connected to a vpn not reachable anymore from the outside
My raspberry is connected to my lan network 192.168.1.0/24 and it has a static ip. From the outside I can reach it by opening some ports on the ISP router. I have installed an openvpn client on it which creates a tun0 network on 10.8.8.0/24. When…

mariuccio
- 13
- 3
1
vote
1 answer
Kubernetes custom routes
I started OpenVPN on my k8s cluster and now clients can directly connect to the ClusterIP services but i need masquerade for it because pods (except OpenVPN pod) do not know route to clients.
Is there possibility to add custom route to Kubernetes…

user3069488
- 169
- 2
- 4
- 19
1
vote
0 answers
Use Tinc to route to a server
I have tinc up and running. What I want to achieve is in the picture:
Network schema
I want to be able to reach the server X behind Tinc B via Tinc A. I can ping the Tinc servers and even ping the local (nic) address of B from A. But I can't reach…

Skye
- 111
- 1
1
vote
0 answers
Fixed route for a network interface with two IP aliases
On a Windows 2016 Server, I need to set a custom route, so that connections to a specific destination ip address always use a specific source ip. But while the route add command allows me to specify the interface, it does not allow me to specify a…

HugoRune
- 209
- 3
- 8
1
vote
0 answers
where do "prohibit" routes come from and how to remove them
I have an entry in my routing table on my Linux router that I didn't add:
prohibit 2604:[redacted]:d772 from :: dev lo proto kernel src 2607:[redacted]::1 metric 4294967295 error -13 pref medium
and I can't seem to remove:
# ip -6 route del…

Brian
- 31
- 3
1
vote
0 answers
Why is the network not reachable while another IP is reachable within the same subnet on CentOS?
Why is the network not reachable while another IP is reachable within the same subnet ?
Network Reachable
[root@vcn03 ~]# ping -I eth0 -c 1 10.52.96.48
PING 10.52.96.48 (10.52.96.48) from 10.52.111.3 eth0: 56(84) bytes of data.
64 bytes from…

user3742796
- 41
- 4
1
vote
0 answers
Configure two gateways on one LAN, use one normally. But fall back to the other when the first one fails. (Linux, Debian Jessie)
I'm trying to set up a LAN so that there is a main router that routes all outbound (0.0.0.0) traffic to the internet via a DSL link and also hands out IP addresses to clients on the network via DHCP.
But I also want there to be a secondary router on…

Adrian Walker
- 11
- 1
1
vote
1 answer
debian kvm server with iptables is dropping bridge packets
For the past month I cant solve this, I make different iptables rules, enabled and disabled modules on kernel but having the same results and even more packets have dropped by iptables. This make on users having a 3/5 seconds on delay when trying…

Matias
- 11
- 3
1
vote
0 answers
IP packets does not respect ip rule
I'm running Linux and have the following ip rules
ip rule list
0: from all lookup local
150: from 217.31.55.96/28 lookup custom
32766: from all lookup main
32767: from all lookup default
This is for catching all IP packets coming with…

Kasper Nielsen
- 35
- 1
- 7
1
vote
1 answer
How are routes added to the Kernel IP routing table for Red Hat Enterprise Linux?
Had a bit of an odd problem that not being able to connect from a Red Hat Enterprise Linux Server release 5.11 (10.110.10.230 on our network) to another machine on the network (10.255.10.82)
My routing table looked like this
# /sbin/route
Kernel IP…

ray_voelker
- 113
- 1
- 5
1
vote
1 answer
Only route WLAN over VPN
I am trying to set up my RP3 in such a way that WiFi connections are routed over an L2TP VPN. I've got the VPN working and with the following settings all traffic is routed over the VPN connection (ppp0 is the VPN tunnel device):
route add…

Diederik
- 111
- 4