Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-07-2005, 12:36 AM
paristotle
Guest
 
Posts: n/a
Default 3com access point and dhcp service

I am installing a 3com office connect access point on to our LAN. I'm a bit
confused as to whether or not to enable to DHCP service on the access point.
Our domain has a Win2K server running a DNS and DHCP. Would the DHCP on the
access point only server the wireless devices, or would it try to also serve
the wired machines and thereby cause a conflict?

When I tried without the DHCP enabled on the access point the wireless
machines didn't receive an IP. I enabled it but gave it a different scope
than the 2K DHCP just to be on the safe side. It works like this, but I
still don't think it's the proper way. Can anybody help out?



Reply With Quote
  #2 (permalink)  
Old 09-07-2005, 05:18 AM
gene martinez
Guest
 
Posts: n/a
Default Re: 3com access point and dhcp service

"paristotle" <yabbadabba@flintstones.com> wrote:

>I am installing a 3com office connect access point on to our LAN. I'm a bit
>confused as to whether or not to enable to DHCP service on the access point.
>Our domain has a Win2K server running a DNS and DHCP. Would the DHCP on the
>access point only server the wireless devices, or would it try to also serve
>the wired machines and thereby cause a conflict?


Not sure as to why you didn't get an ip address. If the a/p is on a
switch/network that has dhcp you should get an ip address just like if
you plugged into the switch..

>When I tried without the DHCP enabled on the access point the wireless
>machines didn't receive an IP. I enabled it but gave it a different scope
>than the 2K DHCP just to be on the safe side. It works like this, but I
>still don't think it's the proper way. Can anybody help out?

Can't you set the scope so that it's the same but using ip, as from
your switch dhcp 192.168.123.1 to100 and from your a/p 192.168.123.101
to 254 that way all would work and no over lap ip's...
>



Reply With Quote
  #3 (permalink)  
Old 09-07-2005, 07:55 AM
paristotle
Guest
 
Posts: n/a
Default Re: 3com access point and dhcp service


"gene martinez" <njkat@eclipse.net> wrote in message
news:431e6897.58023040@news.eclipse.net...
> "paristotle" <yabbadabba@flintstones.com> wrote:
>
>>I am installing a 3com office connect access point on to our LAN. I'm a
>>bit
>>confused as to whether or not to enable to DHCP service on the access
>>point.
>>Our domain has a Win2K server running a DNS and DHCP. Would the DHCP on
>>the
>>access point only server the wireless devices, or would it try to also
>>serve
>>the wired machines and thereby cause a conflict?

>
> Not sure as to why you didn't get an ip address. If the a/p is on a
> switch/network that has dhcp you should get an ip address just like if
> you plugged into the switch..
>
>>When I tried without the DHCP enabled on the access point the wireless
>>machines didn't receive an IP. I enabled it but gave it a different scope
>>than the 2K DHCP just to be on the safe side. It works like this, but I
>>still don't think it's the proper way. Can anybody help out?


> Can't you set the scope so that it's the same but using ip, as from
> your switch dhcp 192.168.123.1 to100 and from your a/p 192.168.123.101
> to 254 that way all would work and no over lap ip's...
>>

This is what I did. I gave each DHCP a different pool of addresses so that
there would be no conflicts. Initially that worked, but as I added the third
laptop I noticed by its' IP address that it had received an address from our
server's DHCP and not from the a/p.

Then I went to look at the client list on the a/p and found that it had
given out addresses to some wired machines. So even though they are giving
out different addresses they are trying to service the same LAN and this
will cause problems.

Windows 2K DHCP is supposed to generate an alert when there is another
unauthorized DHCP on the same LAN, but so far I have not seen it.



Reply With Quote
  #4 (permalink)  
Old 09-07-2005, 08:36 AM
David Taylor
Guest
 
Posts: n/a
Default Re: 3com access point and dhcp service

> Then I went to look at the client list on the a/p and found that it had
> given out addresses to some wired machines. So even though they are giving
> out different addresses they are trying to service the same LAN and this
> will cause problems.


Why would it cause a problem? If they are both offering the same range
then there shouldn't be an issue unless you want to say why.

The AP DHCP service is operating correctly, it's a DHCP service, it
doesn't need to care whether it's the wired or wireless and because the
AP is just a layer 2 bridge it's very possible as you've seen, that the
wired DHCP server will also service clients.

There really is no benefit to running the access point DHCP service.

> Windows 2K DHCP is supposed to generate an alert when there is another
> unauthorized DHCP on the same LAN, but so far I have not seen it.


Nope, it's only for detecting Windows 2000/2003 DHCP servers which
haven't been authorised in Active Directory.

http://www.serverwatch.com/tutorials...0825_2193001_2

So just stop doing DHCP on the AP.

David.

Reply With Quote
  #5 (permalink)  
Old 09-07-2005, 08:41 AM
DS
Guest
 
Posts: n/a
Default Re: 3com access point and dhcp service

paristotle wrote:
> "gene martinez" <njkat@eclipse.net> wrote in message
> news:431e6897.58023040@news.eclipse.net...
>
>>"paristotle" <yabbadabba@flintstones.com> wrote:
>>
>>
>>>I am installing a 3com office connect access point on to our LAN. I'm a
>>>bit
>>>confused as to whether or not to enable to DHCP service on the access
>>>point.
>>>Our domain has a Win2K server running a DNS and DHCP. Would the DHCP on
>>>the
>>>access point only server the wireless devices, or would it try to also
>>>serve
>>>the wired machines and thereby cause a conflict?

