Questions tagged [static-routes]

Manually configured entries in the routing table.

Manually configured entries in the routing table.

183 questions
0
votes
1 answer

centos 7 persistent static route

I have a centos 7 server, with 4 interfaces. i am trying to give each of these interfaces a different ip, gateway and netmask. I want each interface to respond requests itself. so if a request has came in on interface enp2s0, i want enp2s0 to…
senaps
  • 143
  • 1
  • 2
  • 7
0
votes
0 answers

ssh over static route times out

I have two networks and a static route between them. When I try to connect to a server (with ssh) from one of the networks to the other (the connections goes through the static route) the connection times out. Everything else works just fine with…
Ybrin
  • 111
  • 1
0
votes
1 answer

Access server on secondary LAN-to-WAN subnet from the main subnet in a cascaded network

I want to access my server on a different subnet. Here is my network topology: Internet | | ADSL x.x.x.x (external) D-link DSL-2730E (Router1)---------------------+ 255.255.255.0 …
0
votes
0 answers

Mystery persistent /8 on routing table

I have the below route listed, that is persistent over restarts. "route -n" 69.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0 and "ip route" 69.0.0.0/8 dev eth0 proto kernel scope link src 69.1XX.XXX.X7 metric 100 While…
0
votes
1 answer

No Internet access while connected with Cisco AnyConnect VPN client

I joined a Cisco IPSEC VPN (based on Group Authentication). I had to install the VPN using some tricks since is not working anymore on Windows 10. The problem is that once connected in VPN internet is no working anymore. This is my route table IPv4…
0
votes
1 answer

Why Router's Static Routing does not work?

Background I have two routers, Router_A and Router_B. Router_A LAN side IP address is 172.16.0.1. Router_A has two clients, Computer_A (IP 172.16.0.11) and Router_B (IP 172.16.0.2). Router_B WAN side IP address is 172.16.0.2. Router_B LAN side IP…
midnite
  • 151
  • 5
0
votes
1 answer

How to redirect public ip through VPN tunnel

I'm new to this and I have looked through many other similar questions but I couldn't find an answer. I have two server at SoYouStart and on one server I have a HAProxy VM. Both servers are connected with a Strongswan VPN tunnel. I have also a…
Cage
  • 1
  • 2
0
votes
0 answers

A simple nginx config doesn't work

I'm trying to create a simple configuration for nginix for testing. I have 2 files: /home/user1/tmp_server_data/main_page /home/user1/tmp_server_data/.well-known/test1 And my config: # /etc/nginx/sites-available/default server { root…
Johshi
  • 113
  • 1
  • 5
0
votes
1 answer

Can't bridge traffic between a wireless and wired interface of a windows 7 laptop

I'm trying to route packets between a wired-wireless-wired link. I'm using a Spirent test center as a traffic generator which routes traffic to an Access point over a LAN cable(wired link)- This Access point then routes this traffic to a windows…
pbalraj
  • 1
  • 1
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

Freebsd 10 install with non standard gateway route

Some service providers offer dedicated/vps nodes with non standard gateways (ie not in the same subnet). For instance : ip add 10.0.1.1/32 with gateway 56.0.1.1 For this purpose some manual steps are required since the install wizard does not…
Horatiu
  • 41
  • 5
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

Static routing between LAN, IPSec and VPN

I got the following network setup: LAN: 10.10.2.0/24 -> IPSec -> 10.10.1.0/24 (VPN Server addr: 10.10.1.5/24) VPN: 10.10.3.0/24 IPSec connection is transparent Users between 10.10.1.0/24 and 10.10.2.0/24 are able to communicate, users from…
falken
  • 69
  • 6
0
votes
4 answers

How can I tell which static IP address one computer uses to connect to another computer?

I have a workstation connected to several internal networks, with a different static IP address on each of them. Through one (?) of these networks, I can connect to a server over ssh. How can I tell which of my workstation's IP addresses is used to…
Dan
  • 113
  • 5
0
votes
1 answer

2 network cards routing

I have 2 network cards with public ips. I am running 2 services. So how do I route the connections. For now only one interface ip is working although both are pingable from internet. My routing table is like this atm: Kernel IP routing…
defiant
  • 121
  • 7