DHCP Broadcast thru WAN

2000-07-08 Thread NRS Hariharan
Hi all, Iam having a DHCP server the hosts receiving them are in another place and they are connected thru a WAN link using 2 routers.Since routers dont broadcast by default,how can I broadcast my DHCP requests and replies between the server and clients.Is it possible to use extended IP acc

Re: DHCP Broadcast thru WAN

2000-07-08 Thread Michael Fountain
On the router that is connected to the segment the hosts are on use the following command: ip helper-address x.x.x.x where x.x.x.x is the ip address of your DHCP server. The router will turn the dhcp request broadcast into a multicast and then forward it across the wan. > >Hi all, >

Re: DHCP Broadcast thru WAN

2000-07-08 Thread Atif Awan
Subject: Re: DHCP Broadcast thru WAN >On the router that is connected to the segment the hosts are on use the >following command: > ip helper-address x.x.x.x > >where x.x.x.x is the ip address of your DHCP server. The router will turn >the dhcp request broadcast into a multicast

Re: DHCP Broadcast thru WAN

2000-07-08 Thread Michael Fountain
> >To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] ><[EMAIL PROTECTED]> >Date: Saturday, July 08, 2000 5:22 PM >Subject: Re: DHCP Broadcast thru WAN > > > >On the router that is connected to the segment the hosts are on use the > >following co

Re: DHCP Broadcast thru WAN

2000-07-08 Thread Howard C. Berkowitz
Michael Fountain quite correctly responded, >On the router that is connected to the segment the hosts are on use >the following command: > ip helper-address x.x.x.x > >where x.x.x.x is the ip address of your DHCP server. The router >will turn the dhcp request broadcast into a multicast and t

Re: DHCP Broadcast thru WAN

2000-07-08 Thread JEK
you can setup the below along with the helper address also. ip dhcp-server < ip-address > or < name >. JEK Senior Network/Systems Engineer CCNA NRS Hariharan <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, >Iam having a DHCP server the

RE: DHCP Broadcast thru WAN

2000-07-08 Thread William E Gragido
It is possible however your routers must comply with RFC 1542. Hope that helps. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > NRS Hariharan > Sent: Saturday, July 08, 2000 11:23 AM > To: [EMAIL PROTECTED] > Subject: DHCP

RE: DHCP Broadcast thru WAN

2000-07-10 Thread Geelen.Ruud
use the ip helper-address command which will translate the broadcast in a uni-cast address there.. Ruud -Oorspronkelijk bericht- Van: NRS Hariharan [mailto:[EMAIL PROTECTED]] Verzonden: zaterdag 8 juli 2000 18:23 Aan: [EMAIL PROTECTED] Onderwerp: DHCP Broadcast thru WAN Hi all