Hi,
For the webserver you need to install a number of Apache rpms :
ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/apache-1.3.20-3mdk.i586.rpm
ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/apache-common-1.3.20-3mdk.i586.rpm
ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/apache-conf-1.3.20-3mdk.i586.rpm
ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/apache-modules-1.3.20-3mdk.i586.rpm
There are other add-ons, source, etc., but I think they are the ones you need. So just download those rpms to a directory of your choice, change directory to the same directory, and then install as root with :
rpm -Uvh apache*.rpm
It should start automatically every reboot but to start without a reboot do (as root)
/etc/rc.d/init.d/httpd start
Then test by going to
- you should get the apache test page.
On the 'server' - if you mean to share with M$/Win machines you need to install samba. Again there's more than one rpm :
ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/samba-2.2.1a-15mdk.i586.rpm
ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/samba-client-2.2.1a-15mdk.i586.rpm
ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/samba-common-2.2.1a-15mdk.i586.rpm
(that includes swat - the gui tool)
its similar with apache - the server should start at boor time but to start by hand do root :
/etc/rc.d/init.d/smb start
/sbin/chkconfig swat on
The goto
(swat - samba web admin tool) and sign in as root to set it all up.
As to the internet problems... like what ?
Regards