Cannot connect to port 9024 / 9025 externally

Ben Kevan ben.kevan at gmail.com
Mon Aug 11 18:02:56 UTC 2008


On Monday 11 August 2008 10:05:03 am Gabi C wrote:
> it seems that it listens on 9064 from outside - tcp        0      0
> 0.0.0.0:9064                0.0.0.0:*
>
> but on 9024/9025 listens only on loopback ...so you can connect locally but
> not from outside
>
> so you have to configure your server to listen on eth0 or ethX address
>
> On Mon, Aug 11, 2008 at 7:26 PM, Ben Kevan <ben.kevan at gmail.com> wrote:
> > I have a server with BEA installed, and I can connect to ports 9024 /
> > 9025 as
> > required locally, but from the outside I cannot, port 9064 I can connect
> > to locally and externally.
> >
> > sudo /sbin/service iptables status
> > Password:
> > Firewall is stopped.
> >
> > netstat -an | grep 9025
> > tcp        0      0 127.0.0.1:9025              0.0.0.0:*
> > LISTEN
> >
> >
> > Here is the netstat for port 9064
> >
> >  netstat -an | grep 9064
> > tcp        0      0 0.0.0.0:9064                0.0.0.0:*
> > LISTEN
> > tcp        0      0 127.0.0.1:9064              127.0.0.1:37308
> > TIME_WAIT
> > tcp        0      0 127.0.0.1:9064              127.0.0.1:37346
> > TIME_WAIT
> > tcp        0      0 127.0.0.1:9064              127.0.0.1:37321
> > TIME_WAIT
> > tcp        0      0 127.0.0.1:9064              127.0.0.1:37325
> > TIME_WAIT
> > tcp        0      0 127.0.0.1:9064              127.0.0.1:37329
> > TIME_WAIT
> > tcp        0      0 127.0.0.1:9064              127.0.0.1:37342
> > TIME_WAIT
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> > https://www.redhat.com/mailman/listinfo/redhat-list

Yeah. I saw that after I sent this.. 

Weblogic was configured only to listen on localhost.. not sure why I didn't 
see that when i first ran netstat.. 

Thanks




More information about the redhat-list mailing list