200 | | |
| 200 | {{{ |
| 201 | -A INPUT -s <oils_server> -p tcp -m tcp --dport 5432 -j ACCEPT #connection allowing oils server to access dbase |
| 202 | }}} |
| 203 | |
| 204 | === Necessary Ports - Open-ils Server === |
| 205 | {{{ |
| 206 | -A INPUT -d <oils_server> -p tcp -m tcp --dport 80 -j ACCEPT #http access to opac |
| 207 | -A INPUT -d <oils_server> -p tcp -m tcp --dport 443 -j ACCEPT #ssl access to opac |
| 208 | -A INPUT -d <oils_server> -p tcp -m tcp --dport 6001 -j ACCEPT #SIP |
| 209 | -A INPUT -d <oils_server> -p tcp -m tcp --dport 8080 -j ACCEPT #SIP |
| 210 | -A INPUT -d <oils_server> -p tcp -m tcp --dport 8023 -j ACCEPT #SIP |
| 211 | -A INPUT -d <oils_server> -p tcp -m tcp --dport 210 -j ACCEPT #Z39.50 |
| 212 | }}} |
| 213 | |
| 214 | |
| 215 | |
| 216 | |