Thread: openvpn connects but no internet access
hello, sorry if have posted in wrong area said post on xubuntu , support site please move if inappropriate.
have openvpn installed on vps server debian 6 through following linode http://library.linode.com/networking...bian-6-squeeze documentation. whole guide followed including tunneling , dnsmasq part.
client machine can connect vpn not have internet accesss.
use client.conf connect vpn , followed steps 10 , 11 guide: http://tipupdate.com/how-to-install-ope ... buntu-vps/
friend can connect vpn, has internet access, , pulls ip linode on whatismyipaddress.com. using same distro using ubuntu 12.04 , using xubuntu 12.04 64bit.
asked in linode irc chat , kept getting responses check routing , nat forwarding. think problem might client-side related since friend able connect certs different ones using.
got work, anyways..
added:
iptables -a input -j accept -s 10.8.0.0/24 -p esp
iptables -a input -j accept -s 10.8.0.0/24 -p udp -m multiport --sports isakmp,10000
iptables -a input -j accept -i tun+
iptables -a output -j accept -d 10.8.0.0/24 -p esp
iptables -a output -j accept -d 10.8.0.0/24 -p udp -m multiport --dports isakmp,10000
iptables -a output -j accept -o tun+
to: /etc/firestarter/user-pre
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [xubuntu] openvpn connects but no internet access
Ubuntu
Comments
Post a Comment