Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Home Networking

IP address already in use?

Reply
 
Thread Tools Display Modes
  #1  
Old 12-19-2003, 02:00 PM
Default IP address already in use?



Configuration:
ADSL line -> Alcatel 1000 ADSL modem ->LinkSys BEFSR41 router -> Apple
Airport Graphite (one Ethernet port) wireless access point

Got this message from Mac OS X 10.2.8:
IP address 192.168.1.1 already in use by [a long address
that looks like a MAC address]

I had just fixed a problem with the router by manually pointing it to the DSL
modem's IP address. Don't know if the modem stopped issuing IP addresses
automatically, or that the router couldn't find one. Problem seemed to be
solved. All computers were happy.

A few minutes later, one of the laptops (the only wireless-capable one)
issued an error message:

IP address 192.168.1.1 already in use by [a long address
that looks like a MAC address]

I re-checked all the IP's for these devices. This address is used by only one
of them. I don't see where there could be a conflict.

Any suggestions where to look next would be greatly appreciated.

Thanks,
--
DaveC
(E-Mail Removed)
This is an invalid return address
Please reply in the news group



DaveC
Reply With Quote
  #2  
Old 12-19-2003, 02:36 PM
Lord Shaolin
Guest
 
Posts: n/a
Default Re: IP address already in use?

DaveC wisely said the following on 19/12/2003 14:00:
<snip>
>
> I re-checked all the IP's for these devices. This address is used by only one
> of them. I don't see where there could be a conflict.
>
> Any suggestions where to look next would be greatly appreciated.
>
> Thanks,


That is the IP address of the internal interface of the router.

Don't use 192.168.1.1

Use 192.168.1.2-255

ST

--
Get your Geek Goodies!
http://shop.security-forums.com

.: http://www.security-forums.com :.

Share your knowledge
It's a way to achieve
Immortality.
Reply With Quote
  #3  
Old 12-19-2003, 02:39 PM
Jim
Guest
 
Posts: n/a
Default Re: IP address already in use?

Lord Shaolin <abuse@127.0.0.1> wrote:

> That is the IP address of the internal interface of the router.
>
> Don't use 192.168.1.1
>
> Use 192.168.1.2-255


Don't use .255 - that's the broadcast address.

Jim
--
(E-Mail Removed) AIM/iSight:JCAndrew2 - Log in and say 'hi'
"We deal in the moral equivalent of black holes, where the normal
laws of right and wrong break down; beyond those metaphysical
event horizons there exist ... special circumstances" - Use Of Weapons
Reply With Quote
  #4  
Old 12-19-2003, 03:03 PM
Geoff Lane
Guest
 
Posts: n/a
Default Re: IP address already in use?

On Fri, 19 Dec 2003 14:36:09 +0000, Lord Shaolin <abuse@127.0.0.1>
wrote:

>DaveC wisely said the following on 19/12/2003 14:00:
><snip>
>>
>> I re-checked all the IP's for these devices. This address is used by only one
>> of them. I don't see where there could be a conflict.
>>
>> Any suggestions where to look next would be greatly appreciated.
>>
>> Thanks,

>
>That is the IP address of the internal interface of the router.
>
>Don't use 192.168.1.1
>
>Use 192.168.1.2-255


Normally on routers DHCP operates by default and that normally starts
at 192.168.1.10

It does seem that DaveC has set an incorrect IP address somewhere.

Geoff Lane

Reply With Quote
  #5  
Old 12-20-2003, 12:57 AM
payback
Guest
 
Posts: n/a
Default Re: IP address already in use?

Lord Shaolin <abuse@127.0.0.1> wrote in
news:(E-Mail Removed):

> DaveC wisely said the following on 19/12/2003 14:00:
> <snip>
>>
>> I re-checked all the IP's for these devices. This address is used by
>> only one of them. I don't see where there could be a conflict.
>>
>> Any suggestions where to look next would be greatly appreciated.
>>
>> Thanks,

