It will work, Using it at home myself
but remember to put:
  ip directed-broadcast
into the config of the LAN interface... Since 12.0 or somethint it's standard
off in Cisco's.
As far I know it's the only default setting visible in your config when
default (no ip directed-broadcast)
It's not taking too many resources from your router

GRTZ,
Erik

"Aaron K. Dixon" wrote:

> A router can serve as a dhcp server.  You can set the WINS server, name
> server, etc.
>
> ip dhcp excluded-address 10.10.10.5
> ip dhcp excluded-address 10.10.10.6 10.10.10.12
> !
> ip dhcp pool GROUPSTUDY
>    network 10.10.10.0 255.255.255.0
>    dns-server 10.10.1.1 10.10.5.2 10.1.1.1
>    netbios-name-server 10.10.12.2 10.10.20.2
>    domain-name groupstudy.com
>    default-router 10.10.10.1
>    lease 0 8
>
> This is a sample configuration.  I haven't tried the above configuration,
> but I think I've got everything.  As you can see there are options to set
> the same options you would with a traditional dhcp server.
>
> Regards,
> Aaron K. Dixon
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> jeongwoo park
> Sent: Sunday, July 16, 2000 4:04 PM
> To: [EMAIL PROTECTED]
> Subject: dhcp on router?
>
> hi! all.
> I thought that the router only forwards the DHCP
> request from clients to DHCP server.
> So, can router dynamically allocate ip addresses for
> DHCP requesting clients without reaching to DHCP
> server? Then the router also should have same stack of
> all ip addresses on its memory.. How does router get
> all ip addresses? Does it receive from DHCP server?
> If the router serves ip addresses, what is the benefit
> of it?
> Could somebody answer this?
> Thanks in adv.
>
> jeongwoo
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail  Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to