Thread: A crossover-cable network

  1. #1
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057

    A crossover-cable network

    I'm trying to get a crossover-cable network to work between two computers, a laptop and a desktop. The desktop is running Mepis Linux, and the laptop can run Mepis Linux or Windows.

    I've never done anything network-related before, so I don't know what to do. The workgroup is MSHOME on both computers. The desktop's firewall is disabled.

    Any other suggestions?
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Sorry for bumping this thread, but I couldn't edit my previous post for some reason (the Edit button never loaded).

    The laptop is running Windows 98. I forgot to mention that.

    I searched the Mepis forums, but I couldn't find anything on Windows 98. There's lots on Windows XP, but it doesn't help too much.

    I can run Knoppix on the laptop, too.

    [edit]
    Well, what do you know. I can edit this post, but not the other one. Weird.
    [/edit[
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Did you assign the computers IP addresses that are on the same subnet?

  4. #4
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    The first step is to see if they can ping each other. Open a console and type
    ping <ip of other computer>
    If the packages all time out, the computers can't reach each other. If you don't know the IPs, you have a setup problem: note that in a direct crossover cable network you need to explicitely set the IPs of both computers for that network - unless one is running a DHCP server (very unlikely in your case), in which case only that computer needs it set explicitely.
    If they can ping each other, the problem lies with higher-level stuff. In Win98, you must make sure you've got file shares installed and enabled. In Linux, you must set up Samba server and client: the samba server is for shares that the Windows computer should access, while the client is for mounting network shares, or just browsing them (there's a kioslave that browses Samba shares, though I think you must have a Lisa running for that, too).
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  5. #5
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    They can't ping each other. They both think they have the same IP address.
    you need to explicitely set the IPs
    How do I do that?
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  6. #6
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Network settings of your ethernet, select the TCP/IP properties, click Properties.
    On one of the tabs in there, there's two radio boxes and a lot of edit fields. "Retrieve IP automatically." is one radio, and if it's selected, the edits are greyed out. "Manually set IP." is the other. Select it, and set the IP in the field below, to 192.168.x.y, where x is anything between 1 and 254, the same for both computers, and y is anything between 1 and 254, different for the two PCs. Then set the subnet mask to 255.255.255.0. I believe there's no need to set a gateway.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to Write a Program in C to detect the Ethernet Cable?
    By christyyim in forum C Programming
    Replies: 1
    Last Post: 03-11-2009, 04:12 AM
  2. DVD Video Cable
    By ginoitalo in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-13-2005, 06:47 AM
  3. Network Problems!?!?
    By RealityFusion in forum Networking/Device Communication
    Replies: 16
    Last Post: 04-21-2004, 11:08 PM
  4. Crossover problems
    By ZakkWylde969 in forum Tech Board
    Replies: 10
    Last Post: 12-27-2003, 11:24 AM
  5. WinXP Network Connections pop-up
    By DavidP in forum Tech Board
    Replies: 1
    Last Post: 10-02-2002, 05:36 PM