I assume you are using iptables for NAT. We need to know what rules are set and the routes on both 10.0.0.1 and 192.168.0.1. What is the output of:
10.0.0.1: route -n 10.0.0.1: iptables -L 192.168.0.1: route -n 192.168.0.1: iptables -L
you actually probably also need iptable -L -n -t nat
dave
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
