Networking Guru Needed

2of12B0RG2of12B0RG Join Date: 2002-12-21 Member: 11285Members
<div class="IPBDescription">Help me I am ripping out hair</div> Yea, so anyways, when the phone company installed my DSL modem back in July, me and my roommate wired it on his computer, ran an ethernet cable through the walls of our closets, bought a second ethernet card to put in his computer.... and everything was gold. Ran the winxp networking wizard on his computer, it finished, then rebooted. Then ran the winxp networking wizard on my computer, it finished, then rebooted.

Have had internet on both computers just fine...

Until he reformatted yesterday.

Since his reformat, I have built a new computer. My mobo (Asus A7N8X Deluxe) came with 2 ethernet cards built onto it.

So anyways, after his reformat, he ran the winxp network wizard again. Appeared to work just the same.

Ran the wizard on my computer again. Looking like gold.

But now no internet on the client machine.

So we wired up my machine to be the host to see if that would work.

No good either way.

All that we did with the network wizard the very first time that we sucessfully networked the computers was to just click straight through it, and it worked perfectly fine. The wizard did every damn thing for us and no problems arose.

Now it's crap.

Back a couple years ago, I had to wire up me and my mom's computer to share a cable modem, and I also did that the 2-NIC way and vaguely remember setting IP addresses to 192.168.0.1 and such. But now I have forgotten.

If anybody has suggestions, instructions, such and such so on and so forth, I would really appreciate it. I will name my first born child after you if you can successfully point me in the right direction that will get this to work once more.



*side note*

I have read tutorials and such as to what IP addresses to assign to the outgoing NICs between the computers and that is fine and such, but the problem lies within my ISP I'm afraid. The picture below is what I must set for the NIC that is directly connected to the DSL modem. This is a big part of what is confusing me, as I have never had an ISP that didn't "assign automatically." My internet connection remains on with any number for the last number in the IP address field as long as it is between 2-255.