>
> That is the IP address of the internal interface of the router.
>
> Don't use 192.168.1.1
>
> Use 192.168.1.2-255
>
> ST
>


Just to be safe I usually tell it to start in the 100 block. 100, 101,
102...
Reply With Quote
  #6  
Old 12-23-2003, 02:14 PM
Bill Leeper
Guest
 
Posts: n/a
Default Re: IP address already in use?

DaveC wrote:
> Configuration:
> ADSL line -> Alcatel 1000 ADSL modem ->LinkSys BEFSR41 router -> Apple
> Airport Graphite (one Ethernet port) wireless access point
>
> Got this message from Mac OS X 10.2.8:
> IP address 192.168.1.1 already in use by [a long address
> that looks like a MAC address]
>
> I had just fixed a problem with the router by manually pointing it to the DSL
> modem's IP address. Don't know if the modem stopped issuing IP addresses
> automatically, or that the router couldn't find one. Problem seemed to be
> solved. All computers were happy.
>
> A few minutes later, one of the laptops (the only wireless-capable one)
> issued an error message:
>
> IP address 192.168.1.1 already in use by [a long address
> that looks like a MAC address]
>
> I re-checked all the IP's for these devices. This address is used by only one
> of them. I don't see where there could be a conflict.
>
> Any suggestions where to look next would be greatly appreciated.
>
> Thanks,


Linksys routers use 192.168.1.1 and Belkin seems to use 192.168.0.1 but
in any event DHCP normally starts with 192.168.1.2 with the Belkins and
the old Linksys I had it started with 192.168.1.100 if I remember correctly.

Type one of the first two numbers in your browser URL box and you will
go to that routers setup routine.

Reply With Quote
  #7  
Old 12-23-2003, 04:02 PM
Michelle Steiner
Guest
 
Posts: n/a
Default Re: IP address already in use?

In article <(E-Mail Removed)>,
Bill Leeper <(E-Mail Removed)> wrote:

> Linksys routers use 192.168.1.1 and Belkin seems to use 192.168.0.1 but
> in any event DHCP normally starts with 192.168.1.2 with the Belkins and
> the old Linksys I had it started with 192.168.1.100 if I remember correctly.


My belkin uses 192.168.2.1 and assigns devices using 192.168.2.n

--
Never play strip tarot.
Reply With Quote
  #8  
Old 12-23-2003, 04:17 PM
DaveC
Guest
 
Posts: n/a
Default Re: IP address already in use?

On Tue, 23 Dec 2003 6:14:55 -0800, Bill Leeper wrote
(in message <(E-Mail Removed)>):

> Linksys routers use 192.168.1.1 and Belkin seems to use 192.168.0.1 but
> in any event DHCP normally starts with 192.168.1.2 with the Belkins and
> the old Linksys I had it started with 192.168.1.100 if I remember correctly.


192.168.1.100 worked.

Thanks,
--
DaveC
(E-Mail Removed)
This is an invalid return address
Please reply in the news group

Reply With Quote
  #9  
Old 12-26-2003, 04:29 AM
Dustin Emhart
Guest
 
Posts: n/a
Default Re: IP address already in use?

In article <(E-Mail Removed)>, Bill Leeper
<(E-Mail Removed)> wrote:

> Linksys routers use 192.168.1.1 and Belkin seems to use 192.168.0.1 but
> in any event DHCP normally starts with 192.168.1.2 with the Belkins and
> the old Linksys I had it started with 192.168.1.100 if I remember correctly.


That's still the default behaviour for Linksys routers. I use it to my
benefit; for the machines that I want to have a static IP, I assign
something in the range of 192.168.1.2 through 192.168.1.99.

--
Dustin Emhart
(E-Mail Removed)
Reply With Quote
Reply

Tags
address

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
Forum Jump


All times are GMT. The time now is 04:46 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.