0

I need to access from Server A (eth0) to Server Log (eth0) on port 5044
http://10.10.192.2:5044

Server LOG (eth1) can access to Server A (eth0) using dedicated interface with this static route:
10.10.52.64/26 via 10.10.192.65 dev eth1

Now I need to use the same interfaces to access from Server A (eth0) to Server LOG (eth0)
I set on Server A (eth0) this static route:
ip route add 10.10.192.64/29 via 10.10.52.65 dev eth0
and I can access to Server Log (eth1) as:
http://10.10.192.66:5044

but I can't access to:
http://10.10.192.2:5044

I'm trying to configure a static route from Server A (eth0) to Server Log (eth0), but when I try to create a static route (ip route add 10.10.192.0/27 via 10.10.192.65 dev eth1) on server LOG (from eth1 to eth0) I receive the error:

RTNETLINK answers: File exists

This is my network schema:
enter image description here

Can I configure my system or do I need to change my approach?

0 Answers0