Comments

  • CommunistWithAGunCommunistWithAGun Local Propaganda Guy Join Date: 2003-04-30 Member: 15953Members
    Only thing I can think of is buying the new NIC cards is the problem. Usually an ISP locks in the NICs MAC address(burned in address) for the card, and it isn't recognizing them.
  • TalesinTalesin Our own little well of hate Join Date: 2002-11-08 Member: 7710NS1 Playtester, Forum Moderators
    If it was the NIC MACs, all you need to do is unplug the DSL modem and let it sit for about a minute (on the outside) and plug it in to let it reboot. The problem with this assumption is, if the MACs were being remembered, then neither machine would be able to get online. The problem here is that the host (one connected to the modem) can pop on, but cannot share its connection.

    I don't do ICS myself... I have a Linux machine specfically set up as a NAT. However, some things that are clear in regards to your particular setup:
    <li>Your DSL modem is already a NAT. the use of a 192.168.*.* address on your host machine proves that much, as that subnet is reserved for LANs. The modem takes it and translates it to your actual IP.
    <li>It isn't the MACs.

    Questions.
    <li>Can each machine 'see' one another? As in, on the network neighborhood.
    <li>Did the host set up ICS properly?
    <li>Are either of you using an internal firewall? Including the WinXP mini-wall?
    <li>Is the DHCP server started on the host machine, and the client set up to automatically retrieve?
    <li>After the reformat, did he properly reinstall all the networking components he had before?
    <li>Have you tried both network ports on the machine with two?

    Should be able to give a hand one way or another as I'm a network technician. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • GreyPawsGreyPaws Join Date: 2002-11-15 Member: 8659Members
    :: coughs :: get a router... <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->

    tale pretty much summed it up
  • SkulkBaitSkulkBait Join Date: 2003-02-11 Member: 13423Members
    edited November 2003
    You should set it to "Obtain an IP address automatically", then preform a DHCP release and renew. This used to be done in win98 using winipcfg, I'm not sure how it is done in XP. The simple asnwer would be to buy a router (don't get Belkin [recent privacy issues]. I also hear that D-Link routers do some crazy stuff when used with windows), or build one with a 386 (or better) and a linux distro made for routing NATing that fits on a floppy, like <a href='http://www.coyotelinux.com/' target='_blank'>Cyote</a>.

    If it is a MAC problem, some NICs allow you to change your MAC addy, so if you have the original you could use that.
  • OttoDestructOttoDestruct Join Date: 2002-11-08 Member: 7790Members
    edited November 2003
    <!--QuoteBegin--SkulkBait+Nov 11 2003, 08:14 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SkulkBait @ Nov 11 2003, 08:14 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> You should set it to "Obtain an IP address automatically", then preform a DHCP release and renew. This used to be done in win98 using winipcfg, I'm not sure how it is done in XP. The simple asnwer would be to buy a router (don't get Belkin [recent privacy issues]. I also hear that D-Link routers do some crazy stuff when used with windows), or build one with a 386 (or better) and a linux distro made for routing NATing that fits on a floppy, like  <a href='http://www.coyotelinux.com/' target='_blank'>Cyote</a>.

    If it is a MAC problem, some NICs allow you to change your MAC addy, so if you have the original you could use that. <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    Same way. Open a command prompt and type ipconfig /release then ipconfig /renew

    *Edit*

    And btw, if youre not using a router the gateway on the second machine (the one not connected, just sharing internet) should be set to the IP of the first computer. I think. PM monse he knows this stuff. I've probably sent him 20-30 PM's about computer junk <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
  • SkulkBaitSkulkBait Join Date: 2003-02-11 Member: 13423Members
    <!--QuoteBegin--OttoDestruct+Nov 11 2003, 08:17 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (OttoDestruct @ Nov 11 2003, 08:17 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin--SkulkBait+Nov 11 2003, 08:14 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SkulkBait @ Nov 11 2003, 08:14 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> You should set it to "Obtain an IP address automatically", then preform a DHCP release and renew. This used to be done in win98 using winipcfg, I'm not sure how it is done in XP. The simple asnwer would be to buy a router (don't get Belkin [recent privacy issues]. I also hear that D-Link routers do some crazy stuff when used with windows), or build one with a 386 (or better) and a linux distro made for routing NATing that fits on a floppy, like  <a href='http://www.coyotelinux.com/' target='_blank'>Cyote</a>.

    If it is a MAC problem, some NICs allow you to change your MAC addy, so if you have the original you could use that. <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    Same way. Open a command prompt and type ipconfig /release then ipconfig /renew

    *Edit*

    And btw, if youre not using a router the gateway on the second machine (the one not connected, just sharing internet) should be set to the IP of the first computer. I think... <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    I'm not really sure what your trying to say, but both of the ways I can interpret it are wrong.

    Interpretation 1) The system acting as gateway should have the same IP as the other system.
    Answer 1) Thats crazy talk, two systems having the same IP is bad voodoo.

    Interpretation 2) The system acting as gateway should have the first IP in the subnet.
    Answer 2) Not nessesarily, a DHCP server can have any IP it wants really.

    Perhaps you meant to say that he should make sure that the non-gateway system is set to use the gateway system's IP as its gateway?
  • OttoDestructOttoDestruct Join Date: 2002-11-08 Member: 7790Members
    <!--QuoteBegin--SkulkBait+Nov 11 2003, 08:28 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SkulkBait @ Nov 11 2003, 08:28 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin--OttoDestruct+Nov 11 2003, 08:17 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (OttoDestruct @ Nov 11 2003, 08:17 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin--SkulkBait+Nov 11 2003, 08:14 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SkulkBait @ Nov 11 2003, 08:14 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> You should set it to "Obtain an IP address automatically", then preform a DHCP release and renew. This used to be done in win98 using winipcfg, I'm not sure how it is done in XP. The simple asnwer would be to buy a router (don't get Belkin [recent privacy issues]. I also hear that D-Link routers do some crazy stuff when used with windows), or build one with a 386 (or better) and a linux distro made for routing NATing that fits on a floppy, like  <a href='http://www.coyotelinux.com/' target='_blank'>Cyote</a>.

    If it is a MAC problem, some NICs allow you to change your MAC addy, so if you have the original you could use that. <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    Same way. Open a command prompt and type ipconfig /release then ipconfig /renew

    *Edit*

    And btw, if youre not using a router the gateway on the second machine (the one not connected, just sharing internet) should be set to the IP of the first computer. I think... <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    I'm not really sure what your trying to say, but both of the ways I can interpret it are wrong.

    Interpretation 1) The system acting as gateway should have the same IP as the other system.
    Answer 1) Thats crazy talk, two systems having the same IP is bad voodoo.

    Interpretation 2) The system acting as gateway should have the first IP in the subnet.
    Answer 2) Not nessesarily, a DHCP server can have any IP it wants really.

    Perhaps you meant to say that he should make sure that the non-gateway system is set to use the gateway system's IP as its gateway? <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Uhm.. yes what you said... i think you just overcomplicated it because thats what I said... or what I think I said.
  • 2of12B0RG2of12B0RG Join Date: 2002-12-21 Member: 11285Members
    <!--QuoteBegin--Talesin+Nov 11 2003, 07:12 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Talesin @ Nov 11 2003, 07:12 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->

    Questions.
    <li>Can each machine 'see' one another? As in, on the network neighborhood.
    <li>Did the host set up ICS properly?
    <li>Are either of you using an internal firewall? Including the WinXP mini-wall?
    <li>Is the DHCP server started on the host machine, and the client set up to automatically retrieve?
    <li>After the reformat, did he properly reinstall all the networking components he had before?
    <li>Have you tried both network ports on the machine with two?

    <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    1. no
    2. All that I did was run the WinXP networking wizard. All of the NICs say "enabled, shared"
    3. WinXP firewalls have been disabled.
    4. eh...<!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
    5. yes
    6. yes


    BTW, i have a linksys router that I used when I used to have cable modem. I tried that first with this, believe me. Everytime I got close to finishing with the router's configuration, it would tell me to enable DHCP and wouldn't go any farther. So I check, and lo and behold, DHCP is already enabled. So I go back to configuring the router, and it keeps telling me to enable DHCP. It won't go any further than that. Guess I'm stuck.
  • Spyder_MonkeySpyder_Monkey Vampire-Ninja-Monkey Join Date: 2002-01-24 Member: 8Members, NS1 Playtester, Contributor
    Question 4:

    Open up the services manager (services.msc in your start --> run prompt)
    Look for DHCP Server Service on the DHCP Server machine
    Look for DHCP Client Service on the DHCP Client machine
  • GreyPawsGreyPaws Join Date: 2002-11-15 Member: 8659Members
    Since you couldnt config the router manually Go to the <a href='http://www.linksys.com/download/' target='_blank'>Linksys</a> downloads page and select your router model, download the "Quick Install" utility for your router, follow on screen prompts.

    It will ask you to conect your DSL/Cable modem to ONE computer (without the router in between) it will copy the settings, and then ask you to connect the router, once thats done it will apply the copied settings automatically.
Sign In or Register to comment.