Questions tagged [route]

Command line tool for manipulating and listing the routing table.

620 questions
0
votes
1 answer

unable to route through linux gateway

I have 2 linux box A and B, both are RHEL 7. B nic configuration: eth0: flags=4163 mtu 9001 inet 10.74.61.131 netmask 255.255.254.0 broadcast 10.74.61.255 inet6 fe80::1011:12ff:fec7:d118 prefixlen 64 …
Jin
  • 11
  • 2
0
votes
1 answer

Can't access LAN host from the firewall

I have a problem I cant seem to comprehend, here's the thing: I want to have access to a LAN server on 192.168.100.32 from the firewall (192.168.1.100). This network is managed by eth0, and I can (obviously) access any host within that network…
0
votes
1 answer

Share internet access with route

I'm trying to share internet connection of a linux machine with another machine. Both created in vmbox, PC A has a internal network connection, PC B has both an internal and external connection. Dhcpd of vmbox is enabled for internal network, both…
0
votes
2 answers

OSRM on Nginx over SSL

I have set up OSRM (Open source routing machine) with nginx. It works as it was supposed to. But, the problem is I can't make it work over ssl. I have set the ports 443, the site over nginx works with https, everything is fine, just the OSRM service…
Festim Cahani
  • 143
  • 1
  • 7
0
votes
2 answers

Servers don't communicate via directly connected network card

I have 2 servers (Windows Server 2012 R2), with each having (more than) 2 network cards. I want both server to use 1 network card for "The Internet", and 1 network card to communicate directly with the other server. (There is also a 3rd server…
nl-x
  • 137
  • 1
  • 9
0
votes
0 answers

Debian Linux can't ping gateway

I'm having a strange networking issue where I can't ping my gateway or any machines in my lan. The request just times out. I CAN ping external hosts like google. I'm running Debian Jessie. The machine is configured with DHCP. Here is route -n Kernel…
yossarian2004
  • 143
  • 4
  • 9
0
votes
1 answer

Debian BeagleBone Black inaccessible via SSH/ping over ethernet

Somewhat related to this question. I have a BeagleBone Black running Debian and am trying to use its ethernet port for internet (rather than USB sharing as is typical when getting it up and running). However, I can't seem to get it to connect to…
erik
  • 101
  • 3
0
votes
1 answer

default route for interface configured during PXE boot

I've got some systems that are provisioning SLES12sp1 statelessly - the systems come up with their provisioning interface configured, but no default route. On RedHat I'd set the GATEWAYDEV in /etc/sysconfig/network-scripts -- but I can't find an…
0
votes
1 answer

Connecting two networks using OpenVPN (all computers). Is that possible only from OpenVPN client's gateway or any computer?

An example: LAN A - NO EXTERNAL IP - OPENVPN CLIENT: 192.168.1.1 gw 192.168.1.2 pc 192.168.1.3 pc LAN B - EXTERNAL IP - OPENVPN SERVER: 10.0.0.1 gw 10.0.0.2 pc 10.0.0.3 pc All the computers should be able to reach each other. Where I need to setup…
laimison
  • 579
  • 2
  • 9
  • 17
0
votes
1 answer

Unable to connect to OpenVPN server from devices that are in same network than the VPN server

I have Open VPN server to which I can connect from devices from the Internet but I can not connect to the VPN server from devices that are in the same network where the other end of the VPN server is connected to. Hopefully following picture gives…
Sage
  • 1
  • 2
0
votes
1 answer

Traffic is routed via unknown means

I have 2 machines running CentOS: Machine A has two NICs: 192.168.150.1/255.255.255.0 and 192.168.1.1/255.255.255.0 Machine B has one NIC: 192.168.150.2/255.255.255.0 Machine B is connected directly to A (NIC to NIC), and has a route…
Fidel
  • 373
  • 1
  • 4
  • 19
0
votes
3 answers

How can roaming user access same domain with varying IP address depending on location?

With my laptop, when accessing a given domain on the local network, I need to use a local IP address (192.168.x.x). When accessing the same domain from a remote location, I need to use the public IP address. Since I am accessing the domain via DNS,…
RedFilter
  • 423
  • 1
  • 6
  • 17
0
votes
1 answer

Nat or Static Route in pfsense

I installed PFsense on VMware with two interfaces. 1.WAN -> 192.168.1.110 ->Bridge Getaway->192.168.1.1=>Modem IP 2.LAN -> 10.1.1.1 ->LAN Segment how config Nat and Route to access to Internet (from Host Connect to 10.1.1.1 interface )And…
user356671
  • 1
  • 1
  • 1
0
votes
1 answer

Multiple Gateways for Single Subnet

I have 2 machines, local1 and cloud1. local1 has 3 Nics: 2 connected directly to cable modems with public IPS (call them eth0 and eth1) and 1 connected to my LAN connection (eth2). cloud1 has a single nic (eth0) and is connected directly to the…
TiernanO
  • 744
  • 7
  • 17
0
votes
1 answer

Routing traffic coming from specific IP to go through specific gateway

This is my problem. I have a server with 2 nic cards A and B A (10.x.x.1) Default Gateway (10.x.x.254) B (192.x.x.1) Default Gateway (empty) NIC A all outbound traffic goes out through it. NIC B connected to separate router 192.x.x.254 On that…
Daniel
  • 1