@evgeniysk said in server from LAN can't access themself via Virtual IP on WAN interface:
Ok, is it possible to change this behavior?
Yes, with NAT reflection. That means that a NAT rule on an specific interface (mostly WAN) is also implicitly applied on other interfaces. Not preferred, but there is no other option, it's a way to go.
You can activate it either in the respective NAT rule (at the bottom) or globally in System > Advanced > Firewall & NAT.
You can try the pure NAT mode, but if the server needs to access himself you possibly need the proxy mode.
@evgeniysk said in server from LAN can't access themself via Virtual IP on WAN interface:
Server pings itself by public IP, that configured on pfSense, so traffic must flow through it some way.
Without a NAT rule for ICMP + reflection, there is no possibility for the server to ping himself by using the public IP. You may be able ping the public IP though from the server, but this is owned by pfSense, so the firewall might response to such pings.
You may sniff the traffic on the internal pfSense interfaces to verify. If the server himself respond to the ping, you would see the packet twice, one time from server to pfSense and a second time back to the server.