thanks Scott
theres obviously more to it
 
Symptons are probably no better
Just different
 
changing
my 192.168.0.1 gateway   machine which had no gateway entry
to a normal machine
with a "GATEWAY=10.0.0.1" entry in ifcfg-eth0
 
and changing on 10.0.0.1 ( i don't think interchanging eth1 & eth0 matters)
from:route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.0.1 dev eth0 
to:    route add -net 192.168.0.0 netmask 255.255.255.0 gw 10.0.0.1 dev eth0
 
allows a connection  from 10.0.0.X :
 to                   192.168.0.1
But what about 192.168.0.X
 
also
allows a connection  from 192.168.0.1 :
 to                   10.0.0.1
But what about 10.0.0.X
 
 
 
and how do 192.168.0.X  machines connect to the net.
 
 
thanks
Roger
 
 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to