Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. If iptables is in use, update the rules to allow access to the configured port. For example, run: iptables -I INPUT 1 -p tcp -m tcp --dport 10285 -j ACCEPT# Verify connectivity to <https://yourserver:10285/clientImage Removed>.# Optionally, enable redirection from 443/tcp in iptables. Run: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 10285# Verify connectivity to <https://yourserver/clientImage Removed>.# Once iptables is configured correctly, save the changes: service iptables save