Service Provider Static IP Configuration
I have already posted in the my previous blog to configure static IP. Please follow the lync and configure the static IP.
Static IP Configuration
Fire Wall Configuration
Inbound connection port 443 needs to be configured to every one. Go to the /etc/sysconfig directory and edit the iptables file and add the following content
-A INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT
Add the IP Address and in the Hosts Entry File
Restart the IP tables
service iptables restart
After restarting the service, the following output shown in the command line.
Follow SP Registering with IDP
I have already posted in the my previous blog to configure static IP. Please follow the lync and configure the static IP.
Static IP Configuration
Fire Wall Configuration
Inbound connection port 443 needs to be configured to every one. Go to the /etc/sysconfig directory and edit the iptables file and add the following content
-A INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT
Add the IP Address and in the Hosts Entry File
GO to the /etc/ directory and edit the hosts file. Add the
following content to resolve the host name while accessing through host
name.
192.168.252.150 <IDP Host Name>.
The Sample Configuration is
192.168.252.150 idp.liyaqat.com
192.168.252.150 <IDP Host Name>.
The Sample Configuration is
192.168.252.150 idp.liyaqat.com
Restart the IP tables
service iptables restart
After restarting the service, the following output shown in the command line.
Follow SP Registering with IDP
No comments:
Post a Comment