Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Networking/connecting two laptops together issues...

  1. #11
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Networking/connecting two laptops together issues...

    Thats a typo, should be
    Code:
    arp -n
    Sorry about that
    Last edited by sandyd; August 17th, 2013 at 04:42 AM.
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  2. #12
    Join Date
    Jun 2008
    Beans
    52

    Re: Networking/connecting two laptops together issues...

    o@o-Vostro-1000:~$ arp -n
    Address HWtype HWaddress Flags Mask Iface
    192.168.1.1 ether 00:23:69:a7:53:b4 C
    I shoulda know it needed a space in there

  3. #13
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Networking/connecting two laptops together issues...

    Quote Originally Posted by grouchyolddude View Post
    I shoulda know it needed a space in there
    So the IP isnt even in the arp cache....
    /me is stumped at the moment, and will take another look in the morning

    Actually, can you post the output of
    Code:
    route -n
    Since there are two interfaces, you need a route so that the system knows what interface to go out of
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  4. #14
    Join Date
    Jun 2008
    Beans
    52

    Re: Networking/connecting two laptops together issues...

    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.1.0 0.0.0.0 255.255.255.0 U 2 0 0 eth1
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth1
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1

  5. #15
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Networking/connecting two laptops together issues...

    Below command should add the route on the computer
    Code:
    sudo ip route add 192.168.10.0/24 dev eth0
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  6. #16
    Join Date
    Jun 2008
    Beans
    52

    Re: Networking/connecting two laptops together issues...

    o@o-Vostro-1000:~$ sudo ip route add 192.168.10.0/24 dev eth0
    RTNETLINK answers: File exists

  7. #17
    Join Date
    Jun 2008
    Beans
    52

    Re: Networking/connecting two laptops together issues...

    but the connection to the Sharp now keeps disconnecting ,connecting, disconnecting .. uhg!

  8. #18
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Networking/connecting two laptops together issues...

    Quote Originally Posted by grouchyolddude View Post
    but the connection to the Sharp now keeps disconnecting ,connecting, disconnecting .. uhg!
    so both computers can ping now?
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •