[olug] AAARRRRGGGHHHH!!!! (More DHCP)

Phil Brutsche pbrutsch at creighton.edu
Fri Mar 23 02:19:43 UTC 2001


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

> Okay, as everyone is well aware by now, I am attempting to set up a
> router for my home network using DHCP. Every step I take causes more
> problems. eth0 is successfully grabbing the IP address from the @home
> server, but my internal network is refusing to grab an IP from the
> server running on eth1. Ive added a route for 255.255.255.255 with no luck.

The route for 255.255.255.255 was only needed for 2.0.x kernels

> First, this is the contents of my /etc/network/interfaces (which
> works... thanks Phil):

no prob :)

[snip /etc/network/interfaces]

> Now, here is my dhcpd.conf file
> ----------------------
> default-lease-time 600;
> max-lease-time 7200;
>
> option subnet-mask 255.255.255.0;
> topion broadcast-address 192.168.1.255;
> option routers 192.168.1.1;
>
> option domain-name-servers 24.3.232.33, 24.3.232.34;
>
> option domain-name "blvue1.ne.home.com";
>
> subnet 192.168.1.0 netmask 255.255.255.0
> {
>    range 192.168.1.105 192.168.1.250;
> }

That should work fine.  Let's check some simple things first.

1) Is dhcpd listed when you run "ps aux" on the Linux firewall?
2) What does the DHCP client do when you try to get an IP number?  Having
   around that actually *tells* you what's going on (ie not MacOS or
   Windows) is valuable in this situation.
3) What sort of ipchains rules (I'm assuming that you're using 2.2.x) does
   the Linux firewall have?  Can you list them?

- -- 
- ----------------------------------------------------------------------
Phil Brutsche					pbrutsch at creighton.edu

GPG fingerprint: BDA4 C23C 1989 31FF CBE8  7EB4 6CA7 9636 941E 8451
GPG key id: 941E8451
GPG public key: http://www.creighton.edu/~pbrutsch/public-key.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Made with pgp4pine

iD8DBQE6urLBbKeWNpQehFERAgu5AJ41KWnHuymNs55qQ3vCzGIijsjhMACePkVC
NIEgoIjjdeguax59eL6w0Es=
=izab
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: olug-unsubscribe at bstc.net
For additional commands, e-mail: olug-help at bstc.net



More information about the OLUG mailing list