>>
>>Not sure as to why you didn't get an ip address. If the a/p is on a
>>switch/network that has dhcp you should get an ip address just like if
>>you plugged into the switch..
>>
>>
>>>When I tried without the DHCP enabled on the access point the wireless
>>>machines didn't receive an IP. I enabled it but gave it a different scope
>>>than the 2K DHCP just to be on the safe side. It works like this, but I
>>>still don't think it's the proper way. Can anybody help out?

>
>
>>Can't you set the scope so that it's the same but using ip, as from
>>your switch dhcp 192.168.123.1 to100 and from your a/p 192.168.123.101
>>to 254 that way all would work and no over lap ip's...
>>

> This is what I did. I gave each DHCP a different pool of addresses so that
> there would be no conflicts. Initially that worked, but as I added the third
> laptop I noticed by its' IP address that it had received an address from our
> server's DHCP and not from the a/p.
>
> Then I went to look at the client list on the a/p and found that it had
> given out addresses to some wired machines. So even though they are giving
> out different addresses they are trying to service the same LAN and this
> will cause problems.
>
> Windows 2K DHCP is supposed to generate an alert when there is another
> unauthorized DHCP on the same LAN, but so far I have not seen it.
>
>


This may sound dumb as it seems you know what your doing but just in case:

You are plugging the cat5 from your LAN into the WAN of the AP??
Sorry but have seen it done before.



Reply With Quote
  #6 (permalink)  
Old 09-07-2005, 12:51 PM
paristotle
Guest
 
Posts: n/a
Default Re: 3com access point and dhcp service


"David Taylor" <djtaylor@bigfoot.com> wrote in message
news:MPG.1d88a82935a4633f989e06@news.cable.ntlworl d.com...
>> Then I went to look at the client list on the a/p and found that it had
>> given out addresses to some wired machines. So even though they are
>> giving
>> out different addresses they are trying to service the same LAN and this
>> will cause problems.

>
> Why would it cause a problem? If they are both offering the same range
> then there shouldn't be an issue unless you want to say why.
>
> The AP DHCP service is operating correctly, it's a DHCP service, it
> doesn't need to care whether it's the wired or wireless and because the
> AP is just a layer 2 bridge it's very possible as you've seen, that the
> wired DHCP server will also service clients.
>
> There really is no benefit to running the access point DHCP service.
>
>> Windows 2K DHCP is supposed to generate an alert when there is another
>> unauthorized DHCP on the same LAN, but so far I have not seen it.

>
> Nope, it's only for detecting Windows 2000/2003 DHCP servers which
> haven't been authorised in Active Directory.
>
> http://www.serverwatch.com/tutorials...0825_2193001_2
>
> So just stop doing DHCP on the AP.
>
> David.


I agree that doing DHCP on the AP is a bad idea, but initially I had to in
order to get this thing to work. Oddly enough the DHCP option only appears
in the configuration windows when I assign a static IP to the AP. Maybe I'll
let the AP get its' IP from my 2K server. Thanks for all the suggestions.



Reply With Quote
  #7 (permalink)  
Old 09-07-2005, 02:44 PM
Derek Broughton
Guest
 
Posts: n/a
Default Re: 3com access point and dhcp service

David Taylor wrote:

>> Then I went to look at the client list on the a/p and found that it had
>> given out addresses to some wired machines. So even though they are
>> giving out different addresses they are trying to service the same LAN
>> and this will cause problems.

>
> Why would it cause a problem? If they are both offering the same range
> then there shouldn't be an issue unless you want to say why.
>
> The AP DHCP service is operating correctly, it's a DHCP service, it
> doesn't need to care whether it's the wired or wireless and because the
> AP is just a layer 2 bridge it's very possible as you've seen, that the
> wired DHCP server will also service clients.
>
> There really is no benefit to running the access point DHCP service.


Exactly what I thought when I was trying this yesterday. Except I could NOT
get the Win server to give me an IP, which made it a little difficult to
find the AP to turn the DHCP back on. In my case it's a WRT54G with
Talisman and I was just testing it with a Win95 machine with internet
connection sharing, so it's possible that the DHCP server under ICS is
simply too crippled to be useful, but it was frustrating, anyway.
--
derek

Reply With Quote
  #8 (permalink)  
Old 09-07-2005, 04:09 PM
David Taylor
Guest
 
Posts: n/a
Default Re: 3com access point and dhcp service

> I agree that doing DHCP on the AP is a bad idea, but initially I had to in
> order to get this thing to work. Oddly enough the DHCP option only appears


Why would you have to configure to do dhcp to assign a static ip
address? It's quite sensible to only let you make it offer dhcp when it
has a static ip address otherwise it wouldn't know what scope to offer
addresses from.

> in the configuration windows when I assign a static IP to the AP. Maybe I'll
> let the AP get its' IP from my 2K server. Thanks for all the suggestions.


Why not just assign the ap a static address?

Reply With Quote
Sponsored Links
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless repeater dave alt.internet.wireless 33 01-04-2007 12:22 AM
Setup wireless access point stephen.odonnell@gmail.com alt.internet.wireless 2 11-07-2006 11:34 PM
Access Point Problems youthminman@yahoo.com alt.internet.wireless 1 10-22-2005 06:08 PM
wireless hotel nightmare paranoid alt.internet.wireless 15 08-19-2005 11:20 PM
Access Point Greg alt.internet.wireless 11 08-12-2005 11:01 AM


All times are GMT. The time now is 07:25 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45