The reason is your saying to get to anything within "192.168.1".0 then goto ->, then you contradict it buy saying everything in "192.168".0.0 to goto ->
 
Try changing the subnet from 192.168.0.x to 192.168.2.x, im 99% sure that your only allowed a zero in the last octet of an ip address. Please correct me if im wrong.
 
Ryan
----- Original Message -----
From: Jason Lowe
Sent: Saturday, April 29, 2000 7:39 PM
Subject: [SLUG] Two different subnets communicating?

Hi
 
A quick thank you to those who responded to my last message.
 
I'm having trouble setting up the routing table so hosts on two different networks can talk to each other. The two different hosts reside on the same physical network.
 
For example:
 
Network 1:
Network:    192.168.0.0
Mask:        255.255.255.0
 
Network 2:
Network:   192.168.1.0
Mask:       255.255.255.0
 
I've tried the following route table:
 
Network 1:
Destination:    192.168.1.0
Gateway:        192.168.1.1 (IP address assigned to eth0)
Mask:            255.255.255.0
Interface:        ETH0
 
Network 2:
Destination:    192.168.0.0
Gateway:        192.168.0.1 (IP address assigned to eth0)
Mask:            255.255.255.0
Interface:        ETH0
 
I cannot ping the hosts of the different network. Any ideas?
 
 
Regards,
 
Jason Lowe
 
 

Reply via email to