Recital

Login Register

HOWTO: Use iptables to restrict access to Recital Web only from localhost

Use iptables to restrict access to Recital Web only from localhost.

iptables -I INPUT -j ACCEPT -p tcp --destination-port 8001 -i lo
iptables -A INPUT -j DROP -p tcp --destination-port 8001 -i eth0


Twitter

Copyright © 2024 Recital Software Inc.

Login

Register

User Registration
or Cancel