Networking Forums

Networking Forums > Network Hardware > Network Routers > At wits end...

Reply
Thread Tools Display Modes

At wits end...

 
 
McScratchy
Guest
Posts: n/a

 
      11-09-2005, 01:07 AM
I have a trendnet tw100-s4w1ca router, a desktop with xp, and a laptop
with win98. My problem is that the desktop for some odd reason assigns
it's own ip that isn't what the router is assigning. The laptop gets the
proper ip from the router. Every once in a while when I reset the
router, the desktop does get the correct ip, but is lost as soon as the
dsl modem is connected.

The modem is a speedtouch ethernet. I'm by far a newbie at computers,
but I've tried assigning the ips manually, only to get a message at xp
and 98's startup saying there is an ip conflict, when both ips are
indeed different.

I've searched, and found nothing. Could someone please shed some light
on this?

TIA.
 
Reply With Quote
 
 
 
 
David H. Lipman
Guest
Posts: n/a

 
      11-09-2005, 03:10 AM
From: "McScratchy" <(E-Mail Removed)>

| I have a trendnet tw100-s4w1ca router, a desktop with xp, and a laptop
| with win98. My problem is that the desktop for some odd reason assigns
| it's own ip that isn't what the router is assigning. The laptop gets the
| proper ip from the router. Every once in a while when I reset the
| router, the desktop does get the correct ip, but is lost as soon as the
| dsl modem is connected.
|
| The modem is a speedtouch ethernet. I'm by far a newbie at computers,
| but I've tried assigning the ips manually, only to get a message at xp
| and 98's startup saying there is an ip conflict, when both ips are
| indeed different.
|
| I've searched, and found nothing. Could someone please shed some light
| on this?
|
| TIA.

Is that desktop IP address 169.254.x.y ?


--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
McScratchy
Guest
Posts: n/a

 
      11-09-2005, 01:19 PM
David H. Lipman wrote:
>
> Is that desktop IP address 169.254.x.y ?
>
>


Yes it is, and yes I do realize that that means it's not receiving an ip
from the dhcp from the router. It's not a cable issue, as I have tried
numerous cables, and I'm using one of those right now directly connected
to the modem to post this.

So I guess my real problem is, how do I get the xp desktop to get an ip
from the router on a regular and stable occurance?

TIA
 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a

 
      11-09-2005, 01:41 PM
From: "McScratchy" <(E-Mail Removed)>

| David H. Lipman wrote:
>>
>> Is that desktop IP address 169.254.x.y ?
>>

| Yes it is, and yes I do realize that that means it's not receiving an ip
| from the dhcp from the router. It's not a cable issue, as I have tried
| numerous cables, and I'm using one of those right now directly connected
| to the modem to post this.
|
| So I guess my real problem is, how do I get the xp desktop to get an ip
| from the router on a regular and stable occurance?
|
| TIA

Yes, that's IPAutoConfiguration at work.

You can turn off IP Auto Configuration by creating and merging the following....

Copy and paste the following between the dashes (-----------) and save as FixIPAuto.REG then
double-click on the file and allow the Registry merge to occur.

-----------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\{813C26C9-
EB43-4993-BF12-2EDCEDF8FB42}]
"IPAutoconfigurationEnabled"=dword:00000000

-----------

Is the NIC motherboard embedded or is it a PCI card ?

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
McScratchy
Guest
Posts: n/a

 
      11-09-2005, 02:05 PM
David H. Lipman wrote:
>
> Yes, that's IPAutoConfiguration at work.
>
> You can turn off IP Auto Configuration by creating and merging the following....
>
> Copy and paste the following between the dashes (-----------) and save as FixIPAuto.REG then
> double-click on the file and allow the Registry merge to occur.
>
> -----------
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\{813C26C9-
> EB43-4993-BF12-2EDCEDF8FB42}]
> "IPAutoconfigurationEnabled"=dword:00000000
>
> -----------
>
> Is the NIC motherboard embedded or is it a PCI card ?
>


I figured that's what is going on. The reg script isn't working. Xp is
giving an error that it's not a valid yadda yadda... Can I not modify it
directly is administrative tools?
 
Reply With Quote
 
McScratchy
Guest
Posts: n/a

 
      11-09-2005, 02:39 PM
McScratchy wrote:
> David H. Lipman wrote:
>
>>
>> Yes, that's IPAutoConfiguration at work.
>>
>> You can turn off IP Auto Configuration by creating and merging the
>> following....
>>
>> Copy and paste the following between the dashes (-----------) and save
>> as FixIPAuto.REG then
>> double-click on the file and allow the Registry merge to occur.
>>
>> -----------
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\{813C26C9-
>>
>> EB43-4993-BF12-2EDCEDF8FB42}]
>> "IPAutoconfigurationEnabled"=dword:00000000
>>
>> -----------
>>
>> Is the NIC motherboard embedded or is it a PCI card ?
>>

>
> I figured that's what is going on. The reg script isn't working. Xp is
> giving an error that it's not a valid yadda yadda... Can I not modify it
> directly is administrative tools?


Nevermind... I entered it manually, and have received no errors as of
yet... But I'm setting up my laptop now, as it seems to be having the
same problem. I have just installed the ipac_off.inf file from the 98
cd. Now I am assuming that I would have to force the ip by entering it
manually?
 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a

 
      11-09-2005, 06:19 PM
From: "McScratchy" <(E-Mail Removed)>

| David H. Lipman wrote:
>>
>> Yes, that's IPAutoConfiguration at work.
>>
>> You can turn off IP Auto Configuration by creating and merging the following....
>>
>> Copy and paste the following between the dashes (-----------) and save as FixIPAuto.REG
>> then double-click on the file and allow the Registry merge to occur.
>>
>> -----------
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\{813C26
>> C9- EB43-4993-BF12-2EDCEDF8FB42}] "IPAutoconfigurationEnabled"=dword:00000000
>>
>> -----------
>>
>> Is the NIC motherboard embedded or is it a PCI card ?
>>

| I figured that's what is going on. The reg script isn't working. Xp is
| giving an error that it's not a valid yadda yadda... Can I not modify it
| directly is administrative tools?

I'm sorry, I should have noted...

the line...
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\{813C26C9-
EB43-4993-BF12-2EDCEDF8FB42}]

is wrapped. It needs to be unwrapped to work.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
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
Tiscali CS - *complete* f***wits? Gareth Broadband 12 02-06-2011 09:30 PM
at wits end D.Leach Wireless Internet 2 04-01-2006 02:12 AM
At my wits' end!%# colin. Home Networking 3 12-22-2005 02:16 PM
I am at my wits end guys! Koolaid Network Routers 0 09-18-2004 01:12 AM
end of wits - mac+pc funk Windows Networking 0 05-12-2004 02:45 AM



1 2 3 4 5 6 7 8 9 10 11