Firewall?

-----Original Message-----
From: Vidiot [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 22, 2003 11:04 AM
To: [EMAIL PROTECTED]
Subject: Re: DHCP appears not to be working


>Try this:
>
>On the Win2K machine (while it is hooked up to your home network), open a 
>command prompt and type:
>
>ipconfig /release
>
>ipconfig /renew
>
>Your dhcp client on the win2k machine is probably thinking that it already 
>has a lease that hasn't expired, and doesn't need a new one.
>
>Ben

Nope.  The command can back and said that there aren't any DHCP addresses
configured to release.

I've changed the config file to look like:

subnet 192.168.1.0 netmask 255.255.255.0 {
# --- default gateway
        option routers                  192.168.1.1;
        option subnet-mask              255.255.255.0;

        option domain-name              "vidiot.com";
        option domain-name-servers      192.168.1.1;

#       option time-offset              +6;      # GMT
#       option ntp-servers              192.168.1.1;
#       option netbios-name-servers     192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this
unless
# -- you understand Netbios very well
#       option netbios-node-type 2;

        range dynamic-bootp 192.168.1.11 192.168.1.20;
#       default-lease-time 21600;
#       max-lease-time 43200;

        host usdmsnros1ws324 {
                hardware ethernet 44:45:53:54:42:00 ;
        }
}


I did this after doing some man page reading.  I've tried both MAC addresses
that I see displayed when doing "ipconfig /all", but it still won't get an
address.

Oh, and yes, I stop and start the dhcp daemon after changing the config
file.

MB
-- 
e-mail: [EMAIL PROTECTED]                                /~\ The ASCII
                                                         \ / Ribbon Campaign
[So it's true, scythe matters.  Willow  5/12/03]          X  Against
Visit - URL: http://vidiot.com/                          / \ HTML Email


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to