gerboys.blogg.se

Dd wrt v24 sp2
Dd wrt v24 sp2





Hope this may be of help to anyone in the future.įirstly, thanks for the suggestion of using build 18687 on my ol' WRT54GL. Hence, I had to adapt the rules for this. I had to check (using ifconfig) which correct tun device the openvpn client created, for me it was tun1 Iptables -t nat -A POSTROUTING -o tap0 -j MASQUERADE Iptables -t nat -A POSTROUTING -o tun1 -j MASQUERADE Iptables -I FORWARD -i tun1 -o br0 -j ACCEPT Iptables -I FORWARD -i br0 -o tun1 -j ACCEPT Second, I had to use these iptables rules in the DD-WRT to get the traffic correctly forwarded. Just make sure to get the correct build number and the openvpn generic Firmware build. ones) und disconnect issues, EVEN with no iptables or firewall rules in effect, is truly the reason of the firmware.įor the WRT54GL V1.1 I use, I found this build working:ĭD-WRT v24-sp2 (03/08/12) vpn - build 18687 I just like to share my findings of the past days, with much help from this forum I was finally able to have everything setup the way I wanted to.įirst of all, what I experienced, getting errors in the form of TLS Handshake TimeOut (the 60sec.







Dd wrt v24 sp2