[lug] question about dhcpd & dhcpcd

geo-lincs geo at lincs.net
Fri Nov 5 12:05:52 MST 1999


I set up DSL on our server without dhcpd. If your access is through
USWest.net and you're using a Cisco 675 (quite an assumption on my part),
then the following config should work:

Set up Cisco 675 exactly as described in manual (ppp mode, not bridge mode).
Make sure Linux recognizes your ethernet card and what it will be called
(mine's eth1)
The following root incantations got it up and running:

     # ifconfig eth1 10.0.0.2 netmask 255.255.255.0 up
     # route add -net 10.0.0.0 netmask 255.255.255.0 eth1
     # route add default gw 10.0.0.1 eth1

The DHCP server on the Cisco 675 *always* assigns the ethernet card
10.0.0.2. I think USWest set it up that way because it's so easy to set up
under Windows.

If you're not using USWest.net, then this is the long way of saying "I don't
know". But I hope this helps.

-geo


----- Original Message -----
From: arnie <asherman1 at uswest.net>
To: blug <lug at lug.boulder.co.us>
Sent: Friday, November 05, 1999 1:05 AM
Subject: [lug] question about dhcpd & dhcpcd


> Hi,
> I am trying to figure out how to set up my Linux machine for DSL access.
>
> I have a lot of questions, as I am new to setting up networking, but for
> now
> lets start with one...
>
> In setting up a machine single as a client only, not a server, will I
> need
> to run and configure the dhcpd, or only the client daemon dhcpcd? I will
>
> not be trying to set up IP Masquerading, etc. I'll save that for a later
> point
> when I have a better understanding of networking. For now, I think I'll
> have plenty to try to figure out just setting up access to the net.
> thanks,
> --
> arnie sherman
> frenomulax at bigfoot.com
>
> "Paradise is exactly like where you are right now, only much, much
> better."
>    - Laurie Anderson
>
>
>
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
>





More information about the LUG mailing list