<html><body>
<DIV> </DIV>
<DIV> </DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<P>-------------- Original message -------------- <BR>From: Rick Stevens <rstevens@vitalstream.com> <BR><BR>> On Thu, 2005-12-15 at 21:03 +0000, jlopes151@comcast.net wrote: <BR>> > > > I have RHEL 4 installed and want to open ports for an Oracle 10g <BR>> > > > install. Does any one know were I can find information on how this <BR>> > is <BR>> > > > done? <BR>> > > <BR>> > > I'm not certain which ports Oracle uses for network communication. <BR>> > It's <BR>> > > undoubtedly buried in the system documentation somewhere. <BR>> > > <BR>> > > Once you find those, you'll need to have them "-j ACCEPT" in your <BR>> > > iptables configuration. <BR>> > > <BR>> > > If you're not familiar with iptables config files, I recommend you <BR>> > use <BR>> > > either "redhat-config-securitylevel" (Desktop->System <BR>> > Settings->Secur!
ity <BR>> > > Level) or something like Firestarter, available for free from <BR>> > > http://firestarter.sourceforge.net. <BR>> > > <BR>> > <BR>> > Thanks Rick <BR>> > <BR>> > Some of the ports ex:HTTP have a range 5500-5540 <BR>> <BR>> Ah, then some of your config lines would have something like: <BR>> <BR>> -A INPUT -p tcp -s 0.0.0.0/0 --dport 5500:5540 -j ACCEPT <BR>> <BR>> You might want to restrict the "-s 0.0.0.0/0" to a more reasonable <BR>> range for the machines you want to have access. The one above opens <BR>> you up to connections coming from anywhere. <BR>> <BR>> > Thanks for the help <BR>> <BR>> No worries, mate! <BR>> <BR>So to set the range for say the local machine and the next in the range I would do I would -s 1.2.3.4/5? </P>
<P> </P></BLOCKQUOTE></body></html>