From owner-freebsd-isp@FreeBSD.ORG Sun Apr 17 07:42:54 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB27916A4CE for ; Sun, 17 Apr 2005 07:42:54 +0000 (GMT) Received: from smtp4.wlink.com.np (smtp4.wlink.com.np [202.79.32.87]) by mx1.FreeBSD.org (Postfix) with SMTP id 46CCE43D31 for ; Sun, 17 Apr 2005 07:42:40 +0000 (GMT) (envelope-from mail@vickysh.wlink.com.np) Received: (qmail 87794 invoked from network); 17 Apr 2005 07:42:32 -0000 Received: from unknown (HELO av-scanner-02.wlink.com.np) (202.79.32.91) by 0 with SMTP; 17 Apr 2005 07:42:32 -0000 Received: (qmail 30638 invoked by uid 1009); 17 Apr 2005 07:42:31 -0000 Received: from mail@vickysh.wlink.com.np by av-scanner-02.wlink.com.np by uid 1003 with qmail-scanner-1.20 ( Clear:RC:1(202.79.32.78):. Processed in 0.007451 secs); 17 Apr 2005 07:42:31 -0000 Received: from smtp3.wlink.com.np (202.79.32.78) by av-scanner-02.wlink.com.np with SMTP; 17 Apr 2005 07:42:30 -0000 Received: (qmail 15601 invoked by uid 514); 17 Apr 2005 07:42:32 -0000 Received: from [202.79.36.227] (HELO vicks.wlink.com.np) by smtp3.wlink.com.np (qmail-smtpd) with SMTP; 17 Apr 2005 07:42:31 -0000 (Sun, 17 Apr 2005 13:27:31 +0545) From: Vicky Shrestha Organization: WorldLink Communications To: freebsd-isp@freebsd.org Date: Sun, 17 Apr 2005 13:27:25 +0545 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504171327.28511.mail@vickysh.wlink.com.np> X-Spam-Check-By: smtp3.wlink.com.np Spam: No ; -4.9 / 5.0 X-Spam-Status-WL: No, hits=-4.9 required=5.0 Subject: IPSEC l2tpd and Windows shares problem X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mail@vickysh.wlink.com.np List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 07:42:54 -0000 Dear all, I am running IPSEC and l2tpd in FreeBSD 4.9. I am able to connect from WindowsXP to this FreeBSD box . I am also able to ping the Hosts behind the IPSEC gateway, connect to internal ftp servers, browse intranet websites etc. However I am not able to browse network shares (windows and samba both). It does prompts for Username/password when we try to access directly , but it will never show the network shares. If I connect to a linux IPSEC gateway using rp-l2tp there is no problem. /usr/local/etc/l2tp/l2tpd.conf ==================================== [global] port = 1701 [lns default] ip range = 192.168.0.129 - 192.168.0.254 local ip = 192.168.0.2 hostname = freebsdipsec name = freebsdipsec ppp debug = yes pppoptfile = /usr/local/etc/l2tp/options.l2tpd ======================================= /usr/local/etc/l2tp/options.l2tpd ======================================= noauth proxyarp lcp-echo-interval 30 lcp-echo-failure 6 ms-dns 192.168.0.3 ms-dns 192.168.0.4 ms-wins 192.168.0.6 crtscts idle 1800 mtu 1400 mru 1400 lock nodetach debug ==================================== Note: the IP address of the Private Interface is 192.168.0.1/24 -- With regards, Vicky Shrestha