Edge
This is a copy of what ifconfig produces on edge [IP 192.168.1.1]
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:2000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:12 errors:0 dropped:0 overruns:0
eth0 Link encap:10Mbps Ethernet HWaddr 00:00:C0:3A:CF:96
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:0 errors:0 dropped:0 overruns:0
Interrupt:7 Base address:0x250 Memory:c8000-ca000
Here is what route -n produces on edge;
Kernel routing table
Destination Gateway Genmask Flags MSS Window Use Iface
192.168.1.0 * 255.255.255.0 U 1436 0
0 eth0
127.0.0.0 * 255.0.0.0 U 1936 0
12 lo
default * * U 1436
0 0 eth0
Here is what ifconfig produces on Foundation IP 192.168.1.2
lo Link encap:Local Loopback inet addr:127.0.0.1
Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:2000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:12 errors:0 dropped:0 overruns:0
eth0 Link encap:10Mbps Ethernet HWaddr 00:00:C0:38:CF:96
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:3 dropped:0 overruns:0
TX packets:0 errors:0 dropped:0 overruns:0
Interrupt:7 Base address:0x250 Memory:c8000-ca000
Here is what route -n produces on Foundation;
Kernel routing table
Destination Gateway Genmask Flags MSS Window Use Iface
192.168.1.0 * 255.255.255.0 U 1436 0
0 eth0
127.0.0.0 * 255.0.0.0 U 1936 0
12 lo
default * * U 1436
0 0 eth0
This is after a fresh reboot. There is no 192.168.1.0
Each of the hosts file on each machine has the others
corresponding address and name in it. I assume my problem is the
routing. When I ping one machine from the other with the routing
as is I get the message network unreacheable. When i do a route
add 192.168.1.1 or 192.168.1.2 to both of them then when I do a
ping it just sits there. the pinger will show for instance 17
packets transmited and 0 returned and the pingee will show 17
packets recieved but none returned. This is the most frustrating
thing. Networking with only two machines and a protocol that I
have 3 books for. And it not working because NONE of these books
are very clear on private non-connected networks. In most cases
I read routing gets configured when you initialise the networking
interface, so unless you have multiple gateways or many subnets
with gateways you won't have to mess with it. Well, I've gotten
my frustrations out, so if you need any more info let me know and
I will forward it along.
Verdell