dinçer salih kurnaz
Tech. Consultant,
Platform independent senior system administrator.
Servers/Hardware,
Operating Systems/Applications,
Storage,
Networking,
IT Security,
Virtualization,
Cloud Computing/Cloud Management,
Linux
Oracle

OpenVPN Notlarim

Tüm internet bağlantınızı VPN üzerinden geçirmek için

push “redirect-gateway local def1”
push “dhcp-option DNS 10.8.0.1”


/etc/sysctl.conf

net.ipv4.ip_forward = 1


echo 1 > /proc/sys/net/ipv4/ip_forward

iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE


http://wiki.debian.org/OpenVPN
https://help.ubuntu.com/11.10/serverguide/openvpn.html
http://tipupdate.com/how-to-install-openvpn-on-ubuntu-vps/


Comments
blog comments powered by Disqus