Another question:
I have added a route on the router so that it can see the bastion host: > route add -net 128.135.97.0 netmask 255.255.255.0 eth1 When I do this, the entry shows up in the routing table with 'netstat -r' and I can ping the bastion host, etc... However, when I restart network services with > /etc/init.d/network restart the changes are lost. How do I make the current routing table (the one after the changes with the 'route' command), permanent? Thanks again, JDH
