Cannot connect to port 9024 / 9025 externally

Gabi C gabicr at gmail.com
Mon Aug 11 17:05:03 UTC 2008


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
>



More information about the redhat-list mailing list