In my colo facility I have three webservers (obviously all with different ip addresses) and they each have their own external ip obviously. For some reason, I can't get inbound traffic to route to my servers, but outbound is quick as hell. Can you help?
I have the virtual IPs of the webservers defined to the external NIC.
internal nic: 10.x.x.x 255.255.255.0
external nic: 216.x.x.x 255.255.255.224
web03_nic: 216.x.x.x 255.255.255.224
etc.
internal network definition for webserver:
web03_internal 10.x.x.x 255.255.255.255
Currently, Packet filter rule is:
Any Any Any Allow
Packets to match:
Source: Any Destination: web03_if Service: http
change to source: none
change to destination: web03_internal service: none
What did I miss there?????
psychorugger
This thread was automatically locked due to age.