Networking Forums

Networking Forums > Computer Networking > Windows Networking > Routing and DHCP

Reply
Thread Tools Display Modes

Routing and DHCP

 
 
Trinity Catholic High School
Guest
Posts: n/a

 
      03-12-2007, 03:48 PM
I've installed a new Aruba 2400 wireless mobility switch (which is
fantastic), however I'm having a little problem with DHCP. The Aruba switch,
and my Cisco switches are having problems routing DHCP requests. I did a
google search and found out about IP Helper, and enabled it on the Cisco
switch (it doesn't appear in the Aruba software), but that didn't help. I
read a little more, and IP Helper is designed for multiple VLANs, but we have
a flat network.

So... I read the event viewer (semaphore timeout period expired), so I ran
etheral, and I found that 4 DHCP Discover packets were sent
(.97,4.97,11.97,26.97 seconds), then 2 DHCP Inform packets (35.88,38.88
seconds), then a further DHCP Discover (64.10) followed by Offer, Request,
Ack (all at 64.10+a tiny bit)

However all non DHCP traffic seems fine. I even ran a terminal services
session to the DHCP server.

Any ideas or solutions greatly appreciated!

William Mann
IT Techinican, Trinity Catholic High School
 
Reply With Quote
 
 
 
 
Nick Domukhovsky
Guest
Posts: n/a

 
      03-13-2007, 06:32 AM

> Any ideas or solutions great

ly appreciated!
>
> William Mann
> IT Techinican, Trinity Catholic High School

You tell nothing about DHCP relay agents... Are you sure that you
properly configured them on your routers?



--
With best regards
Nickolay Domukhovsky, MCSA
 
Reply With Quote
 
Trinity Catholic High School
Guest
Posts: n/a

 
      03-13-2007, 08:23 AM


"Nick Domukhovsky" wrote:

>
> > Any ideas or solutions great

> ly appreciated!
> >
> > William Mann
> > IT Techinican, Trinity Catholic High School

> You tell nothing about DHCP relay agents... Are you sure that you
> properly configured them on your routers?
>
>
>
> --
> With best regards
> Nickolay Domukhovsky, MCSA
>


I'm pretty sure they're correctly configured - the routers, or switches are
Cisco Catalyst 2950SX running IOS 12.1. I used the IP Helper-Address command,
but like I said, we have a flat network with a single subnet -
10.201.252.0/22. I'm going to try other broadcast traffic

William Mann
 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      03-17-2007, 02:18 AM
Forget the relay agents,...get rid of them. You said you had a flat
network,...therefore the is no* LAN routing,...therefore there is no* reason for
the relays to exist.

DHCP on a flat network is extremely simple,...it either works,..or it doesn't.
If it doesn't,...then it is the DHCP Server's fault or there is a problem in the
Physical Layer (topology). DHCP does not depend on anything else when used on a
flat network.

Host-based Firewalls (like the Windows Firewall) "might" get in the way.
Windows Firewall should be disabled when troubleshooting.

There is really nothing more to say without knowing (in great detail) how your
LAN is designed at Layers 1, 2, and 3.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

The views expressed (as annoying as they are, and as stupid as they sound), are
my own and not those of my employer, or Microsoft, or anyone else associated
with me, including my cats.
-----------------------------------------------------
-----------------------------------------------------



"Trinity Catholic High School"
<(E-Mail Removed) om> wrote in message
news:412CD4E0-D3F6-4E3D-ABC5-(E-Mail Removed)...
>
>
> "Nick Domukhovsky" wrote:
>
>>
>> > Any ideas or solutions great

>> ly appreciated!
>> >
>> > William Mann
>> > IT Techinican, Trinity Catholic High School

>> You tell nothing about DHCP relay agents... Are you sure that you
>> properly configured them on your routers?
>>
>>
>>
>> --
>> With best regards
>> Nickolay Domukhovsky, MCSA
>>

>
> I'm pretty sure they're correctly configured - the routers, or switches are
> Cisco Catalyst 2950SX running IOS 12.1. I used the IP Helper-Address command,
> but like I said, we have a flat network with a single subnet -
> 10.201.252.0/22. I'm going to try other broadcast traffic
>
> William Mann



 
Reply With Quote
 
Trinity Catholic High School
Guest
Posts: n/a

 
      03-20-2007, 12:38 PM
Well, I kind of figured out the problem. It appears that the STP on the cisco
and aruba switches was interfering with DHCP, when I switched off STP, DHCP
started working fine. Which is all very good, execpt now, I have no STP.
Thanks for the input Phillip - I thought it was the case that I didn't need
them, but I put them on just to be sure

Will.

"Phillip Windell" wrote:

> Forget the relay agents,...get rid of them. You said you had a flat
> network,...therefore the is no* LAN routing,...therefore there is no* reason for
> the relays to exist.
>
> DHCP on a flat network is extremely simple,...it either works,..or it doesn't.
> If it doesn't,...then it is the DHCP Server's fault or there is a problem in the
> Physical Layer (topology). DHCP does not depend on anything else when used on a
> flat network.
>
> Host-based Firewalls (like the Windows Firewall) "might" get in the way.
> Windows Firewall should be disabled when troubleshooting.
>
> There is really nothing more to say without knowing (in great detail) how your
> LAN is designed at Layers 1, 2, and 3.
>
> --
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
> The views expressed (as annoying as they are, and as stupid as they sound), are
> my own and not those of my employer, or Microsoft, or anyone else associated
> with me, including my cats.
> -----------------------------------------------------
> -----------------------------------------------------
>
>
>
> "Trinity Catholic High School"
> <(E-Mail Removed) om> wrote in message
> news:412CD4E0-D3F6-4E3D-ABC5-(E-Mail Removed)...
> >
> >
> > "Nick Domukhovsky" wrote:
> >
> >>
> >> > Any ideas or solutions great
> >> ly appreciated!
> >> >
> >> > William Mann
> >> > IT Techinican, Trinity Catholic High School
> >> You tell nothing about DHCP relay agents... Are you sure that you
> >> properly configured them on your routers?
> >>
> >>
> >>
> >> --
> >> With best regards
> >> Nickolay Domukhovsky, MCSA
> >>

> >
> > I'm pretty sure they're correctly configured - the routers, or switches are
> > Cisco Catalyst 2950SX running IOS 12.1. I used the IP Helper-Address command,
> > but like I said, we have a flat network with a single subnet -
> > 10.201.252.0/22. I'm going to try other broadcast traffic
> >
> > William Mann

>
>
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      03-20-2007, 12:50 PM
"Trinity Catholic High School"
<(E-Mail Removed) om> wrote in message
news:7AE57A95-B07E-425F-A1ED-(E-Mail Removed)...
> Well, I kind of figured out the problem. It appears that the STP on the cisco
> and aruba switches was interfering with DHCP, when I switched off STP, DHCP
> started working fine. Which is all very good, execpt now, I have no STP.
> Thanks for the input Phillip - I thought it was the case that I didn't need
> them, but I put them on just to be sure


I have never ever had to disable STP. There is no reason is should have any
relationship to DHCP. But, unfortuneately I have no suggestions.

Hmm...you sure you don't have any physical "loops" with the switches in the
physical way the cables are plugged in? The purpose of (one of) STP is to
handle redundant pathes at Layer2. It finds two or more pathes to the same
place and disables all but one and holds the others as "backups". If you have
your cabling screwed up it could be that STP is shutting down a link that just
happens to be the only physical path the DHCP Server can use. I cannot picture
in my mind how I could cause that on purpose,...but you need to examine that
possibility.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

The views expressed (as annoying as they are, and as stupid as they sound), are
my own and not those of my employer, or Microsoft, or anyone else associated
with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DHCP and routing across subnets Eric Nutt Windows Networking 2 07-04-2005 06:59 PM
routing and dhcp Pim Vullers Linux Networking 8 10-07-2004 01:43 PM
A different VPN/DHCP/DNS routing issue Mike Busch Windows Networking 4 07-30-2004 02:10 PM
routing security with DHCP Brian D Linux Networking 2 02-24-2004 01:08 AM
Help Pls Routing Dhcp & Static Leon. Linux Networking 4 12-19-2003 08:57 AM



1 2 3 4 5 6 7 8 9 10 11