Has anybody got a quick link to a small glossary or something that could
teach me to understand what Neil Horman is saying? Or maybe I have questions
like, OK, how do I do that?
"Make the linux box its own caching DNS server," I can figure out. Maybe
trying to find out how exactly to make the box a caching DNS server is
a little advanced at this stage for me - I'm currently trying to read
enough to be able to make an informed decision as to where to go from
here. I have an embarrassment of riches here:
http://home.earthlink.net/~entheos_e...ntheos_LAN.gif
Installing and studying Linux empowered me to be a W2K guru - of course,
having the router card helps - in W2K, everything just shows up. And you
have to download an update every few days to devirus it. So, I'm putting
Slackware 9.1 on Thunderbird and Vehicle - have it all installed that is,
and sitting here with two virgin systems to configure any way I want to. ;-)
I'm not a stranger to linux - last millennium, I downloaded and installed
Slackware 2 or 3.something, and actually had virtual hosts at 127.0.0.2,
127.0.0.3, and so on, with web sites. But I'm brand new to networking.
I understand most of the basic concepts, and I'm at a point where I need
to learn to decide what to do next. I suppose I could just jump in, but
with the wealth of resources out there, and knowing how much stuff needs
to be exactly right, I really don't know what to do first. Well,
maybe I have done what needs to be done first: I've done enough to
rc.netdevices and rc.inet1.conf that dhcpcd gets 4.10.128.236 and
/sbin/ifconfig eth1 192.168.0.1 broadcast 192.168.0.255 netmask
255.255.255.0.
I guess I should go straight to dhcp server, but someone in
alt.os.linux.slackware suggested I read man route. Again, I understand
the concept of what a router does; making the computer act like one
is the part I don't have yet. :-)
Or maybe I should be looking at, "How do I make _this_ computer act like
a router?"
I find the examples in man route terribly confusing, like there's so much
stuff I'm
supposed to already know.
--------------------
route add -net 127.0.0.0
adds the normal loopback entry, using netmask
255.0.0.0 (class A net, determined from the desti-
nation address) and associated with the "lo" device
(assuming this device was prviously set up cor-
rectly with ifconfig(8)).
---------------------- [and yes, he's misspelled "previously."]
Wouldn't the normal loopback entry kinda be there by default?
And how would DNS and/or DHCP fit into this?
Maybe I'm stuck at, "What goes in /etc/hosts when eth0 has a dynamic IP?"
(eth1
is 192.168.0.1).
And that sort of thing.
Thanks for any suggestions; in the interim I'll be reading. :-)
Thanks,
Rich
"Neil Horman" <(E-Mail Removed)> wrote in message
news:bnomjf$bo1$(E-Mail Removed)...
> Make the linux box its own caching DNS server (the configs are available
> as rpms I think). Then configure the DHCP server to provide its own ip
> address as the primary DNS when the laptops request IP addresses. Add a
> zone to the DNS config to allow dyn-dns from the laptops. That way
> the two laptops can refer to each other by name all the time, and the
> linux box will pass DNS requests up the internet DNS heirarcy when the
> router is up.
>
> HTH
> Neil