what is 110.44.23.7 and 192.24.1.19? Your DHCP servers? Usually you will put the ip helper-address command on the interface that is your inside networks default gateway. I don't see ethernet 1 or ethernet 2 being your inside default gateway.
For example, your inside network is 192.168.1.0/24 and the default gateway is 192.168.1.1, then on the interface that is 192.168.1.1 you need the ip helper-address command. That way the DHCP broadcasts will hit the default gateway, then the default gateway will forward to your helper address. [EMAIL PROTECTED] wrote: > > Hi all, > > I need to configure bootp relay on a 6509 running multiple > vlans. I've been > looking over cisco's site and I feel this should be easy, but > I'm having > trouble figuring out what i'm supposed to do. I found this on > the 12.1 > configuration guide. Can anyone verify that this is what i'm > supposed to be > doing? > > ip forward-protocol udp > ! > interface ethernet 1 > ip helper-address 110.44.23.7 > interface ethernet 2 > ip helper-address 191.24.1.19 > > Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=54728&t=54725 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

