I cannot telnet/ftp into my own box. Cannot connect to
> port
> 80 and 119. I just get errors that network is not available. Something
> is
There needs to be a 7.2 FAQ!  This question comes up often... here are
some things to check:

ifconfig -a - look for your network address and UP
ping network addresses from above
Port 80 = httpd - Did you install Apache?  Is it enabled to run?
Port 119 = nntp - Are you trying to set up a news server?
Telnet - is telnet installed? #rpm -qa|grep telnet
ftp - is ftp enabled to run on startup?

To find services that are enabled to run at different init levels:
#chkconfig --list
The ouput looks like this:
gpm             0:off   1:off   2:on    3:on    4:on    5:on    6:off
crond           0:off   1:off   2:on    3:on    4:on    5:on    6:off
kheader         0:off   1:off   2:on    3:on    4:off   5:on    6:off
netfs           0:off   1:off   2:off   3:on    4:on    5:on    6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
>SNIP<
xinetd based services:
        linuxconf-web:  on
        swat:   on
        chargen:        off
        chargen-udp:    off
        daytime:        off
        daytime-udp:    off
        echo:   off
        echo-udp:       off
        time:   off
        time-udp:       off
        imap:   on
        ipop3:  on
        telnet: on
Hope this helps..
ron




__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to