| Fedora This forum is for the discussion of the Fedora Project. |
 |
|
12-05-2004, 07:41 AM
|
#1
|
|
Member
Registered: Nov 2004
Location: Brisbane, Australia
Distribution: Fedora Core 5
Posts: 89
|
Linux Home Server HOWTO
[ Log in to get rid of this advertisement]
EDIT: This HOWTO has now been re-written for Fedora Core 5 (18 Jun 2006).
G'day all,
Im currently drafting an installation guide to configure Linux as a networked home server with all the email, www, smtp, ftp, dns, dhcp, squid, mySQL, samba, NFS (etc) applications documented.
I have currently reached draft status on the first 7 (of 20 odd) chapters and am ready for interested parties to read/test it (there are some little sections still lacking).
Why in the Fedora forum? Because it has been drafted with FC3 specific configurations (yum, up2date, step-by-step install guide), and I would like these tested if possible. These distro specific sections will eventually be moved to annexes in later revisions, allowing it to be a more generic document supporting further distros (the plan anyway).
The HOWTO is currently located at http://www.brennan.id.au while it is being drafted and will be moved on completion.
I appreciate any feedback/comments on the document, particularly if the concepts are easy to read/understand by the newer members of the community.
The layout/format (html) still needs works.
Regard,
Miles Brennan
(aka BU)
EDIT: This HOWTO has now been re-written for Fedora Core 5 (18 Jun 2006).
Last edited by Butt-Ugly : 06-18-2006 at 07:16 AM.
|
|
|
|
12-05-2004, 11:59 AM
|
#2
|
|
Moderator
Registered: Nov 2003
Location: N. E. England
Distribution: FreeBSD, openSUSE, CentOS
Posts: 15,836
|
I shall surely take a look at it 
|
|
|
|
12-06-2004, 03:16 AM
|
#3
|
|
Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 10
|
Does it need to work with a static IP or it works with dynamic IP?
|
|
|
|
12-06-2004, 03:41 AM
|
#4
|
|
Member
Registered: Nov 2004
Location: Brisbane, Australia
Distribution: Fedora Core 5
Posts: 89
|
Either static or dynamic IP..
It documents everything you need to connect to your ISP. ethernet/usb modem, bridged mode modem, pppoe, dynamic IP, Dynamic DNS, automating DDNS updates, firewall concepts, masquerading, and other various configs.
You should be able to throw in a CD, start your install, and finish with a fully installed home server (with all the apps configured and running). Thats the plan.
BU.
|
|
|
|
12-06-2004, 08:29 AM
|
#5
|
|
Member
Registered: Nov 2004
Location: Brisbane, Australia
Distribution: Fedora Core 5
Posts: 89
|
Chapter 9 - Network Time Protocol has reached initial draft status...
http://www.brennan.id.au/09-Network_Time_Protocol.html
Provides config details for server, and for clients (Lin/Win) to sync from server.
|
|
|
|
12-06-2004, 09:26 AM
|
#6
|
|
Member
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 360
|
Have you heard of clarkconnect?
|
|
|
|
12-06-2004, 10:09 AM
|
#7
|
|
Senior Member
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,142
|
hy,
http://www.brennan.id.au/04-Network_Configuration.html
Starting the Interfaces:
Quote:
After the networking devices have been configured on the server, its time to start the interfaces to test if they are functioning. Network devices can be brought to the 'up' (active) state by using ether of the following two commands. Be sure to check the system log /var/log/messages to see if the devices are functioning as expected.
[bash]# ifup eth0
[bash]# ifconfig eth0 up
|
as i remeber "ifconfig eth0 up" will work only if u have static ip in ifcfg-eth0 file. so if ifcfg-eth0 says that get ip from dhcp server, this command wont work.
maybe im wrong. i cannot check it right now because i dont have dhcp server here.
keep up good works.
good luck.
|
|
|
|
12-06-2004, 09:53 PM
|
#8
|
|
Member
Registered: Nov 2004
Location: Brisbane, Australia
Distribution: Fedora Core 5
Posts: 89
|
Quote:
Originally posted by maxut
as i remeber "ifconfig eth0 up" will work only if u have static ip in ifcfg-eth0 file.
|
Thanks for the reply maxut,
There is an "ifconfig eth1 dynamic up" command a little lower, so it probably doesn't make sense where it is. I'll move that one up and rephrase it a little.
Thanks for pointing out typo error, fixed now.
BU.
|
|
|
|
12-07-2004, 02:18 AM
|
#9
|
|
Member
Registered: Oct 2003
Location: Australia
Distribution: Redhat 9
Posts: 95
|
This would be a great topic for a wiki...
Considered it?
..segfault
|
|
|
|
12-07-2004, 04:44 AM
|
#10
|
|
Member
Registered: Nov 2004
Location: Brisbane, Australia
Distribution: Fedora Core 5
Posts: 89
|
Quote:
Originally posted by mr_segfault
Considered it?
|
I hadn't considered it yet, it sounds very interesting.
Let me get this stuff finished first.
Thanks.
BU
|
|
|
|
12-07-2004, 12:01 PM
|
#11
|
|
Senior Member
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,142
|
@Butt-Ugly
when u finish your work, let me know please. i will check your spelling
btw i must improve my english first
good luck.
Last edited by maxut : 12-07-2004 at 12:02 PM.
|
|
|
|
12-07-2004, 07:25 PM
|
#12
|
|
Member
Registered: Nov 2004
Location: Brisbane, Australia
Distribution: Fedora Core 5
Posts: 89
|
Domain Name System (BIND) has been completed..
http://www.brennan.id.au/08-Domain_N...stem_BIND.html
Quote:
Originally posted by maxut
i will check your spelling
|
Thanks mate.
I can only read it so many times before the errors start to hide themselves.
BU.
|
|
|
|
12-07-2004, 08:37 PM
|
#13
|
|
Member
Registered: Mar 2004
Distribution: Debian Lenny
Posts: 181
|
this is a very nice howto...although I have a question, if I network a windows XP pro box, to a fedora core 3 box, can I use the modem on the XP pro box with linux, if the modem is a winmodem or a software-modem?
what I mean by this is, can I have FC3 box tell the windows box to tell the modem to connect to my ISP?
|
|
|
|
12-07-2004, 09:03 PM
|
#14
|
|
Member
Registered: Nov 2004
Location: Brisbane, Australia
Distribution: Fedora Core 5
Posts: 89
|
Quote:
Originally posted by jojotx0
this is a very nice howto...although I have a question, if I network a windows XP pro box, to a fedora core 3 box, can I use the modem on the XP pro box with linux, if the modem is a winmodem or a software-modem?
what I mean by this is, can I have FC3 box tell the windows box to tell the modem to connect to my ISP?
|
Can you please start a new thread in the networking section for this query.
I would like to keep this one on topic, and I need to devote my current time to the howto (I have a deadline).
Thanks for the reply, Im glad you like it.
BU.
|
|
|
|
12-08-2004, 01:31 AM
|
#15
|
|
Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 10
|
I've come across this link while Googling.
Does the same thing as you're attempting to do, but on a Whitebox Linux.
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:07 AM.
|
|
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
LQ Podcast
LQ Radio
|
|