Originally posted by dfl8rms 
From the command / terminal window:
Type:
runlevel
ps -ef | grep xinet
netstat -an | grep "LISTEN "
iptables -L
For the last one you will need to be root or root equivalent.  Let me know what the output is.  Also you may want to run
"tail -100 /var/log/messages" to see if there are any clues there as to what's happening. 
 netstat -an | grep "LISTEN"
tcp        0      0 0.0.0.0:32768           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN
unix  2      [ ACC ]     STREAM     LISTENING     1485   /dev/gpmctl
unix  2      [ ACC ]     STREAM     LISTENING     1533   /tmp/.iroha_unix/IROHA
unix  2      [ ACC ]     STREAM     LISTENING     1607   /tmp/.font-unix/fs7100
unix  2      [ ACC ]     STREAM     LISTENING     1417   /var/lib/mysql/mysql.sock
and...
iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination