I have set up a VPN that looks like:
Corporate Office Regional Office
Left subnet Left IP Right IP Right subnet
10.0.0.0/24 206.190.222.111 64.146.222.111 10.0.1.0/24
The packet filters include the rules:
From Service To Action
10.0.1.0/24 any any allow
64.146.222.111 any any allow
on one firewall and the equivalent on the other.
To test the system, I put a Linux desktop in the Corporate Office
with networking configured as:
10.0.0.198 netmask=255.255.255.0
and I put a Linux desktop in the Regional Office with networking
configured as:
10.0.1.198 netmask=255.255.255.0
EVERYTHING works great. I can ping between the boxes. I can do
ftp, telnet, X-windows, remote printing, etc.
HOWEVER, my client is using MS Windows - mostly Windows 98SE
using TCP/IP - with a Workgroup. When I replace the Linux
Desktops with Windows desktops, the two machines can ping
one another, but since they are on different subnets they
do not see each others network neighborhoods and will not
map each other's disk drives.
HELP!! How do I get around this problem?
This thread was automatically locked due to age.