Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

peer to peer for Linux/Mac?

  • 13-06-2000 2:03pm
    #1
    Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭


    Ok the mac end is no problem to configure but what about the Linux?

    I've set up a login on both machines which...

    ip: 168.168.168.1 + .2
    subnet: 255.255.255.0
    gateway: default

    Now I can't seem to ping each machine? frown.gif I am using a crossover network cable.

    Just wondering what commands I can use to test the linux end (mac end I know).


Comments

  • Registered Users, Registered Users 2 Posts: 4,676 ✭✭✭Gavin


    i suppose try to ping eachthe machine itself. see what happens.
    try running ifconfig
    see what reply u get.
    if it just show up localhost, then the net card might not be installed peoperly. Is it dececting it on boot ?

    Gav


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    I'll try the ifconfig (Only knew the windows one, ipconfig).

    Think it's detecting it, but I have no idea.



  • Registered Users, Registered Users 2 Posts: 3,308 ✭✭✭quozl


    you'll need to set up rooting on the linux box. go root and
    /sbin/route add default gw 0.0.0.0 eth0
    then everything not already specified (ie localhost) will go through first ethernet adapter without useing a gateway.
    by default it wont have any routing entries for anything but 127.0.0.1 (localhost)


Advertisement