centos:kickstart:oracle
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
centos:kickstart:oracle [2013/03/03 09:34] – [iptables] washi | centos:kickstart:oracle [2023/06/10 09:13] (現在) – 外部編集 127.0.0.1 | ||
---|---|---|---|
行 316: | 行 316: | ||
===== iptables ===== | ===== iptables ===== | ||
- | Oracleだけでなく[[centos: | + | Oracleだけの場合は、1521のみで大丈夫ですが、他のアプリケーションでも外部からの接続がある場合は、追加しなければなりません。 |
- | Oracleだけの場合は、1521のみで大丈夫です。 | + | |
< | < | ||
行 329: | 行 328: | ||
-A INPUT -i lo -j ACCEPT | -A INPUT -i lo -j ACCEPT | ||
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT | -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT | ||
- | -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT | ||
-A INPUT -p tcp -m tcp --dport 1521 -j ACCEPT | -A INPUT -p tcp -m tcp --dport 1521 -j ACCEPT | ||
-A INPUT -p udp -m udp --dport 1521 -j ACCEPT | -A INPUT -p udp -m udp --dport 1521 -j ACCEPT | ||
- | -A INPUT -p tcp -m tcp --dport 49625 -j ACCEPT | ||
- | -A INPUT -p udp -m udp --dport 49625 -j ACCEPT | ||
- | -A INPUT -p tcp -m tcp --dport 59625 -j ACCEPT | ||
- | -A INPUT -p udp -m udp --dport 59625 -j ACCEPT | ||
- | -A INPUT -p udp -m udp --dport 137:138 -j ACCEPT | ||
- | -A INPUT -p tcp -m tcp --dport 139 -j ACCEPT | ||
- | -A INPUT -p tcp -m tcp --dport 445 -j ACCEPT | ||
-A INPUT -j REJECT --reject-with icmp-host-prohibited | -A INPUT -j REJECT --reject-with icmp-host-prohibited | ||
-A FORWARD -j REJECT --reject-with icmp-host-prohibited | -A FORWARD -j REJECT --reject-with icmp-host-prohibited | ||
行 344: | 行 335: | ||
# Completed on Tue Feb 26 15:06:43 2013 | # Completed on Tue Feb 26 15:06:43 2013 | ||
</ | </ | ||
+ | |||
+ | ====== 参考サイト ====== | ||
+ | |||
+ | * Oracle Database 11g XE インストール - Edo:: | ||
+ | * http:// | ||
+ | * Silent Installation of Oracle 11g R2 64 Bit – Express Edition on Public Cloud - cloudcreo | ||
+ | * http:// | ||
+ | * OracleXEでJA16SJISの利用 Ubuntu環境編 | ||
+ | * http:// | ||
+ | * Oracle11gXE - freespeedo' | ||
+ | * http:// | ||
+ |
centos/kickstart/oracle.1362303267.txt.gz · 最終更新: 2023/06/10 09:13 (外部編集)