Need help setting up vpn vps atlantic.net

beeker.s

Newbie
Joined
Feb 25, 2013
Messages
24
Reaction score
5
Never done this before with vps. I keep getting error 803 when i connect.

Configuration
Operating System : ubuntu-12.04.4_32bit Server
CPU : 1
RAM : 256MB
Disk Storage : 10GB

How do i do this help?
 
I'll need some more details and I can't promise you exactly when I'll have the time but if you want to add me on Skype - voiditsolutions - I'll try to carve out a little to give you a hand.
 
openvpn as-: Depends on iptables but is not installed
so i.. sudo apt-get install iptables
following packages have unmet dependencies
iptables=: depends:libnfnetlink0 (>= 1.0.0) is not going to be installed

I'm new to this obviously.
 
Seen that but cant get past the dpkg -i openvpn-as-1.8.5-Ubuntu12.i386.deb

with out these errors using this tutorial
dpkg -i openvpn-as-1.8.5-Ubuntu12.i386.deb

Atleast they have a live chat that points you to a support email that says
Dear Scott,

Unfortunately, as our cloud platform is an unmanaged service, we will be unable to assist you. All configuration and troubleshooting of the software within our cloud servers is outside of our scope of support. You can read about that here:
 
echo 1 > /proc/sys/net/ipv4/ip_forward
Next issue the following commands to configure Iptables one by one:
iptables -A FORWARD -m state -state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -s 10.8.0.0/24 -j ACCEPT
iptables -A FORWARD -j REJECT
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT -to-source YourVPSIP

iptables command not found??????
 
Back
Top