No, you cannot assign the same IP address to ppp0 as eth0, as each interface must have a unique IP. To make Poptop clients communicate with LAN devices seamlessly, you can enable Proxy ARP, which allows the server to respond to ARP requests on behalf of the clients, making them appear as part of the LAN subnet. Alternatively, if the clients use a different subnet, you need to configure static routes on LAN devices to direct traffic to the VPN client subnet through the Poptop server. Bridging ppp0...
panic with gentoo linux 1.4
Please upgrade to pptpd-1.5.0
Dynamically enable gre on OpenBSD
PPTPD build system is incompatible with >=automake-1.13
Please revalidate against pptpd-1.5.0
Dynamically enable gre on OpenBSD
Please rebase against pptpd-1.5.0
Missing headers on 64 bit archs
Please revalidate on pptpd-1.5.0
Missing pieces on build task
We no longer provide RPMs.
Support ppp-2.5.0
pptp-1.4.0: build failure with gcc-14
Okay, Edit can change Status.
Yes, I know. However, there is no option in the user interface for changing the status. There are buttons with tooltips "Follow this ticket", "Subscribe to this ticket", "Move", "Edit" or "Delete", I shall try "Edit".
@quozl: There is: - https://sourceforge.net/p/poptop/bugs/search/?q=status%3Awont-fix+or+status%3Aclosed
@quozl: There is: - https://sourceforge.net/p/poptop/bugs/search/?q=status%3Awont-fix+or+status%3Aclosed
Sorry, there is no option to close.
Sorry, there is no option to close.
@quozl: Thanks for your quick answer! Like you have fixed the problem, can you close this ticket? Maybe there are other tickets in the same situation: - https://sourceforge.net/p/poptop/bugs/ - https://sourceforge.net/p/poptop/support-requests/ - https://sourceforge.net/p/poptop/patches/ - https://sourceforge.net/p/poptop/feature-requests/ Thanks in advance. Regards.
@quozl: Thanks for your quick answer! Like you have fixed the problem, can you close this ticket? Maybe there are other tickets in the same situation: - https://sourceforge.net/p/poptop/bugs/ - https://sourceforge.net/p/poptop/support-requests/ - https://sourceforge.net/p/poptop/patches/ - https://sourceforge.net/p/poptop/feature-requests/ Thanks in advance. Regards.
Won't merge, was already fixed in b77d92c ("Build fixes for ppp-2.5")
Was fixed in 0194b80 ("strerror and memset require string.h")
Dear @pghmcfc, @quozl, @snapgear, @eysng, @igormaciel, @shawarma, @wskwok, There is a talk about PPP 2.5.1 and Poptop on OpenWrt bug tracker: - https://github.com/openwrt/openwrt/pull/16605#issuecomment-2408782436 @yarda81 has done a patch without comment from you more one year ago. And a second one here: - https://sourceforge.net/p/poptop/bugs/54/ cc: @eivnaes.
Dear @pghmcfc, @quozl, @snapgear, @eysng, @igormaciel, @shawarma, @wskwok, There is a talk about PPP 2.5.1 and Poptop on OpenWrt bug tracker: - https://github.com/openwrt/openwrt/pull/16605#issuecomment-2408782436 @yarda81 has done a patch without comment from you more one year ago. cc: @eivnaes.
1.5.0
Apply autoconf 2.71 and automake 1.16.5
Fix some parts of macro expansion are not guarded
strerror and memset require string.h
Fix a typo in the pptpd manpage
pptp-1.4.0: build failure with gcc-14
Build fixes for ppp-2.5
Support ppp-2.5.0
Fix build without --enable-bcrelay
Propagate CC to subdirectories
bcrelay: added save daemon PID to file
explain padding of argument zero
check for remote IP duplicates in pptpd.conf
Fix segfault in pptpctrl argument parser
pqueue.h: include sys/types.h
I can not connect to the second user in the VPN.
PPTP server does not work OK any more when IP pool is full and a new user is trying connect to the server.
Thanks!
I tested your changes. It worked for me. Thanks.
[pptpgre.c:190] possible bad array index ?
You did not attach your changes to pptpctrl.c. However, I have reviewed the bail()...
PPTP server does not work OK any more when IP pool is full and a new user is trying connect to the server.
pptpctrl: exit when bailing
bcrelay.c: clean use of snprintf
bcrelay.c: replace sprintf with snprintf
bcrelay.c: reindent and wrap some comments
bcrelay: fix typo
PPTP server does not work OK any more when IP pool is full and a new user is trying connect to the server.
avoid remotenumber option on FreeBSD
Previous discussion: https://sourceforge.net/p/poptop/discussion/146880/thread/467a39ad/...
I've got Poptop set up on a Linux box to be a PPTP server. I have a number of client...
Ok, thanks for the information. It's a shame it isn't quite as simple as Windows...
Don’t use SNAT if you want to see the PPTP clients from the LAN. Still make sure...
Part of the reason for wanting local IPs is so that connections can be opened to...
Rather than bridging, have you tried an iptables rule for SNAT? iptables -t nat -A...
Hi, I'm trying to replace a Windows server providing PPTP with a Linux server running...