LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-23-2004, 11:58 AM   #1
shadowsurfer
Member
 
Registered: Aug 2004
Location: philippines
Posts: 51

Rep: Reputation: 15
suggestion


can you guy give any suggestion im planning to set up a network with 2 dsl connection.. (is it possible on linux)? actually it is an internet cafe with 35+ PC (window based) and a linux server .. im planning to use dlink swith capable of a gigabit transmission , 10/100/1000 lan card .. what other equipment will be required
 
Old 09-23-2004, 12:16 PM   #2
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
It is very doable. I will creat a cool Howto than post it. Do you want a file or print server? Do you want a domain controller? What do you want the fire wall to block? Do you want to host a website for your shop? If so do you want to sell stuff on it. Let me know so I know what to put in your Howto.
 
Old 09-23-2004, 12:23 PM   #3
shadowsurfer
Member
 
Registered: Aug 2004
Location: philippines
Posts: 51

Original Poster
Rep: Reputation: 15
connection only for internet and dual connection if possible i want to use 2 dsl connection .. using linux server for firewall ,print and file server ..
 
Old 09-25-2004, 06:30 PM   #4
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
Lightbulb samba howto

Cool use Smoothwall for the firewall and gentoo for the samba server. Reiser4 + samba rocks but only works with gentoo. The boxes do not need to be powerful. My firewall is a 350mhz pII with 192mb of ram and scsi. The File server is a 550 pIII with 384mb of ram and two 120gb ide drives.

Set samba like this

[global]
netbios name = cafename
security = user
guest account = nobody
map to guest = bad user
encrypt passwords = yes
workgroup = cafename
server string = Gentoo on %h cafename Samba %v
local master = yes
preferred master = yes
os level = 33
message command = sh -c '/usr/bin/receivepopup.sh "%s" "%f"'
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw

[apache]
comment = Apache2 web server
path = /var/www/localhost/htdocs
public = no
writable = yes
read only = no
guest ok = no
valid users = @apache

[books]
comment = Bookkeeper's Stuff
path = /home/bookkeeper
public = no
writable = yes
read only = no
guest ok = no
valid users = bookkeeper

[movies]
comment = Movies
path = /home/movies
public = yes
writable = no
read only = yes
guest ok = yes
guest only = yes

[public]
comment = Public Stuff
path = /home/smb.public.guest
public = yes
writable = yes
create mask = 0644
read only = no
guest ok = yes
guest only = yes

[shadowsurfer]
comment = shadowsurfer's Stuff
path = /home/shadowsurfer
public = no
writable = yes
read only = no
guest ok = no
valid users = enyawix

[pdf]
comment = PDF creator
path = /var/tmp
printable = Yes
print command = /usr/bin/smbprngenpdf -J '%J' -c %c -s %s -u '%u' -z %z
create mask = 0600

[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

Last edited by enyawix; 09-25-2004 at 06:31 PM.
 
Old 09-25-2004, 08:07 PM   #5
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
My smoothie is only a P166 box with 64meg ram Actually I also have a P200 fileserver, but i just does 8gig of MP's....
 
Old 09-25-2004, 08:17 PM   #6
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
Smoothwall uses very little cpu but ram is a big plus.

The [movies] share will use a good bit of cpu time in an iinternet cafe.

[movies]
comment = Movies
path = /home/movies
public = yes
writable = no
read only = yes
guest ok = yes
guest only = yes
 
Old 09-25-2004, 08:20 PM   #7
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
Question How is Mandrake as a server?

How is Mandrake as a server? I run Debian smoothwall and gentoo.
 
Old 09-25-2004, 08:31 PM   #8
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
Quote:
Originally posted by enyawix
Smoothwall uses very little cpu but ram is a big plus.

The [movies] share will use a good bit of cpu time in an iinternet cafe.

[
Yeah, I know... I only got 8 PC's on the net here... Depends on what features the smootie is using as well... IDS, proxy, etc...
 
Old 09-25-2004, 08:33 PM   #9
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
Re: How is Mandrake as a server?

Quote:
Originally posted by enyawix
How is Mandrake as a server? I run Debian smoothwall and gentoo.
I can't see why any distro can't be a server. Some might take more setting up than others... I still have MDK 7.0 running on one old print and mp3 server...
 
Old 09-25-2004, 08:54 PM   #10
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
I think i will go from Smoothwall to Gentoo. I have to rm my logs from time to time becouse the logs will fill up. I also want to go from snort to snort_inline snort will only log. http://snort-inline.sourceforge.net/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone gives me some suggestion Black Raptor Debian 6 06-20-2005 09:35 AM
Suggestion DaBlade LQ Suggestions & Feedback 9 03-21-2005 02:28 AM
Just a suggestion coolfrog LQ Suggestions & Feedback 2 09-21-2004 02:08 PM
Suggestion markelo LQ Suggestions & Feedback 6 07-29-2004 02:25 AM
a suggestion :) nautilus_1987 LQ Suggestions & Feedback 3 09-22-2002 04:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration