Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-31-2007, 04:16 PM
|
#1
|
Member
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909
Rep:
|
File/web server setup advice needed
Can a file and web server be built as one server? ie. run samba and apache in one distro (Slackware12)?
I want to turn this system (SY6BA+IV,PC100, PIII600e, dualboot win98/slack12
on 2ata hdds, the 2wire gateway that includes wireless access) into a Server for
a winxp/with Gigabyte ethernet box and mac/wireless laptop.
Want to backup, store and access media/web page files on linux.
Share printer, scanner, no internet access for XP, limited internet services to laptop, win98 internet access for different browsers? No gaming, server doesn't have to run all the time, just to store or access files (does this sound right)?
What File Type/File types do I have to use? What would be the safest file structure for my needs? Do I have to use DHCP?
Do I need another router in addition to mySBC 2Wire Gateway? Thanks
__________________
DualBoot Slackware12/Win98se SY6BA+IV, HPT366, PC100, PIII600e, ATI AGP2X, 56K modem, Gigabyte Ethernet PCI, 2Wire Gateway
Last edited by NightSky; 08-31-2007 at 04:20 PM.
|
|
|
08-31-2007, 04:37 PM
|
#2
|
Member
Registered: Dec 2002
Location: St Louis, MO
Distribution: Arch Linux
Posts: 99
Rep:
|
Sounds like that would work hardware wise.
As for the file system, ext3 would probably be just fine. There are other file systems, some might deal with very large files better. Some might perform better if there were LOTS of small files. But I would think that ext3 would be a good starting point.
You shouldn't need another router unless I'm missing something. Just a port to plug it into. If you want to use gigabit ethernet, you obviously need a gig switch so if your router isnt, you should be able to pick one up on the cheap.
Hope this helps.
|
|
|
08-31-2007, 05:27 PM
|
#3
|
Member
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909
Original Poster
Rep:
|
docalton, wow..thanks for responding. The 2Wire GateWay has plenty free ports, just 2 boxes connect to it and sometimes a Asus laptop for Internet connection. Files will be photo lib and graphics....Do I have to setup DHCP?
Last edited by NightSky; 11-21-2008 at 07:10 PM.
Reason: conserve space. please move this thread to slackware forum
|
|
|
08-31-2007, 11:50 PM
|
#4
|
Member
Registered: Jun 2007
Distribution: Debian, kubuntu
Posts: 73
Rep:
|
dhcp necessary, easy (for your small network)
Quote:
Originally Posted by NightSky
docalton, wow..thanks for responding. The 2Wire GateWay has plenty free ports, just 2 boxes connect to it and sometimes a Asus laptop for Internet connection. Files will be photo lib and graphics....Do I have to setup DHCP?
|
To set up ip addresses that are really not very 'dynamic', use the machine addresses/hardware address of the ethernet adapter reported by ifconfig in linux & ipconfig in windows. The subnet declaration, followed by one example host, will look something like this:
# This is a very basic subnet declaration.
subnet 1.2.3.0 netmask 255.0.255.0 {
option domain-name-servers 5.4.3.2, 8.7.6.5;
default-lease-time 600;
max-lease-time 7200;
}
# ...and this is the format for assigning one ethernet card an # ip address
host computername.domainname {
hardware ethernet 88:33:Z0:Z0:Z0:00;
fixed-address 1.2.3.4;
}
|
|
|
09-04-2007, 03:00 PM
|
#5
|
Member
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909
Original Poster
Rep:
|
Thank you.
Last edited by NightSky; 05-05-2010 at 06:00 PM.
Reason: Original Questions were answered.
|
|
|
All times are GMT -5. The time now is 04:47 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|