Network issues on separate IP ranges
by sovietmonkeu from LinuxQuestions.org on (#6MEX6)
Hi All,
I am sitting with the following issue. I have 2x servers. One if on a public IP (ex. 100.100.100.100) and one on a private network (ex. 200.200.200.200), with internet breakout. My private servers cannot ping the public server (Firewalled on both instances) but I can ping the GW of the public server (This just proves that I do have comms to the subnet)
My public server does have an interface on the private server subnet (200.200.200.201), which usually makes inter-server comms possible. Due to some software restrictions, the API from my private server is contacting my public server to the public IP, but this isnt working.. This is not ICMP related problem though.
On the public server I have a route for ex. 200.200.200.0/24, which will route the private subnet between all my servers. It does seem though that when my 200.200.200.200 server routes to 100.100.100.100, this route is interfering with the return traffic. As soon as I remove the 200.200.200.0 route from my public server, connection is restored.
Even though my public / private network can route between each other (Physical Firewall between the networks), this is not correct process. This used to work fine when all these servers were on OL 7.9 (Still have servers on 7.9 with the same network logic, which are working just fine). These machines are on OL 8.9.
Firewalld is disabled on both these servers.
Anyone have an idea of where I can start?
Thanks
I am sitting with the following issue. I have 2x servers. One if on a public IP (ex. 100.100.100.100) and one on a private network (ex. 200.200.200.200), with internet breakout. My private servers cannot ping the public server (Firewalled on both instances) but I can ping the GW of the public server (This just proves that I do have comms to the subnet)
My public server does have an interface on the private server subnet (200.200.200.201), which usually makes inter-server comms possible. Due to some software restrictions, the API from my private server is contacting my public server to the public IP, but this isnt working.. This is not ICMP related problem though.
On the public server I have a route for ex. 200.200.200.0/24, which will route the private subnet between all my servers. It does seem though that when my 200.200.200.200 server routes to 100.100.100.100, this route is interfering with the return traffic. As soon as I remove the 200.200.200.0 route from my public server, connection is restored.
Even though my public / private network can route between each other (Physical Firewall between the networks), this is not correct process. This used to work fine when all these servers were on OL 7.9 (Still have servers on 7.9 with the same network logic, which are working just fine). These machines are on OL 8.9.
Firewalld is disabled on both these servers.
Anyone have an idea of where I can start?
Thanks