Personal tools
You are here: Home support WiKID Documentation Center Troubleshooting FAQ How do I know if the firewall is letting my authentication requests through?

How do I know if the firewall is letting my authentication requests through?

Up to Table of Contents

This FAQ applies to: WiKID Strong Authentication Server Enterprise Edition

To see if the WiKID server's firewall is allowing connections from your network client (VPN or web application, e.g.), you can run this command using grep to limit the request to a specific protocol:

iptables -L | grep radius


ACCEPT     udp  --  localhost.localdomain  anywhere            state NEW udp dpt:radius 
ACCEPT     tcp  --  localhost.localdomain  anywhere            state NEW tcp dpt:radius 


But instead of localhost you will see your IP address.