How to Configure the WRT160 as OpenVPN Server PART IV

This quite simpleInstall the openVPN for your OS and then disable the firewall for the TAP Win32 V9 in Windows and use IFConfig to disable the firewall on linux systemsOn Windows Right Click on the icon in the taskbar and Click the Edit Config file.. and ensure the following is config file and Click save.############################################### […]

How to Configure the WRT160 as OpenVPN Server PART III

Now we get to configure the second WRT160Nv3 as Clients Ur Config should be as follows 1. Configure the OpenVPN ClientThis is a GUI Configurations hence take a look at the imagesNote: While testing do not use the the dyndns.com service.. use the whatismyip.com to get the IP and paste it.2. Configure the Firewall# Allow […]

How to Configure the WRT160 as OpenVPN Server PART II

Configure the WRT160Nv3 as OpenVPN Server by following the following steps.1. Configure the FireWall Login to the WRT160Nv3 and go to the TAB Administration > TAB Commandcut paste the followingiptables -I INPUT 1 -p udp –dport 1194 -j ACCEPT iptables -N VPN iptables -F VPN iptables -I INPUT -i tun0 -j VPN iptables -I FORWARD […]