Peter Volkov | 3 Sep 2006 20:27
Picon

mppe without requiring. Solution how to use mppe-mppc with the recent kernels.

Hello.

I hope you know that the only way to have mppe support optional is to
use mppe-mppc patch from Jan Dubiec. But recent kernels already include
the patch for mppe and thus further patching with Jan's patch fails
but... still possible. To patch you need to remove in-kernel mppe patch.
To do this download mppe patch from the link below:

http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14/2.6.14-mm1/broken-out/ppp_mppe-add-ppp-mppe-encryption-module.patch

And remove patch with `patch -R` command. After that apply Jan's patch
and enjoy :)

I did this with with linux kernel 2.6.17.11. The only small issue I had
was one reject. Code that was added with mppe patch in kernel was not
there anymore, so I ignored that problem.

HTH,
Peter.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Poptop-server mailing list
Poptop-server <at> lists.sourceforge.net
(Continue reading)

Peter Volkov | 3 Sep 2006 20:29
Picon

Re: deprecated MAX_CONNECTIONS, also some fixes...

On 2005-12-29 at 21:30 +1100, James Cameron wrote:
> In CVS for pptpd, MAX_CONNECTIONS has been removed, and it has been
> replaced with the --connections command line option and connections
> option in pptpd.conf.

James. Can you remove "(note, MAX_CONNECTIONS can't!)" from defaults.h
also?

And I just wanted to forward some fixes from Gentoo land. First of all
segfault using -C option:
http://bugs.gentoo.org/show_bug.cgi?id=132898
and proposed by Alin Nastac (mrness at gentoo.org) patch
(pptpd-1.3.2-connections) in attachment.

And another bug is pptpd syslog flood with GRE packets:
http://bugs.gentoo.org/show_bug.cgi?id=127388

Currently we fix it with the following patch:

