Subject Re: [IB-Java] interclient help with redhat 7.2
Author Patrick Ohnewein
And check your firewall settings, RH7.2 by default comes with ipchains
rules set. You can get a listing of the rule set issuing as root:

ipchains -L

and for a testing hack you can flush all rules

ipchains -F

but thats insecure! You should later add the right rules otherwise you
are open to every connection.


Also check your /etc/services, it should contain the following lines
gds_db 3050/tcp # InterBase Database Remote Protocol
interserver 3060/tcp


hope this helps
Patrick


davidjencks@... wrote:

> One thing you need to do is add a line something like this to inetd.conf
>
> interserver stream tcp nowait.100 root /usr/interclient/bin/interserver
> interserver
>
>
> using the appropriate path to interserver.
>
> david jencks
>
> On 2001.12.11 08:26:25 -0500 Jeff Seaman wrote:
> > Sorry for previous post without text
> >
> > Hello,
> >
> > I am trying to get Interclient/Interserver running on a Redhat 7.2
> > machine
> > that is running inetd instead of xinetd. When I run the CommDiag.html
> > program I get a "Security Exception" when I try to connect from
> > localhost. I
> > get a message "Your security manager does not allow socket connections on
> > interserver port". Can anyone tell me what config files I need to modify
> > to
> > allow connections to the interserver port from localhost.
> >
> > Thanks in advance for your help.
> >
> > Jeff Seaman
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > IB-Java-unsubscribe@egroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
> >
> >
> >
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> <http://rd.yahoo.com/M=178320.1681224.3270152.1261774/D=egroupweb/S=1705006764:HM/A=879172/R=0/*http://www.fastweb.com/ib/yahoo-75f>
>
>
>
> To unsubscribe from this group, send an email to:
> IB-Java-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.


--
+-----------------------------------------------------------------------
| Save software competition, use Linux and Java!
|
| Also visit http://www.lugbz.org the Linux User Group in Southtyrol!
|
| Public PGP KEY:http://www.lugbz.org/PGP_PatrickOhnewein.asc
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

The reason computer chips are so small is computers don't eat much.