Hello,
I realize I'm doing something many people have done before, so I'm sorry for revisiting such an simple problem!
I'm trying to connect to desktops running Ubuntu 12.10 (one with ubuntu desktop, and one with ubuntu server, for what it's worth) using an ethernet cable, no router or hub, via pci NICs with auto-MDIX (no crossover cable needed).
My /etc/network/interfaces on server one includes:
Code:auto eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0
And on server two includes:
Code:auto eth0 iface eth0 inet static address 192.168.0.2 netmask 255.255.255.0
On both computers, ifconfig show eth0 with the correct addresses, but when I try to ping one computer from the other, I get "Destination Host Unreachable".
The output of route on server one includes the following lines (related to eth0):
And the output of route on server two includes the following lines (related to eth0):Code:Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface link-local * 255.255.0.0 U 1000 0 0 eth0 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
(eth1 is connected to the external internet, and works on both computers)Code:Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
Anyone have any leads on what might being going wrong? Is there something obvious I'm missing?



Adv Reply





Bookmarks