I'm trying to make pptp work in proxmox and I found a lot of problems.
The only way I managed to get it work is: VM with a real IP.
pptp doesn't work in a VM with nat.
Is it possible to make pptp work in a VM with nat?
When I make lxc-container it doesn't work even with a real IP without nat. Even worse, pptp in lxc hangs up all the node.
Every time I get
...
sent [LCP ConfReq id=0x1a <asyncmap 0x0> <magic 0xbd9e3105> <pcomp> <accomp>]
LCP: timeout sending Config-Requests
Of course on the node I did
modprobe ip_nat_pptp
modprobe ip_conntrack_pptp
modprobe ip_gre
I tried Network Device with nat mode and with bridged mode (and made nat myself). All the same.
I added
iptables -I FORWARD 1 -j ACCEPT
It doesn't help.
What's wrong, maybe there is something more I can try?
The only way I managed to get it work is: VM with a real IP.
pptp doesn't work in a VM with nat.
Is it possible to make pptp work in a VM with nat?
When I make lxc-container it doesn't work even with a real IP without nat. Even worse, pptp in lxc hangs up all the node.
Every time I get
...
sent [LCP ConfReq id=0x1a <asyncmap 0x0> <magic 0xbd9e3105> <pcomp> <accomp>]
LCP: timeout sending Config-Requests
Of course on the node I did
modprobe ip_nat_pptp
modprobe ip_conntrack_pptp
modprobe ip_gre
I tried Network Device with nat mode and with bridged mode (and made nat myself). All the same.
I added
iptables -I FORWARD 1 -j ACCEPT
It doesn't help.
What's wrong, maybe there is something more I can try?