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

Local shares to vpn

I have setup an SSl VPN.  I have been able to connect to it but I can't see my local SMB share.  I have my lan addressed to 192.168.1.0/255.255.255.0 and the VPN is on 10.242.2.6/255.255.255.252, What rules do I need to set for network security and or NAT rules do I need to set.  Below is a log file for my connection to the VPN

[SIZE=1]Tue May 29 07:35:18 2007 SENT CONTROL [router2]: 'PUSH_REQUEST' (status=1)
Tue May 29 07:35:18 2007 PUSH: Received control message: 'PUSH_REPLY,route 192.168.1.0 255.255.255.0,dhcp-option DNS 192.168.1.1,dhcp-option DOMAIN cooloperations.com,route 10.242.2.1,topology net30,ping 10,ping-restart 120,ifconfig 10.242.2.6 10.242.2.5'
Tue May 29 07:35:18 2007 OPTIONS IMPORT: timers and/or timeouts modified
Tue May 29 07:35:18 2007 OPTIONS IMPORT: --ifconfig/up options modified
Tue May 29 07:35:18 2007 OPTIONS IMPORT: route options modified
Tue May 29 07:35:18 2007 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Tue May 29 07:35:18 2007 TAP-WIN32 device [Local Area Connection 3] opened: \.\Global\{C0814B34-E46D-41D1-8782-12149F3FD488}.tap
Tue May 29 07:35:18 2007 TAP-Win32 Driver Version 8.4 
Tue May 29 07:35:18 2007 TAP-Win32 MTU=1500
Tue May 29 07:35:18 2007 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.242.2.6/255.255.255.252 on interface {C0814B34-E46D-41D1-8782-12149F3FD488} [DHCP-serv: 10.242.2.5, lease-time: 31536000]
Tue May 29 07:35:18 2007 Successful ARP Flush on interface [65542] {C0814B34-E46D-41D1-8782-12149F3FD488}
Tue May 29 07:35:18 2007 TEST ROUTES: 0/0 succeeded len=2 ret=0 a=0 u/d=down
Tue May 29 07:35:18 2007 Route: Waiting for TUN/TAP interface to come up...
Tue May 29 07:35:20 2007 TEST ROUTES: 0/0 succeeded len=2 ret=0 a=0 u/d=down
Tue May 29 07:35:20 2007 Route: Waiting for TUN/TAP interface to come up...
Tue May 29 07:35:21 2007 TEST ROUTES: 0/0 succeeded len=2 ret=0 a=0 u/d=down
Tue May 29 07:35:21 2007 Route: Waiting for TUN/TAP interface to come up...
Tue May 29 07:35:22 2007 TEST ROUTES: 0/0 succeeded len=2 ret=0 a=0 u/d=down
Tue May 29 07:35:22 2007 Route: Waiting for TUN/TAP interface to come up...
Tue May 29 07:35:23 2007 TEST ROUTES: 2/2 succeeded len=2 ret=1 a=0 u/d=up
Tue May 29 07:35:23 2007 route ADD 192.168.1.0 MASK 255.255.255.0 10.242.2.5
Tue May 29 07:35:23 2007 Route addition via IPAPI succeeded [adaptive]
Tue May 29 07:35:23 2007 route ADD 10.242.2.1 MASK 255.255.255.255 10.242.2.5
Tue May 29 07:35:23 2007 Route addition via IPAPI succeeded [adaptive]
Tue May 29 07:35:23 2007 Initialization Sequence Completed
Tue May 29 07:38:00 2007 TCP/UDP: Closing socket
Tue May 29 07:38:00 2007 route DELETE 10.242.2.1 MASK 255.255.255.255 10.242.2.5
Tue May 29 07:38:00 2007 Route deletion via IPAPI succeeded [adaptive]
Tue May 29 07:38:00 2007 route DELETE 192.168.1.0 MASK 255.255.255.0 10.242.2.5
Tue May 29 07:38:00 2007 Route deletion via IPAPI succeeded [adaptive]
Tue May 29 07:38:00 2007 Closing TUN/TAP interface
Tue May 29 07:38:00 2007 SIGTERM[hard,] received, process exiting[/SIZE]


This thread was automatically locked due to age.
  • Hi there,

    as far as i understood your config, you just need to add a rule that allows connectíons from your client via SMB to your share-server. Should look like

    From: 10.242.2.6/255.255.255.252
    To: 192.168.1.0/24 (or the server with running share)
    Service: SMB (445_tcp i guess)