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…
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…
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 …
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…