So the VPN is up ... yay ... but now the REAL fun begins. On one side of the VPN (192.168.101.x) is a SCO Unix Openserver 5.x box to which everyone needs access. On the other side (10.0.0.x) is an NT 4.0 Small Business Server to which everyone needs access.
Machines on the 10.0.0.x side can't ping the SCO server; I suspect it's discarding packets that don't come from its subnet. Can I add a line in the SCO box's /etc/hosts.allow such as
ALL: 10.0.0.0/255.255.255.0
and have it work? How can I make this change take effect without rebooting the SCO box (the users whine a lot when we do this)?
(Note that if I VPN directly into the SME server on that end via PPtP I *can* ping the SCO box, but such a setup means the machine from which I'm PPtPing gets an IP address in the 192.168.101.x range on the PPP adapter.)
Windows 9x machines on the 192.168.101.x side can ping the SBS server (at the usual 10.0.0.2) but cannot authenticate to it, even when using what seem to be appropriate entries in LMHOSTS per Microsoft. I *can* authenticate to a share from an NT box using \10.0.0.2\, however. I haven't tried an explicit naming in the HOSTS file on the 9x boxes, just LMHOSTS.
Any thoughts appreciated. Many thanks for your time.
Michael