Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Routing Windows services through a VPN??

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.
Parents
  • Are you shure udp packets are coming through? You should at least be able to connect 'by hand' => \fileserv\share in 'mount network drive'.
    If no udp-packets cn pass, you'll never see other windows-pc's until you have a bdc on your other network- if you are working with domains ;-)

    Chris
Reply
  • Are you shure udp packets are coming through? You should at least be able to connect 'by hand' => \fileserv\share in 'mount network drive'.
    If no udp-packets cn pass, you'll never see other windows-pc's until you have a bdc on your other network- if you are working with domains ;-)

    Chris
Children
  • When you are working with Windows Clients and two different networks you must use a Wins Server or you must create or edit your lmhosts file(s) on one or  both PC(s). In this lmhosts file you must define the ip and the name of the other windows machine behind the router. Only this way you can connect to the other PC. You will find the lmhosts file under NT 4.0 under systempath\system32\drivers\etc. I don´t know where it is under W98 SE but you can search for it. If you would like to use the lmhosts file, don´t forget to activate lmhosts in the TCP/IP protocol in your systemconfiguration.

    CH