I have a Redhat 8 firewall set up doing NAT for my two servers. Each has its own NAT rules for incoming and outgoing packets. I am also masquerading a few IPs for desktops to access the Internet.
One of the servers is a web server that needs to connect to the other server, a database server. Both are Linux servers. When the web server tries to connect to the db server, the db server sees the web server as its external IP address instead of its internal. Why is internal-to-internal communication being translated? How can I avoid this?
-- Paul
One of the servers is a web server that needs to connect to the other server, a database server. Both are Linux servers. When the web server tries to connect to the db server, the db server sees the web server as its external IP address instead of its internal. Why is internal-to-internal communication being translated? How can I avoid this?
-- Paul