Displaying 20 results from an estimated 2000 matches similar to: "winbind auth pppd 2.4.3/pptpd dialup samba pdc works"
2018 Mar 26
3
centos7: pptpd vpn problem: mppe_decompress[0]: FLUSHED bit not set in stateless mode!
I try to setup a PPTP VPN server on Centos 7 and from client a router
Vodafone Station (Firmware 5.4.8.1.316.1.21)
On c7 I have install this:
[root at s-virt tmp]# rpm -q pptpd ppppptpd-1.4.0-2.el7.x86_64ppp-2.4.5-
33.el7.x86_64
and setup all file and firewall like howto say.This now is my config:
/etc/pptpd.conf:option
/etc/ppp/options.pptpd/etc/pptpd.conf:logwtmp/etc/pptpd.conf:localip
2005 Mar 10
0
pptpd
Hi All,
I''m pulling my hair out trying to get vpn working from a windows client
on the internet to my firewall.
I have the following pptpd.conf file:
option /etc/ppp/options.poptop
stimeout 10
speed 115200
localip 196.22.35.1
remoteip 196.22.35.100-110
196.22.35.1 is my public ip address on my firewall, eth0 ip address,
also my lan ip adress.
options.poptop looks like this:
#ipparam
2008 Mar 17
1
VPN server and logon to Samba PDC
My goal is to make VPN access to our Samba PDC (FreeBSD 7.0) so that users
can access there home shares from Windows clients.
I have read the instructions at
http://samba.org/ftp/unpacked/lorikeet/pppd/final-report.pdf, but I can't
make it work. Don't know if is due to my lack of skills or has something to
do with the Popop functionality in FreeBSD.
Following the instructions, i made a
2003 Jan 12
0
SV: [Gibraltar-list] help: vpn configuration
Yes your chap-secret file could be the issue, it should look like this:
Your_usrname * Your_password *
That?s it :)
But if that don?t work include this file to the list:
/etc/ppp/pptpd-options
It should look something like this:
ipparam PoPToP
lock
mtu 1490
mru 1490
ms-wins 172.x.y.1
ms-dns 172.x.y.1
multilink
proxyarp
auth
+chapms-v2
ipcp-accept-local
ipcp-accept-remote
lcp-echo-failure 30
2010 Jun 02
1
Regression of 5616?
I'm wondering if I'm seeing a regression of 5616 with 3.4.8. I'm trying to
set-up pptpd with winbind, which I'm doing on two machines on Debian lenny,
and I'm trying on Debian Squeeze now. The Windows client is saying "Error
778: It was not possible to verify the identity of the server." The logs say
that everything is ok, and that the client is hanging up the
2005 Aug 11
0
pptpd install
I'm using Centos4.1 kernel 2.6.9-11.106 and I'm trying to install a
pptpd, but have run into a snag. the following is where I'm stuck.
[root at centosserver noarch]#
rpm --install kernel_ppp_mppe-0.0.5-2dkms.noarch.rpm
Creating symlink /var/lib/dkms/kernel_ppp_mppe/0.0.5/source ->
/usr/src/kernel_ppp_mppe-0.0.5
DKMS: add Completed.
Module build for the
2007 Dec 10
1
module mppe with pptpd causes kernel crash
Hi,
configuration of PPTP for windows clients , using MPPE causes kernel crash.
It is a known bug which is in bugzilla on RedHat
https://bugzilla.redhat.com/show_bug.cgi?id=248716
I was thinking that CentOS 5.1 has allready a kernel patched , but as it
seems NOT. Or am i wrong?
Thanks
David Hlacik
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Oct 28
0
NTLM_AUTH failing?
On 28/10/15 18:10, Ryan Ashley wrote:
> That is client setup. We have that under control. Our Linux users use
> Network Manager to connect and our Windows users use the stuff built
> into Windows. My problem is server-side. The server is a PPTP VPN
> (running via pptpd) and I have to add the lines below to make it work.
>
> plugin winbind.so
> ntlm_auth-helper
2015 Oct 27
0
NTLM_AUTH failing?
I'm setting up a PPTP VPN server on a client domain and am having an odd
issue. If I run ntlm_auth on the command-line, it works as expected.
However, if I run it with my PPTP server, it denies access to every
user. MY setup is that I have a few AD users in an AD group named
"PPTP". I have the following in my pptp-options file. The server is
Debian Squeeze 64bit.
name vpn01
domain
2015 Oct 27
0
NTLM_AUTH failing?
On 27/10/15 21:05, Ryan Ashley wrote:
> I am not sure how to determine the separator,
The separator is easy to establish, do you have a line in smb.conf that
starts 'winbind separator =" , if you do, then whatever is after the '='
is the separator, if you haven't got the line, then you are using the
default '\'
Rowland
> but 'which' shows
>
2015 Oct 28
0
NTLM_AUTH failing?
On 28/10/15 13:45, Ryan Ashley wrote:
> Thank you, Rowland. I will be going by this afternoon and I will check.
> The thing is, if it IS "\", how do I enter that into the pptp-options
> file? The entire list of parameters are in quotes, so do I need a
> double-backslah or anything?
>
> Lead IT/IS Specialist
> Reach Technology FP, Inc
>
> On 10/27/2015 05:21 PM,
2010 Sep 07
2
winbind and pptpd authentication failure
Hi all
I'm not sure whether to go to the ppp lists for this, or the samba
lists. I thought I'd try here first.
I have a linux firewall using winbind to authenticate users coming in
with PPTP. It all seemed to work OK at first. After a while I noticed
that authentication was denied to users who had previously (as in less
than a day) authenticated successfully. After a day or so of
2015 Oct 27
2
NTLM_AUTH failing?
I am not sure how to determine the separator, but 'which' shows
"/usr/bin/ntlm_auth". I already ran it while on-site. Since it is
broken, I cannot remote in. I will have to show up on-site again,
possibly Thursday.
Lead IT/IS Specialist
Reach Technology FP, Inc
On 10/27/2015 01:41 PM, Michael Wandel wrote:
> Hey,
>
> On 27.10.2015 17:53, Ryan Ashley wrote:
>>
2015 Oct 28
2
NTLM_AUTH failing?
That is client setup. We have that under control. Our Linux users use
Network Manager to connect and our Windows users use the stuff built
into Windows. My problem is server-side. The server is a PPTP VPN
(running via pptpd) and I have to add the lines below to make it work.
plugin winbind.so
ntlm_auth-helper "/usr/bin/ntlm_auth --helper-protocol=ntlm-server-1"
Now, that allows ALL
2015 Oct 28
2
NTLM_AUTH failing?
Thank you, Rowland. I will be going by this afternoon and I will check.
The thing is, if it IS "\", how do I enter that into the pptp-options
file? The entire list of parameters are in quotes, so do I need a
double-backslah or anything?
Lead IT/IS Specialist
Reach Technology FP, Inc
On 10/27/2015 05:21 PM, Rowland Penny wrote:
> On 27/10/15 21:05, Ryan Ashley wrote:
>> I am
2005 Aug 10
2
MPPE required, but kernel has no support.
Ok, on to new swamps.
I would like to enable PPTP on CentOS4 to accept connections from
clients running MicroSoft Win2K and XP pro from outside our firewall.
I am testing pptpd-1.2.3-0 and tells me that I need kernel support
for MPPE, which I suppose is MicroSoft's own form of PtoP encryption.
Is there a way of doing this without rebuilding the kernel? If so,
how?
Regards,
Jim
--
2004 Apr 14
1
PPTP Server running behind Shorewall
Hi friends, I need help.
I''ve PPTP Server running behind Shorewall. The PPTP server is working OK in my
LAN, but I want to connect outside and It isn''t working.
I''ve configurate shorewall like http://www.shorewall.net/PPTP.htm.
I add only this lines in my rules
DNAT net loc:165.182.15.15 tcp 1723 - IPext
DNAT net loc:165.182.15.15 47 - - IPext
It isn''t
2006 Sep 18
0
[Bug 512] New: poptop (pptpd) will not work if ip_nat_pptp loaded
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=512
Summary: poptop (pptpd) will not work if ip_nat_pptp loaded
Product: netfilter/iptables
Version: linux-2.6.x
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: normal
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
2005 Jul 22
1
Authenticate pptpd server on a domain controller
Hello.
I have two servers:
-One is a vpn server with pptpd. It has debian sarge 3.1, kernel(2.6.8), pptd(1.2.1-4), ppp(2.4.3-2) and Samba(3.0.14a-3). All the accounts to log on the vpn are on /etc/ppp/chap-secrets file.
-The other is a pdc with samba(2.2.7) in red hat 8
I want the accounts in the first server (chap-secrets file) authenticate against the pdc server (/etc/samba/smbpasswd) on