I can connect to openvpn server under win7/vista successfully

I have used lots of time struggling on this issue...
Luckily, I got successful finally
well
好難架咩 ? 我前日想起個 OpenVPN server, 可惜 Win7 可能未 support, 太煩了
都係換返 dd-wrt 做 PPTP server 算
I have used lots of time struggling on this issue...
Luckily, I got successful finally
AlfredChan 發表於 2009-6-19 15:59
just post your step
If you want to use push "redirect-gateway" function, you have to type the following commands

step1:  iptables -t nat -A POSTROUTING -o eth0 (change to vpn server's interface which hold the real IP)  -j SNAT --to 63.127.146.199 (changed to vpn server's real IP)
step2: iptables -A FORWARD  -j ACCEPT
step3: iptables -L -t nat     (list all rules,have a look of result)
step4: echo 1 > /proc/sys/net/ipv4/ip_forward

----------------------------------------------------------------------------
Edit your server.conf with adding the following lines
push "dhcp-option DNS xxx.xxx.xxx.xxx" where xxx.xxx.xxx.xxx is your ISP's DNS
push "redirect-gateway"
-----------------------------------------------------------------------------
Edit client.ovpn under win7/vista with the adding the following lines for successful connection
route-method exe
route-delay 10

Finally, restart your openvpn server. Everything is supposed to be ok then!  Enjoy it:)
O甘煩 ~
我用 PPTP, 咩都唔駛做都可以用 VPN 個 network 上網 (因為 default 已經係 "use server gateway")
well...your solution is quite good...
How to use PPTP server ?
well...your solution is quite good...
How to use PPTP server ?
AlfredChan 發表於 2009-6-22 10:41
easy 得太過份了
http://www.hkepc.com/forum/viewt ... page=20#pid18623234
ya...the setting is really easy and PPTP is good to use, thanks for your recommendation!