dhcp problem

mazdaracer plug-discuss@lists.plug.phoenix.az.us
13 Jan 2003 19:25:52 -0800


Then again maybe not. I'm getting a DHCP server unreachable error msg on
my w2k laptop. BTW, running RH7.3.

This is all to try getting my hosts on dhcp and using dnsmasq to resolve
the names. That's how all this started!

On Mon, 2003-01-13 at 19:03, mazdaracer wrote:
> I'm beginning to think it's my iptables. Here's what I have:
> [root@rotor root]# iptables -L
> Chain INPUT (policy DROP)
> target     prot opt source               destination         
> ACCEPT     all  --  anywhere             anywhere           
> ACCEPT     all  --  192.168.0.0/24       anywhere           
> drop-and-log-it  all  --  192.168.0.0/24       anywhere           
> ACCEPT     all  --  anywhere             63.231.43.237      state
> RELATED,ESTABLISHED 
> drop-and-log-it  all  --  anywhere             anywhere           
> 
> Chain FORWARD (policy DROP)
> target     prot opt source               destination         
> ACCEPT     all  --  anywhere             anywhere           state
> RELATED,ESTABLISHED 
> ACCEPT     all  --  anywhere             anywhere           
> drop-and-log-it  all  --  anywhere             anywhere           
> 
> Chain OUTPUT (policy DROP)
> target     prot opt source               destination         
> ACCEPT     all  --  anywhere             anywhere           
> ACCEPT     all  --  63.231.43.237        192.168.0.0/24     
> ACCEPT     all  --  192.168.0.0/24       192.168.0.0/24     
> drop-and-log-it  all  --  anywhere             192.168.0.0/24     
> ACCEPT     all  --  63.231.43.237        anywhere           
> drop-and-log-it  all  --  anywhere             anywhere           
> 
> Chain drop-and-log-it (5 references)
> target     prot opt source               destination         
> LOG        all  --  anywhere             anywhere           LOG level
> info 
> DROP       all  --  anywhere             anywhere           
> [root@rotor root]# 
> 
> 
> On Mon, 2003-01-13 at 18:22, mazdaracer wrote:
> > Here's my config file:
> > 
> > # global parameters...
> > 
> > option domain-name "byerlyelectric.com";
> > option routers 192.168.0.10;
> > #option ip-forwarding on;
> > 
> > max-lease-time 14400;
> > default-lease-time 7200;
> > 
> > subnet 192.168.0.0 netmask 255.255.255.0 {
> >      	#subnet-specific parameters...
> >        	range 192.168.0.11 192.168.0.30;
> > }
> > 
> > 
> > Anything wrong with it?
> > 
> > [root@rotor etc]# dhcpd eth1
> > Internet Software Consortium DHCP Server 2.0pl5
> > Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
> > All rights reserved.
> > 
> > Please contribute if you find this software useful.
> > For info, please visit http://www.isc.org/dhcp-contrib.html
> > 
> > Listening on Socket/eth1/192.168.0.0
> > Sending on   Socket/eth1/192.168.0.0
> > [root@rotor etc]# 
> > 
> > "eth1" is my local net, eth0 my outside one. I've got my laptop hooked
> > up with a cross-over cable but it won't pick up an address.
> > 
> > pete
> > 
> > 
> > 
> > ---------------------------------------------------
> > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> > To subscribe, unsubscribe, or to change  you mail settings:
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> 
> 
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss