Questions tagged [route]

Command line tool for manipulating and listing the routing table.

620 questions
0
votes
1 answer

Can't ping server over VPN, from behind other VPN

My local server is set up as both an OpenVPN server and client. Its client connects to another remote OpenVPN server (which I also administer). Both servers run Ubuntu Linux. I then connect my laptop (running Ubuntu Linux) to the local OpenVPN…
Fela Maslen
  • 1,243
  • 2
  • 12
  • 19
0
votes
3 answers

route entries are getting updated on reboot

I have 2 NIC on server one is for internal communication with 10.10.10.X IP and other is 172.X.X.X IP for external communication. I have route table like this [root@hadoopslave1 ~]# route Kernel IP routing table Destination Gateway …
Vikas Hardia
  • 283
  • 6
  • 15
0
votes
1 answer

Is there a way could keep related route not deleted when interface is down?

I have a specific route(in a policy route table) via a pppoe interface: ppp1 Link encap:Point-to-Point Protocol inet addr:61.48.180.187 P-t-P:61.48.180.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST …
armnotstrong
  • 139
  • 7
0
votes
0 answers

Static route to access another IP/SUBNET from PC

Maybe it's a simple concept misunderstand. I'm in a network with ip 172.16.0.xxx (mask 255.255.240.0). How could I configure my PC (Windows 7) with a static route or any other kind of solution so I can access a specific device connected in the same…
natenho
  • 101
  • 2
0
votes
1 answer

how to disable ethernet interface eth5 permanently and how my added routes in rc.local file is unset when i reboot machine

actually my machine having 3 interface cards eth0 eth4 eth5 where eth0--local ip and eth4--wan Ip1 and eth5--wan ip5 but i want to disable permanent eth5 and i have added some routes in rc,local file and executed also but when i reboot the system…
pawan1491
  • 27
  • 5
0
votes
1 answer

How to redirect VPN traffic on OS X

I have following problem: I need to connect to VPN and access specific resources (ip addresses). When I connect to VPN all network traffic goes through VPN but in fact I need only specific destinations to be accessed over VPN and the rest of the…
endryha
  • 111
  • 2
  • 4
0
votes
1 answer

OpenVPN can' reach client Lan

I have a question about OpenVPN, I had made a "dev tun" connection between my office network and a VPC on Amazon.But.... in few words: Everething work, except: i c'ant ping the client Lan from the server lan. As you can see on the diagram (link…
Romeh
  • 3
  • 2
0
votes
2 answers

SSH'ing from a different subnet. The router does not seem to route correctly

An EDIT was made at the bottom I have a macbook on 192.168.12.x subnet, and a debian machine with apache2 server with ssh enabled sitting on 192.168.1.x subnet. The debian machine has a static IP address that's given from the router…
0
votes
1 answer

How to change subnet to login in OpenVPN client.conf?

I have an access to different subnets. How can I modify client.conf to login (or at least able to route) in another subnet? E.g. now I get IP address in 10.132.193.0/24 subnet, but I want to get IP in 10.132.252.0/22. My current client.conf looks…
Paul Serikov
  • 113
  • 7
0
votes
1 answer

Windows Server 2012 R2 The route addition failed: The system cannot find the file specified

I am using a simple powershell command,(ran as Admin) as follows. route –p add 172.30.200.0 mask 255.255.255.0 0.0.0.0 IF 28 I have done this no problem on Windows 8.1, but when I do this in Windows Server 2012 R2, I get the following error. The…
S4br3L0FF
  • 1
  • 4
0
votes
1 answer

Why i can't access computers in LAN behind OpenVPN server?

On ESXI server i have several VMs: one with external ip address (and internet access), that is configured as NAT (and plays OpenVPN server role) and several VMs in VLAN (using 192.168.182.*/28 ip addresses). I have set up OpenVPN server & client as…
avasin
  • 279
  • 1
  • 5
  • 13
0
votes
0 answers

How can I create routes between two separate LANs

I have a ASUS RT-AC66U with merlin firmware, how can i create a connection between 2 different subnets, whitout using Vlan's ? My Server subnet is 10.10.1.0 255.0.0.0.0 Asus router and client subnet is 192.168.1.0 255.255.255.0 is it necessary to…
Bendo1984
  • 11
  • 1
0
votes
1 answer

forwarding ping using ip route

I have a Linux setup which consists of two interface. A local LAN interface and virtual interface. ETH0: 150.10.15.194 PAN0: 192.168.255.209 I would like to set rules that route all ICMP echo messages from ETH0 to VA0 and vice verca. I prefer the…
stdcall
  • 187
  • 1
  • 8
0
votes
0 answers

Linux router for 2 public subnets with one getaway and one local subnet - not load balancing ;)

I have problem with routing on linux. My ISP give me 2 ranges of public addresses, lets say: 192.168.11.0/30 (4 addresses) - router 192.168.33.0/29 (8 addresses) - servers additionally I have on router (192.168.11.2) second interface eth1, behind…
tomiozo
  • 1
  • 1
0
votes
0 answers

Adding a remote default route gives SIOC[ADD|DEL]RT: No such process

I have searched the whole web for this but it seems no one has had similar problem. I have a local network (no internet) which my router ip is 10.201.32.10 and my gateway is 10.201.32.41 I have a VPS with IP 185.10.10.10 which the network allows me…
mojtabaf
  • 1
  • 1