Pages

Tuesday, April 30, 2013

Shibboleth Identity Provider FireWall Configuration

Firewall Configuration

The following ports needs to be opened for public and also for the Service Providers. They are

  • Iptable Inbound Configuration
 Go to the /etc/sysconfig/ directory and edit the iptables file and add the following content in the ip tables file.
  • Https 443 - Every One

-A INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT

  • Https 8443 - Service Providers to Access the IDP Server in the Back Channel. 
-A INPUT -p tcp -s <Service Provider IP> --dport 8443 -j ACCEPT


>>Follow the Shibboleth SP Install and Configuration

No comments:

Post a Comment