I have a RADIUS server on AWS VPC. I already set up IPSec site-to-site VPN connect the Corp network and the VPC subnets.
1. Using RADIUS Public IP: Worked, but not secured because authentication traffic is routed through Internet.
2. Using RADIUS Private IP and VPN tunnel:
- Test the Authentication from the Firewall: Succeeded!
Captured packet: The source IP is the Private IP. Traffic went through the IPSec and the RADIUS responded.
- Test the authentication from LAN Laptops: Fail!
Captured packet: The source IP is the public IP and packet is forwarded by Firewall Rule 0. The RADIUS didn't receive any packet.
I already created a Firewall Rule 1 which NATed all traffic from the LAN to 10.0.50.1 but it didn't work. Traffic was still forwarded by Rule 0.
There is other thread regarding to this bug: https://community.sophos.com/products/xg-firewall/f/authentication/75090/wireless-radius-auth-via-ipsec-not-possible
Firewall: Sophos XG 210
Firmware: 17.5 MR8
Any idea or help is really appreciate !!!
This thread was automatically locked due to age.