XP Network Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #1

    XP Network Question

    K

    Main Pc is connected to Router

    Laptop is connected to Router

    Now I am having issues making the laptop and pc communicate and such.

    I am a noob at this shit

    Any pointers?

    Do i have to set up a "network drive" or???
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #2

    Comment

    • sextoyking
      Confirmed User
      • Dec 2001
      • 6034

      #3
      Make sure sharing is on the machines

      and network drive does make it easier..
      ICQ: 52344098
      --------------------------------------
      50% Commissions on all Product Sales. http://www.wishing.com/money

      Comment

      • magnatique
        Confirmed User
        • Jan 2001
        • 1830

        #4
        make sure of the following :

        the Network Name has to be the same for both computers.

        IE 'workgroup' for both for example oh and the computer names have to be different too

        then, if you can see the computers in the "my network places' then you should have no prob...

        make sure your hard drives are shared and that you ALLOW Everyone on them (in security section when you go to the drive's properties)

        hit me up tomorrow if you have some more probs I can help you, just about to leave to catch some friends though right now!

        Stunner Media Programs: StandAhead | IndieBucks | BoyCrushCash | Phoenixxx | EmoProfits | BritishBucks | HunkMoney | LatinoBucks
        Make $$$ with Gay! Lowest Minimum Payouts in the Business, Perfect Track Record, Amazing Sites

        Comment

        • Luc
          Confirmed User
          • Nov 2002
          • 1130

          #5
          you get it to work yet?

          did you run the "Setup a Home or Small Office Network" wizard?
          if not run that on both PCs and make sure the network name
          is the same on both (default).

          sometimes the windows firewall will prevent you from sharing
          files or connecting machine-machine (but will allow both to
          go online).

          you can disable that by going to network connections, clicking
          on your connection, advanced and uncheck firewall.

          also. if you got a firewall like zonealarm or norton installed
          it may also be blocking file sharing.

          peace and good luck.
          luc l.
          » Looking for Type-in domais? Page Rank domains? Alexa domains? Popular domains?
          » Domain Research Tool can scan hundreds of thousands of domains to find whatever you're looking for.
          » Auto-appraise domains and send automated domain offers in bulk with just one click.
          » Full support for Proxy Servers and International Overture. Try it Free.

          Comment

          • stev0
            Confirmed User
            • Aug 2003
            • 6801

            #6
            yeah, i was going to say.. it's probably the built in XP firewall.

            Comment

            • pornguy
              Too lazy to set a custom title
              • Mar 2003
              • 62910

              #7
              I have been fighting with the same thing. I have followed all the rules, and still have problems. I think it is something with the different versions of xp.
              PornGuy skype me pornguy_epic

              AmateurDough The Hottes Shemales online!
              TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

              Comment

              • pussyluver
                Clueless OleMan
                • Mar 2003
                • 11009

                #8
                Hope you are using DHCP. That sets the IP addresses up. That can be a function of the router and should be in your network.

                The router should have come with instructions on how to set everything up step by step.

                There are a ton of places things can go wrong. Someone with some network knowledge should beable to do setup fairly quick. Walking you through it on the phone can work provided something didn't really get screwed up.

                Sometimes the Linksys brand has problems with cable attachemnts.

                Networking is what I do, if it gets to be a real pain, hit me on ICQ and I'll try to help. Best is to have someone do it for ya if it doesn't fall in place from the instructions that came with the router.

                Comment

                • pussyluver
                  Clueless OleMan
                  • Mar 2003
                  • 11009

                  #9
                  For more advice from everyone.

                  Need to know Brand of Router and it's model number

                  Cable or DSL attach to the internet

                  Wireless or cable network

                  OS of each machine - you said one was XP. With or without SP-2 if you know.

                  Comment

                  • pussyluver
                    Clueless OleMan
                    • Mar 2003
                    • 11009

                    #10
                    Originally posted by pornguy
                    I have been fighting with the same thing. I have followed all the rules, and still have problems. I think it is something with the different versions of xp.
                    Home version of XP is NOT good. It doesn't support many networking functions, I'd have to look it up at Microsoft to ID which parts.

                    Comment

                    • exposed
                      Confirmed User
                      • Aug 2004
                      • 1449

                      #11
                      Originally posted by pussyluver
                      Home version of XP is NOT good. It doesn't support many networking functions, I'd have to look it up at Microsoft to ID which parts.

                      word! I agree! Also their built in firewall blows ass
                      "I felt victimized by the Ian Eisenbergs of the world" - Mary Burger

                      Comment

                      • Agent White
                        Confirmed User
                        • Feb 2003
                        • 141

                        #12
                        Get the IP address of Computer 1

                        Get the IP address of computer 2

                        on computer 1, at th command prompt type:

                        ROUTE ADD (ip of computer 2) MASK 255.255.255.255 (ip of computer 1) METRIC 1

                        on computer 2, on the command prompt type:

                        ROUTE ADD (ip of computer 1) MASK 255.255.255.255 (ip of computer 2) METRIC 1



                        For example, let's say computer 1's IP is 192.168.0.100 and computer 2's IP is 192.16.0.200

                        on computer 1, on the command prompt type

                        ROUTE ADD 192.168.0.200 MASK 255.255.255.255 192.168.0.100 METRIC 1

                        on computer 2, on the command prompt type

                        ROUTE ADD 192.168.0.100 MASK 255.255.255.255 192.168.0.200 METRIC 1


                        What we're doing here is telling both computers to NOT go out the router to talk to each other, rather, attempt to communicate directly using their own network cards as the gateway.

                        It certainly won't hurt anything, give it a try.

                        Comment

                        • WarChild
                          Let slip the dogs of war.
                          • Jan 2003
                          • 17263

                          #13
                          Originally posted by Agent White
                          Get the IP address of Computer 1

                          Get the IP address of computer 2

                          on computer 1, at th command prompt type:

                          ROUTE ADD (ip of computer 2) MASK 255.255.255.255 (ip of computer 1) METRIC 1

                          on computer 2, on the command prompt type:

                          ROUTE ADD (ip of computer 1) MASK 255.255.255.255 (ip of computer 2) METRIC 1



                          For example, let's say computer 1's IP is 192.168.0.100 and computer 2's IP is 192.16.0.200

                          on computer 1, on the command prompt type

                          ROUTE ADD 192.168.0.200 MASK 255.255.255.255 192.168.0.100 METRIC 1

                          on computer 2, on the command prompt type

                          ROUTE ADD 192.168.0.100 MASK 255.255.255.255 192.168.0.200 METRIC 1


                          What we're doing here is telling both computers to NOT go out the router to talk to each other, rather, attempt to communicate directly using their own network cards as the gateway.

                          It certainly won't hurt anything, give it a try.
                          This man knows his shit.
                          .

                          Comment

                          • detroitiron
                            So Fucking Banned
                            • Apr 2004
                            • 157

                            #14
                            can both computers surf the internet?

                            Comment

                            • pussyluver
                              Clueless OleMan
                              • Mar 2003
                              • 11009

                              #15
                              Originally posted by Agent White
                              Get the IP address of Computer 1

                              Get the IP address of computer 2

                              on computer 1, at th command prompt type:

                              ROUTE ADD (ip of computer 2) MASK 255.255.255.255 (ip of computer 1) METRIC 1

                              on computer 2, on the command prompt type:

                              ROUTE ADD (ip of computer 1) MASK 255.255.255.255 (ip of computer 2) METRIC 1



                              For example, let's say computer 1's IP is 192.168.0.100 and computer 2's IP is 192.16.0.200

                              on computer 1, on the command prompt type

                              ROUTE ADD 192.168.0.200 MASK 255.255.255.255 192.168.0.100 METRIC 1

                              on computer 2, on the command prompt type

                              ROUTE ADD 192.168.0.100 MASK 255.255.255.255 192.168.0.200 METRIC 1


                              What we're doing here is telling both computers to NOT go out the router to talk to each other, rather, attempt to communicate directly using their own network cards as the gateway.

                              It certainly won't hurt anything, give it a try.
                              Something tells me that juicy wants to get to the Internet too :-).

                              So his PCs must be on the same subnet as the router. 192.168.0.1 is typical, but so are others.

                              If he sets static IPs as you suggest, he'll have to know the exact IP of the router and enter it as the gateway.

                              Best done through the control panel rather than command lines for an end user.

                              My

                              Juciy prolly has questions like:

                              How do I get to a command prompt? Start -> Run and type "cmd" then hit enter.

                              If I made the attempt to answer all the question he might have, this would be a long thread

                              There are plenty of folks around that could walk ya thorugh this on the phone maybe. That would be the best way unless you can get a geek to come over.

                              Comment

                              • juicylinks
                                So Fucking Banned
                                • Apr 2001
                                • 122992

                                #16
                                Originally posted by Agent White
                                Get the IP address of Computer 1

                                Get the IP address of computer 2

                                on computer 1, at th command prompt type:

                                ROUTE ADD (ip of computer 2) MASK 255.255.255.255 (ip of computer 1) METRIC 1

                                on computer 2, on the command prompt type:

                                ROUTE ADD (ip of computer 1) MASK 255.255.255.255 (ip of computer 2) METRIC 1



                                For example, let's say computer 1's IP is 192.168.0.100 and computer 2's IP is 192.16.0.200

                                on computer 1, on the command prompt type

                                ROUTE ADD 192.168.0.200 MASK 255.255.255.255 192.168.0.100 METRIC 1

                                on computer 2, on the command prompt type

                                ROUTE ADD 192.168.0.100 MASK 255.255.255.255 192.168.0.200 METRIC 1


                                What we're doing here is telling both computers to NOT go out the router to talk to each other, rather, attempt to communicate directly using their own network cards as the gateway.

                                It certainly won't hurt anything, give it a try.

                                thanks good post

                                Comment

                                • pussyluver
                                  Clueless OleMan
                                  • Mar 2003
                                  • 11009

                                  #17
                                  Agent White - Post Count = 48 currently.

                                  Are you Trey?

                                  Comment

                                  • juicylinks
                                    So Fucking Banned
                                    • Apr 2001
                                    • 122992

                                    #18
                                    i bookmarked this thread gonna fuck around with it tomorrow

                                    Comment

                                    • WarChild
                                      Let slip the dogs of war.
                                      • Jan 2003
                                      • 17263

                                      #19
                                      Originally posted by pussyluver
                                      Agent White - Post Count = 48 currently.

                                      Are you Trey?
                                      Agent White is a good friend of mine. He was in Vegas. Deffinetly not Trey.
                                      .

                                      Comment

                                      • pussyluver
                                        Clueless OleMan
                                        • Mar 2003
                                        • 11009

                                        #20
                                        Good luck - If it gets the best of ya, give a shout on ICQ and we can connect via phone.

                                        Sure others would volunteer too.



                                        ICQ # to the left

                                        Comment

                                        • pussyluver
                                          Clueless OleMan
                                          • Mar 2003
                                          • 11009

                                          #21
                                          Originally posted by WarChild
                                          Agent White is a good friend of mine. He was in Vegas. Deffinetly not Trey.
                                          Everyone I see now with a low post count is gonna have that shadow over them

                                          No offence intended. Not sure Trey would beaware of the route command anyway.

                                          Comment

                                          • juicylinks
                                            So Fucking Banned
                                            • Apr 2001
                                            • 122992

                                            #22
                                            Originally posted by pussyluver
                                            Good luck - If it gets the best of ya, give a shout on ICQ and we can connect via phone.

                                            Sure others would volunteer too.



                                            ICQ # to the left
                                            thanks man

                                            Comment

                                            • pussyluver
                                              Clueless OleMan
                                              • Mar 2003
                                              • 11009

                                              #23
                                              To be complete about comments on the command lines - the gateway can be added there. Thinking about it, maybe its the quickest way.

                                              at the command line juicy:

                                              ping 192.168.0.1

                                              if you get a response, then that is prolly the gateway and would be an easy add to what Angle White said. Just add gateway 192.168.0.1 to the command line.

                                              Comment

                                              • Agent White
                                                Confirmed User
                                                • Feb 2003
                                                • 141

                                                #24
                                                Originally posted by pussyluver
                                                [B]Something tells me that juicy wants to get to the Internet too :-).
                                                We're not removing his ability to get to the internet. We're telling the two machines to not go out the gateway to talk to each other.



                                                So his PCs must be on the same subnet as the router. 192.168.0.1 is typical, but so are others.

                                                If he sets static IPs as you suggest, he'll have to know the exact IP of the router and enter it as the gateway.
                                                I didn't tell him to set static IPs. I am editing his route table to avoid the gateway for PCs connected on one side of the router.

                                                He doesn't need to know his gateway because his existing routes take care of routing internet traffic via the gateway address issued via DHCP/BOOTP from his router.


                                                Best done through the control panel rather than command lines for an end user.
                                                You cant set route paths from the control panel.

                                                My
                                                I see your 2 cents and raise you a dollar

                                                Comment

                                                • Agent White
                                                  Confirmed User
                                                  • Feb 2003
                                                  • 141

                                                  #25
                                                  Juicylinks, did you ever get this working?

                                                  Comment

                                                  Working...