LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-19-2005, 09:17 AM   #1
mokele
Member
 
Registered: Jan 2005
Location: Puerto Rico
Distribution: Slackware 13
Posts: 146

Rep: Reputation: 15
Network learning books and howtos


Hi all

Early this year I started learning linux and I've come addicted.

Started with fedora but quickly changed to suse, but none of
them had what I was looking for. The best distro to learn is
slackware. Lots of people agree to that so I learned with slack

I never cared about networking before and now I want to learn
networking. Once again I'm not sure where to start I tryed begining
with win 2000 server, but literature for windoze as well as everything
else regarding M$ is meant as a comercial tool, including literature.

If you read a book about about RRAS for example, it just explains
the concepts so you can get familiar and do some basic tricks.
But if you want the real deal you have to refer to their third party
learning institutes so you can spend more money.

So guys I'm looking for online books, guides, pdf or howtos on
learning linux networking. I know a simple google search and the
linux docs project could have all I need, But if some one that has
gone trough the same can point me to good literarture for a
beginer I know I can save some time.

Thanks for all the help.
 
Old 11-19-2005, 09:28 AM   #2
fouldsy
Senior Member
 
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284

Rep: Reputation: 47
What kind of networking areas are you wanting look at? Areas such as configuring DNS, DHCP, routing, etc. are worthwhile, onto more complex ideas such as Samba for file/print sharing and integration of users into an Active Directory, and OpenLDAP for mainting your own complex directory structure. Sure we could suggest some sites to point you in the right direction, put there's so many you need to specify what areas you're interested in
 
Old 11-19-2005, 09:37 AM   #3
mokele
Member
 
Registered: Jan 2005
Location: Puerto Rico
Distribution: Slackware 13
Posts: 146

Original Poster
Rep: Reputation: 15
You are right fouldsy

Well. I want to start by routing. And after that DNS.

You are also very welcomed to suggest another
course of study. May be I'm starting in the wrong subject.

thanks fouldsy.
 
Old 11-19-2005, 10:02 AM   #4
fouldsy
Senior Member
 
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284

Rep: Reputation: 47
Have you checked out the Tutorials section on these forums, especially the networking section - http://www.linuxquestions.org/questi...ewcat&catid=1? Some examples include:Hope they help, and yes, starting out with the basics such as addressing + routing is a logical place to start
 
Old 11-19-2005, 10:44 AM   #5
mokele
Member
 
Registered: Jan 2005
Location: Puerto Rico
Distribution: Slackware 13
Posts: 146

Original Poster
Rep: Reputation: 15
So close and so far. I had my answers here lol.

Thanks for the links fouldsy. They are a good start
as far as I read.
 
Old 11-21-2005, 07:04 PM   #6
mokele
Member
 
Registered: Jan 2005
Location: Puerto Rico
Distribution: Slackware 13
Posts: 146

Original Poster
Rep: Reputation: 15
Well I managed to configure my first dhcp server.

In slackware the first nic has to be configured this way on /etc/rc.d/rc.inet1.conf

# Config information for eth0:
IPADDR[0]="192.168.1.1"
NETMASK[0]="255.255.255.224"
USE_DHCP[0]=""
DHCP_HOSTNAME[0]="term1"

Looks like dhcp daemon doesnt like 0's on the nic static ip address. And
netmask need to be specify as 224 on the last value in order for dhcpd
to recognize ip range as 24 bit <-- My guess| Other wise dhcpd will
complain about -range combination incorrect - or No subnetmask declaration
on eht0

And here is the configuration for dhcpd /etc/dhcpd.conf

Code:
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#

ddns-update-style none;
# ignore client-updates;
lease-file-name "/var/state/dhcp/dhcpd.leases";
authoritative;

option domain-name                      "gateway.2wire.net";
option domain-name-servers              192.168.1.1;

default-lease-time                      86400;   # 24 hours
max-lease-time                          172800;  # 48 hours

subnet 192.168.1.0 netmask 255.255.255.0 {
       option routers                  172.16.1.37;
       option subnet-mask              255.255.255.0;
       option broadcast-address        192.168.1.31;
       range   192.168.1.10   192.168.1.30;

       host portable {
            hardware ethernet xx:xx:xx:xx:xx:xx;
            fixed-address 192.168.1.1;
       }
}
Any suggestions, clarifications, observations are very welcomed.

-West
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
pascal howtos? kimx Programming 3 07-18-2005 06:10 AM
Books for learning Solaris 9/10 basketkase999 Solaris / OpenSolaris 2 07-16-2005 06:28 AM
Good begginner Learning books Guitarist88 Linux - Newbie 4 06-02-2004 10:04 PM
Setting up learning network --help jonnieo Linux - Networking 4 07-03-2003 11:11 AM
Any books that talk about Linux network programming? wirelessman Programming 2 05-01-2002 05:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:15 PM.

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