Hi everyone I have installed linux from PCQ CD it's based on redhat 7.1
Now my problem
When I start my netscape prowser on linux box It is unable to open the localhost whose domainname is loaclhost.localdomain
I am able to http:// to my win machine running PWS but not telnet http:// or ftp to linux box
How do I do this..
Do I need to install samba.
Thanking you Deepak
_____________________________________________________________ Get your own OYE ID at http://www.oye91.com
Hi everyone I have installed linux from PCQ CD it's based on redhat 7.1 Now my problem When I start my netscape prowser on linux box It is unable to open the
localhost whose domainname is loaclhost.localdomain
I am able to http:// to my win machine running PWS but not telnet http://
or ftp to linux box
How do I do this.. Do I need to install samba.
You need apache installed, configured & running. With Red Hat 7.1, apache comes configured with PHP & MYSQL. But you have to start the service. Type # #service httpd status (enter) #service httpd start (enter) #lynx localhost (enter) Its working... : )
Also Please right subject, such that it gives hint about your problem.
Navin....
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
--- Deepak Kashyap oyelinux@oye91.com wrote:
When I start my netscape prowser on linux box It is unable to open the localhost whose domainname is loaclhost.localdomain I am able to http:// to my win machine running PWS but not telnet http:// or ftp to linux box How do I do this..
Have you installed apache/tux webserver? If yes, you probably haven't configured your init scripts to run them at startup. Telnet is run through the inetd superserver. You can configure these to start at boot using Redhat's ntsysv utility.
Do I need to install samba.
No.
HTH
Chrisil.
__________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
On Tue, 17 Jul 2001, Deepak Kashyap wrote:
When I start my netscape prowser on linux box It is unable to open the localhost whose domainname is loaclhost.localdomain
I am able to http:// to my win machine running PWS but not telnet http:// or ftp to linux box
How do I do this..
probably you have not installed any of these daemons or you have not started them. telnet and ftp are usually run using inetd ( man inetd ) so if these daemons are installed check the file /etc/inetd.conf for if the lines containing ftp and telnet are not commented.
Do I need to install samba.
no you don't need to install samba for http, telnet and ftp.
Regards pankaj