Kannel Host
-----------
Cobalt Raq4

Hey james,

Thanks for the script. Will modify it accordingly :)


> if kannel is running can you telnet to kannel's port?
> if you can get at it from localhost and not from remote then it
>  is an access problem .... firewall or is port just being
>  opened for local access ?

Nope, the port 13131 (send-sms port) is not telnetable remotely. But
through the localhost,the same port is accessible.



> [EMAIL PROTECTED] sudo netstat -aep |grep 13
> Password:
> tcp        0      0 *:13000                 *:*                     LISTEN      root 
>       2345       1895/bearerbox      
> tcp        0      0 *:13001                 *:*                     LISTEN      root 
>       2350       1895/bearerbox      
> tcp        0      0 *:13333                 *:*                     LISTEN      root 
>       2356       1895/bearerbox      
> 
> and a process running on socket allowing local access only:

[root admin]# netstat -aep | grep 13
tcp        0      0 localhost:13001     localhost:1239  ESTABLISHED
root       14070      12404/bearerbox

tcp        0      0 *:13001                 *:*         LISTEN      
root       14033      12404/bearerbox

tcp        0      0 *:13000                 *:*         LISTEN     
root       14025      12404/bearerbox


As you can see, no port 13131 (send-sms port) is found. But:

[root admin]# netstat -an | grep 13
tcp        0      0 127.0.0.1:13001         127.0.0.1:1239   ESTABLISHED
tcp        0      0 0.0.0.0:13131           0.0.0.0:*        LISTEN
tcp        0      0 0.0.0.0:13001           0.0.0.0:*        LISTEN
tcp        0      0 0.0.0.0:13000           0.0.0.0:*        LISTEN


> [EMAIL PROTECTED] netstat -alp |grep pin
> tcp        0      0 localhost.localdom:3571 *:*                     LISTEN      
> 6118/pind           
> unix  2      [ ]         DGRAM                    85608  6118/pind      
> 
"netstat -alp | grep pin" returned nothing .



Thank you so much for your time.



Cheers,
siew hui


Reply via email to