ip_tables_matches modules for OpenVPN-AS ?

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
aponton
OpenVpn Newbie
Posts: 1
Joined: Fri Sep 14, 2012 7:59 pm

ip_tables_matches modules for OpenVPN-AS ?

Post by aponton » Fri Sep 14, 2012 8:08 pm

Hello,

I rented access to a VPS and pre-paid for a full year. I took this provider cause I had an account with them in the past and it was working perfectly.

The VPS Hosting company have enabled Tun / Tap and IPTables but I am still not able to start OpenVPN-AS.

When I try to start the server, I get the following error:

Code: Select all

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=2]: ["iptables-restore v1.3.5: iptables-restore: unable to initializetable 'mangle'", '', 'Error occurred at line: 53', "Try `iptables-restore -h' or 'iptables-restore --help' for more information."]: internet/defer:323,sagent/ipts:119,sagent/ipts:46,util/mycprof:11,<string>: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 have the following IPTables modules installed based on the list returned by

Code: Select all

cat /proc/net/ip_tables_matches

Code: Select all

state
conntrack
mark
icmp
length
ttl
tcpmss
multiport
multiport
limit
tos
udp
tcp
Is there any modules missing or anyone know where is the issue?

Post Reply