Hi again list!

Here is the "netstat -tnlp" output:
----------------------------------------------------
Proto Recv-Q Send-Q Local Address           Foreign Address  
       State       PID/Program name
tcp        0      0 0.0.0.0:9696            0.0.0.0:*        
       LISTEN      27774/my_app
tcp        0      0 0.0.0.0:3306            0.0.0.0:*        
       LISTEN      913/mysqld
tcp        0      0 0.0.0.0:110             0.0.0.0:*        
       LISTEN      733/xinetd
tcp        0      0 0.0.0.0:143             0.0.0.0:*        
       LISTEN      733/xinetd
tcp        0      0 0.0.0.0:80              0.0.0.0:*        
       LISTEN      1847/httpd
tcp        0      0 0.0.0.0:113             0.0.0.0:*        
       LISTEN      666/identd
tcp        0      0 0.0.0.0:21              0.0.0.0:*        
       LISTEN      733/xinetd
tcp        0      0 X.X.X.X:53              0.0.0.0:*        
       LISTEN      687/named
tcp        0      0 127.0.0.1:53            0.0.0.0:*        
       LISTEN      687/named
tcp        0      0 0.0.0.0:22              0.0.0.0:*        
       LISTEN      712/sshd
tcp        0      0 0.0.0.0:23              0.0.0.0:*        
       LISTEN      3819/my_app
tcp        0      0 0.0.0.0:5432            0.0.0.0:*        
       LISTEN      849/postmaster
tcp        0      0 0.0.0.0:25              0.0.0.0:*        
       LISTEN      761/sendmail: accep
tcp        0      0 127.0.0.1:953           0.0.0.0:*        
       LISTEN      687/named
tcp        0      0 0.0.0.0:443             0.0.0.0:*        
       LISTEN      1847/httpd
----------------------------------------------------

I started the application 2 times, one instance listens on port 
23, and the other one on port 9696, and then i did this (turn 
off the firewall):

/etc/init.d/iptables stop (everything shows ACCEPT with -L)

and connections to port 23 are Ok, and connection to port 9696 
are not!!

I~m trying to connect directly to the computer, this application 
is not behind firewalls nor routers.

Please help!

= = = Original message = = =

[EMAIL PROTECTED] wrote:
> 
> I made a Java application that listens on tcp/9696  (which 
of 
> course is not already used), and i can connect locally to 127.0.0.1 

> and to eth0's ip address, but not from the exterior.

Use "netstat -tlnp" to see what processes are listening, and 
identify 
yours.  Let us know what that line in netstat's output looks 
like.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to