From owner-freebsd-security@FreeBSD.ORG Sun Apr 17 08:32:32 2005 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C4A816A4CE for ; Sun, 17 Apr 2005 08:32:32 +0000 (GMT) Received: from smtp4.wlink.com.np (smtp4.wlink.com.np [202.79.32.87]) by mx1.FreeBSD.org (Postfix) with SMTP id 8AB4443D2F for ; Sun, 17 Apr 2005 08:32:27 +0000 (GMT) (envelope-from mail@vickysh.wlink.com.np) Received: (qmail 92617 invoked from network); 17 Apr 2005 08:32:25 -0000 Received: from unknown (HELO qmail-scanner.wlink.com.np) (202.79.32.74) by 0 with SMTP; 17 Apr 2005 08:32:25 -0000 Received: (qmail 81132 invoked by uid 1008); 17 Apr 2005 08:32:25 -0000 Received: from mail@vickysh.wlink.com.np by qmail-scanner.wlink.com.np by uid 1002 with qmail-scanner-1.20 (clamscan: 0.70. Clear:RC:1(202.79.32.77):. Processed in 0.501207 secs); 17 Apr 2005 08:32:24 -0000 Received: from smtp2.wlink.com.np (202.79.32.77) by qmail-scanner.wlink.com.np with SMTP; 17 Apr 2005 08:32:24 -0000 Received: (qmail 31116 invoked by uid 516); 17 Apr 2005 08:32:23 -0000 Received: from [202.79.36.227] (HELO vicks.wlink.com.np) by smtp2.wlink.com.np (qmail-smtpd) with SMTP; 17 Apr 2005 08:32:23 -0000 (Sun, 17 Apr 2005 14:17:23 +0545) From: Vicky Shrestha Organization: WorldLink Communications To: freebsd-security@freebsd.org User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Disposition: inline Date: Sun, 17 Apr 2005 14:17:17 +0545 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200504171417.18458.mail@vickysh.wlink.com.np> X-Spam-Check-By: smtp2.wlink.com.np Spam: No ; -4.9 / 5.0 X-Spam-Status-WL: No, hits=-4.9 required=5.0 X-Spam-Debug-Wlink: -4.9 X-Mailman-Approved-At: Sun, 17 Apr 2005 12:24:50 +0000 Subject: IPSEC l2tpd and Windows shares problem X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mail@vickysh.wlink.com.np List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 08:32:32 -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