On Fri, Apr 02, 2004 at 05:15:28PM +1000, Amanda wrote:
> I'm setting up an SME server as server & gateway. It has 2 ethernet cards, eth0
> (192.168.0.210)to the local network, eth1 (10.0.0.3)to the adsl modem (10.0.0.1).
> 
> >From a machine on the Lan, I can access the internet just fine.
> 
> On the SME server, I'm running pptp client to establish a tunnel into the
> company's Windows 2000 VPN server. This also works fine. (I'm running rsync &
> mysql replication over it).
> 
> How do I add a route so local users on the lan can see machines on the lan at
> head office. I can see them just fine from the SME server.
> 
> route add -net 10.0.0.150 netmask 255.255.255.255 dev ppp0
> 
> 10.0.0.150 being an intranet web server on the company's lan. This is the
> machine I'm rsyncing & replicating against.
> 
> I can ping 10.0.0.150 from the SME server, but not from my machine on the Lan.

This looks solveable, but I'm a bit confused.  Could you post
ifconfig and route table?  What's happening with the ping packets?
Also it looks a bit funny have a host entry for -net, but it seems
fair enough all the same.  I guess you could try using -host.

Also, is there a firewall on the server?

Patrick
-- 
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