diff -Nru pptpd-1.3.2.orig/pptpgre.c pptpd-1.3.2/pptpgre.c
--- pptpd-1.3.2.orig/pptpgre.c  2006-03-28 00:39:05.000000000 +0300
+++ pptpd-1.3.2/pptpgre.c       2006-05-13 00:05:12.462064250 +0300
 <at>  <at>  -405,9 +405,9  <at>  <at> 
                }
                /* check for out-of-order sequence number */
                if (seq_greater(seq, gre.seq_recv)) {
-                       if (pptpctrl_debug)
+                       /* if (pptpctrl_debug)
                                syslog(LOG_DEBUG, "GRE: accepting packet
#%d",
(Continue reading)

James Cameron | 5 Sep 2006 02:46
Picon
Favicon

pptpd-1.3.3 released

G'day,

pptpd 1.3.3 has been released.

Please reply to the mailing list with your test results.

See:
        http://sourceforge.net/projects/poptop (click on Files)
        http://sourceforge.net/project/showfiles.php?group_id=44827

Checksums:
	281cbe4b18f0524a283fdb9618cc73ec  pptpd-1.3.3.tar.gz

Changes to pptpd since 1.3.2 are:
- add missing connections option in sample pptpd.conf [Cameron]
- add message to indicate when constrained by IP range [Cameron]
- fix segfault on -C option, Closes Gentoo Bug #132898 [Nastac]
- support mixed architecture build on x86_64 [Gorlov]
- fix configure --with and --without option processing again [Cameron]
- include libutil in logwtmp build [Gorlov]
- fix spec file [Howarth]

See the detailed ChangeLog

--

-- 
James Cameron                         http://quozl.netrek.org/
HP Open Source, Volunteer             http://opensource.hp.com/
PPTP Client Project, Release Engineer http://pptpclient.sourceforge.net/
(Continue reading)

James Cameron | 5 Sep 2006 02:51
Picon
Favicon

Re: deprecated MAX_CONNECTIONS, also some fixes...

On Sun, Sep 03, 2006 at 10:29:20PM +0400, Peter Volkov wrote:
> James. Can you remove "(note, MAX_CONNECTIONS can't!)" from defaults.h
> also?

Done.  Also from the sample pptpd.conf file.  Included in 1.3.3.

> And I just wanted to forward some fixes from Gentoo land. First of all
> segfault using -C option:
> http://bugs.gentoo.org/show_bug.cgi?id=132898
> and proposed by Alin Nastac (mrness at gentoo.org) patch
> (pptpd-1.3.2-connections) in attachment.

Taken.  Also added an informational message to show when the number of
connections has been constrained by the number of IP addresses given.
Included in 1.3.3.

> And another bug is pptpd syslog flood with GRE packets:
> http://bugs.gentoo.org/show_bug.cgi?id=127388

Rejected.  Turn off debug mode in pptpd.conf if you don't want to see
these syslog messages.  I see opinions that it should not do this, but I
don't see any good argument.  We have needed these messages to diagnose
problems.

> [Gentoo] Maintainer of pptpd told that it "is insane to generate a
> syslog call for every packet you receive." What do you think about
> that?

Gladly insane if it helps us support it here.

(Continue reading)

James Cameron | 5 Sep 2006 03:00
Picon
Favicon

pptpd-1.3.3 rpmbuild

Wasn't able to release rpm's this time, had a problem:

$ make rpm
fakeroot rpmbuild -ta pptpd-1.3.3.tar.gz
error: Name field must be present in package: (main package)
error: Version field must be present in package: (main package)
error: Release field must be present in package: (main package)
error: Summary field must be present in package: (main package)
error: Group field must be present in package: (main package)
error: License field must be present in package: (main package)
make: *** [rpm] Error 1

Anyone with RPM clue have any idea how to fix?
The spec file is in the tar.gz.

I'm using rpmbuild on Debian GNU/Linux, etch.

--

-- 
James Cameron                         http://quozl.netrek.org/
HP Open Source, Volunteer             http://opensource.hp.com/
PPTP Client Project, Release Engineer http://pptpclient.sourceforge.net/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Peter Volkov | 5 Sep 2006 09:35
Picon

Re: deprecated MAX_CONNECTIONS, also some fixes...

On 2006-09-05 at 10:51 +1000, James Cameron wrote:
> On Sun, Sep 03, 2006 at 10:29:20PM +0400, Peter Volkov wrote:
> > And another bug is pptpd syslog flood with GRE packets:
> > http://bugs.gentoo.org/show_bug.cgi?id=127388
> 
> Rejected.  Turn off debug mode in pptpd.conf if you don't want to see
> these syslog messages.  I see opinions that it should not do this, but I
> don't see any good argument.  We have needed these messages to diagnose
> problems.
> 
> > [Gentoo] Maintainer of pptpd told that it "is insane to generate a
> > syslog call for every packet you receive." What do you think about
> > that?
> 
> Gladly insane if it helps us support it here.

James, but could you, please, explain, how GRE sequence number (I mean
"GRE: accepting packet #%d") can help you to diagnose problems?

Thank you,
Peter.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
(Continue reading)

Luke Alexander | 5 Sep 2006 12:28

multiple M$ clients accessing POPTOP from same network


Hi,

Is this config possible?

We have a number of employees who currently work off site, we are unable to do a site to site VPN and want to use
the MS PPTP client to connect to the POPTOP server here, it seems that (since we upgraded to 1.32) they now
have intermittent connection problems.

For example 1 user is connected and happily working, another connects and the 1st user disconnects or has no
network response resulting in them having to reconnect.

Regards,

Luke

______________________________________________________________________
Want to know more about Endemol UK and its productions? Visit http://www.endemoluk.com
Any views or opinions expressed in this e-mail are solely those of the author and do not necessarily
represent those of ENDEMOL UK plc unless specifically stated.
This email and the information it contains are confidential and intended solely for the use of the
individual or entity to which it is addressed. If you have received this email in error please notify us
immediately and delete the copy you have received from your system.
You should not copy it for any purpose, re-transmit it, use it or disclose its contents to any other person.
If you suspect the message may have been intercepted or amended please call the sender.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
(Continue reading)

Phil Mayers | 5 Sep 2006 12:34
Picon

Re: multiple M$ clients accessing POPTOP from same network

Luke Alexander wrote:
> Hi,
> 
> Is this config possible?
> 
> We have a number of employees who currently work off site, we are
> unable to do a site to site VPN and want to use the MS PPTP client to
> connect to the POPTOP server here, it seems that (since we upgraded
> to 1.32) they now have intermittent connection problems.
> 
> For example 1 user is connected and happily working, another connects
> and the 1st user disconnects or has no network response resulting in
> them having to reconnect.

I take it there is a NATing device between them and the server?

Is the NAT device PPTP aware?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Eric V. Smith | 5 Sep 2006 13:06
Favicon

Re: pptpd-1.3.3 rpmbuild

James Cameron wrote:
> Wasn't able to release rpm's this time, had a problem:
> 
> $ make rpm
> fakeroot rpmbuild -ta pptpd-1.3.3.tar.gz
> error: Name field must be present in package: (main package)
> error: Version field must be present in package: (main package)
> error: Release field must be present in package: (main package)
> error: Summary field must be present in package: (main package)
> error: Group field must be present in package: (main package)
> error: License field must be present in package: (main package)
> make: *** [rpm] Error 1
> 
> Anyone with RPM clue have any idea how to fix?
> The spec file is in the tar.gz.
> 
> I'm using rpmbuild on Debian GNU/Linux, etch.
> 

James:

It worked for me without problems on an FC2 machine.  I think your 
problem is specifying "-ta" instead of "-ba".  With "-ta", I get the 
same error messages you did.

Eric.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
(Continue reading)

Luke Alexander | 5 Sep 2006 17:14

Re: multiple M$ clients accessing POPTOP from same network


> I take it there is a NATing device between them and the server?

Most likely

> Is the NAT device PPTP aware?

Will have to check, and post back, but I wonder why they users at the remote site claim that it was working with
the older version of PPTPD?

Regards,

Luke

______________________________________________________________________
Want to know more about Endemol UK and its productions? Visit http://www.endemoluk.com
Any views or opinions expressed in this e-mail are solely those of the author and do not necessarily
represent those of ENDEMOL UK plc unless specifically stated.
This email and the information it contains are confidential and intended solely for the use of the
individual or entity to which it is addressed. If you have received this email in error please notify us
immediately and delete the copy you have received from your system.
You should not copy it for any purpose, re-transmit it, use it or disclose its contents to any other person.
If you suspect the message may have been intercepted or amended please call the sender.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
(Continue reading)


Gmane