/
How to disable SCSP Proxy on a CSN
How to disable SCSP Proxy on a CSN
If you need to disable the port 80 SCSP proxy on a CSN, you can use one or both of the following methods to disable the proxy effectively.
Important
Neither method will survive a CSN upgrade, so you will need to reapply these steps after any future upgrade.
Method 1: Disable port 80
- Edit
/opt/caringo/csn/bin/setfirewall.sh
Comment out the line that references the CSN firewall:
$IPTABLES -A CSNFIREWALL -p tcp -m tcp --dport 80 -j ACCEPT
- Run:
/opt/caringo/csn/bin/setfirewall.sh
Method 2: Disable the SCSP Proxy service
Run the following commands:
service scspproxy stop chkconfig scspproxy off mv /etc/monit.d/caringo-scspproxy.monitrc ~
Related articles
, multiple selections available,
Related content
Restore custom proxyIPAddress after upgrading the CSN
Restore custom proxyIPAddress after upgrading the CSN
More like this
How can I manually set the iptables rules for my CSN?
How can I manually set the iptables rules for my CSN?
More like this
Change CSN Nodes' Default Gateway Parameter
Change CSN Nodes' Default Gateway Parameter
More like this
How to configure a standalone SCSP proxy
How to configure a standalone SCSP proxy
More like this
Where are the CSN configuration files located?
Where are the CSN configuration files located?
More like this
How to recover CSN's admin password
How to recover CSN's admin password
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.