Hello
When a customer communicates with Cisco WebX, the service is not available.
I used tcpdump on the external interface of the firewall and found something unusual.
I will divide the situation into two types: normal and unnormal.
1. Unnromal situation
- When viewing pcap information in wireshark, the src of payload is displayed as private IP.
- I know the NAT IP information should be visible. Is that correct?
2. Normal situation
- When viewing pcap information in wireshark, the src of payload is displayed as NAT IP.
- Communication goes well without any problems.
![normal.PNG normal.PNG](https://community.checkpoint.com/t5/image/serverpage/image-id/9842i7D4C65DC1CD474FB/image-size/large?v=v2&px=999)
![unnormal.PNG unnormal.PNG](https://community.checkpoint.com/t5/image/serverpage/image-id/9843i34C1A75443C54539/image-size/large?v=v2&px=999)
Is it correct to see this as abnormal processing when processing traffic at the checkpoint? Or is there anything else I am missing?