It looks like you're new here. If you want to get involved, click one of these buttons!
Has anyone else gotten OpenVPN-AS to work on IPXcore? I keep getting IPTable errors.
service failed to start due to unresolved dependencies: set(['user']) service failed to start due to unresolved dependencies: set(['iptables_openvpn']) Service deferred error: IPTablesServiceBase: failed to run iptables-restore [status=1]: ['iptables-restore: line 59 failed']: internet/defer:323,sagent/ipts:119,sagent/ipts:46,util/mycprof:11,:1,sagent/sagent_entry:14,sagent/sagent_entry:11,util/daemon:28,util/daemon:69,application/app:423,scripts/_twistd_unix:202,application/app:445,application/app:348,internet/base:1166,internet/base:1178,internet/epollreactor:194,python/log:85,python/log:70,python/context:59,python/context:37,internet/epollreactor:223,internet/posixbase:191,internet/process:260,internet/process:762,internet/process:775,internet/_baseprocess:60,svc/pp:116,svc/svcnotify:32,internet/defer:238,internet/defer:307,internet/defer:323,sagent/ipts:119,sagent/ipts:46,util/error:60,util/error:43 service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['iptables_live', 'iptables_openvpn'])
I allowed everything through IPTables, opened a ticket, but I can't seem to be able to solve the issue.
Comments
Try disabling them completly /etc/init.d/iptables save /etc/init.d/iptables stop chkconfig iptables off
On centos
LiquidHost - https://liquid-solutions.biz
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksDisabled iptables all the way, same errors :(
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksDont know if this is the issue, but ask your host if he has ppp_mppe/mppe enabled. Reinstall of OpenVPN-AS might be needed after it's enabled.
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksYes i did, without any issue. No iptables or whatsoever. Installed openvpn from their tutorial. See my other topic. (Was another vps though wIth 128mb ram)
I use http://tuxlite.com to configure all my VPSes and I love it!
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksIf all else fails, drop by #lowendbox and see whether novaflash can sort you out.
- Spam
- Abuse
- Troll
0 • Disagree Agree Thanks@Damian
Proud member of the VPS Collectors Club
- Spam
- Abuse
- Troll
0 • Disagree Agree Thanksits missing an iptables module that is required for OpenVPN AS to work on OpenVZ.
Damian has to enable it.
join us on IRC - #lowendbox on irc.freenode.net
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksOpenVPN-as? Or community edition? I dislike the community edition.
Openvpn runs TAP/TUN. So PPP is the wrong protocol, and would not need to be enabled.
How would he sort me out?
Damian said all the required modules were loaded such as the mark modules, so I'm unsure of what else would need to be enabled.
- Spam
- Abuse
- Troll
0 • Disagree Agree Thankshttp://openvpn.net/index.php/access-server/docs/admin-guides/186-how-to-run-access-server-on-a-vps-container.html
Does he have both ipt_mark and ipt_MARK enabled ?
join us on IRC - #lowendbox on irc.freenode.net
- Spam
- Abuse
- Troll
0 • Disagree Agree Thanks- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksAdditionally, note that ipt_mark and MARK are now called xt_mark and MARK to reflect the fact that they are compatible with both ipv4 and ipv6.
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksAll that needed to be done is for the module 'ipt_state' to be loaded, server starts up fine now.
Thanks guys, and thanks to the excellent support @ IPXCore.
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksAwesome
join us on IRC - #lowendbox on irc.freenode.net
- Spam
- Abuse
- Troll
0 • Disagree Agree Thanks