Score:0

Static route: RTNETLINK answers: File exists

ma flag

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?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.