All of lore.kernel.org
 help / color / mirror / Atom feed
* basic networking queries
@ 2003-07-25  1:57 James Miller
  2003-07-25  3:17 ` Ray Olszewski
  0 siblings, 1 reply; 9+ messages in thread
From: James Miller @ 2003-07-25  1:57 UTC (permalink / raw)
  To: Linux-Newbie list

I've set up a small home network and managed to get a few computer talking on
it, including an old laptop.  The laptop prompts this query.  So, I have a
basic grasp of some Linux networking concepts, as well as general networking
concepts.  I set up the home network with static addressing, which seemed
more approachable to me.  Now, I'm going to need to tweak the laptop a bit so
I can use it at some larger institutions (schools) where I visit or study.
Almost surely these places will be using DHCP for assigning network addresses,
and they will likely expect computers hooking up there to be DHCP-capable.
Well, I'm sure I have such capability on the laptop, so that much is in place.
I've also gotten some information from the PCMCIA how to, as well as some
other sources, on ways to select between DHCP and static addressing setups.
In this initial inquiry, I just want to ask for some further information on
how DHCP works, so I'll have an idea what to expect.  Let me pose my questions
as follows: in the network.opts file, which is where rc.pcmcia gets its
information about the network from, there are various entries - ip address,
gateway address, subnet address, network address and the like.  I have at least
a general idea of which of these fields I must fill in on my static, home
network, as well as the values that go there.  What I'm not sure about when
using DHCP is which of the fields (if any) need to be filled in?  Apart from
enabling DHCP there (by entering a "y" in the appropriate field), which other
fields might I need to fill in?  Do I need to know anything about the network
addressing scheme where I'll be using the laptop, or will DHCP take care of
detecting and utilizing all those values?

Depending on the enlightenment or confusion that results from answers I may
receive to this query, I may need to pose additional questions.  Thanks for
your help.

James

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: basic networking queries
@ 2003-07-25 23:15 beolach
  0 siblings, 0 replies; 9+ messages in thread
From: beolach @ 2003-07-25 23:15 UTC (permalink / raw)
  To: jamtat; +Cc: linux-newbie


I for one applaud you wanting a deeper understanding of the
underlying protocol, rather than just wanting a quick-fix.
This is one of my favorite aspects of linux; you learn so
much more about how something actually works when you set it
up, very much unlike, say, M$ Windows.

I myself don't have a very deep understanding of how DHCP
works (I have to admit, the few times I ever used it I just
went for the quick-fix), but I think I can point you to some
documentation that you might find interesting.  First off,
you should definitely read the DHCP-mini-HOWTO, available on
The Linux Documentation Project at
<http://www.tldp.org/HOWTO/DHCP/index.html>. It should also
be on your local machine in the /usr/doc/Linux-mini-HOWTOs
directory (Slackware specific). The DHCP-mini-HOWTO mostly
focuses on specific configurations, but it is still a good
read, and in its very small section on the DHCP protocol it
points us to the second document I would recommend, a DHCP
FAQ by John Wobus. But rather than the broken link in the
HOWTO, you can find the FAQ online at
<http://www.mark-itt.ru/Collection/FAQ/dhcp.faq.html>.
Lastly, if you really want to get to the low-down nitty-
gritties, read the Request For Comments (RFC) 2131 and 1541
available at <http://www.ietf.org/rfc/rfc2131.txt> and
<http://www.ietf.org/rfc/rfc1541.txt> respectively.

That's probably enough reading to last you for a while, and
after reading it all, you can be the linux-newbie list expert
on DHCP.  :)

Conway S. Smith

--- James Miller <jamtat@mailsnare.net> wrote:
> 
> Thanks for your answer, Ray.  I didn't provide much detail
> because, rather than trying to set something up specifically
> or trying to troubleshoot, I was trying to understand better
> *in theory* something about networking - namely about how DHCP
> works.  I know so little about it, in fact, that I'm not sure
> what sort of information to provide.  I do use a Slackware
> variant.  As I mentioned, I know from sources connected with
> this variant that some form of dhcp is enabled on it (dhcpd?)
> and maybe just runs as a background process.  But this is really
> already further than I want to go with this.  I'm just trying to
> better my grasp on some of the fundamentals of how dhcp works,
> what sort of info it needs/uses and the like.  One of those
> touchy-feely inquiries, you know, where you're not even sure
> which questions to ask to get started learning?  I don't know,
> maybe you already know everything about everything and don't
> find yourself in those sorts of situations.  But I sure do
> (not ashamed of admitting it, either).  Anyway, this sort of
> inquiry goes in stages for me: I start with some probings,
> which helps me get bearings and know what further to ask, where
> further to look.  At some later stage of the learning process,
> I can then formulate more specific questions related to some task.
> But I'm just not at that stage yet with DHCP.  Is a linux-newbie
> list not the place to make those sorts of inquiries?
> 
> James
> 
> PS I had some problems getting that message to the list, since
> my initial post got lost.  Maybe I didn't formulate things very
> clearly in the rewriting, with the disappointment of having lost
> what I'd earlier started.
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-newbie" in the body of a message to
> majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs


________________________________________________________________
The best thing to hit the internet in years - Juno SpeedBand!
Surf the web up to FIVE TIMES FASTER!
Only $14.95/ month - visit www.juno.com to sign up today!
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-08-19 19:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-25  1:57 basic networking queries James Miller
2003-07-25  3:17 ` Ray Olszewski
2003-07-25  3:33   ` James Miller
2003-07-25  8:03     ` BLOODY CVS John T. Williams
2003-08-01  1:49     ` basic networking queries James Miller
2003-08-01  4:13       ` Jeff Woods
2003-08-06 20:23         ` James Miller
2003-08-19 19:40           ` Documentation for int 0x80 dante
2003-07-25 23:15 basic networking queries beolach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.