Reference: https://forum.openwrt.org/viewtopic.php?id=68947
I am now trying to set up this same "access point only" configured Buffalo device as an OpenVPN server. The main router on my network is a telco fiber optic modem router which of course cannot run OpenWrt or OpenVpn. on this new "access point only router", I have copied all the configuration files and firewall rules from working "routing" router and all the OpenWrt/OpenVpn set up from another Buffalo router that is working in a conventional configuration of WAN routing to LAN. OpenVPN on that conventional "routing" router works well. This "routing" router directly faces the ISP connection via its WAN port, and it routes as normal..
II am now working at a second location, remote from the example I just explained but with a copy of all the configuration data from the setup that works. At this new location as I have explained in prior posts, this OpenWrt setup has a LAN only entry in the Interface list and a static IP of 192.168.1.250 with the DHCP server disabled. (It also gained a VPN entry after I added all the needed Optware for OpenVPN). On my telco modem I have port forwarded 1194 to IP Address 192.168.1.250, the IP of the "access point only" functioning router. At this moment I copied all the VPN configuration files over to this router (LAN interface only) and I would like it to receive the traffic on port 1194 off the local LAN (in the same manner it receives it off the WAN at the other location I coped the configuration from) and offer a connection to that same LAN to remote clients.
It's not working. Can this even be done ? (before I spend any more time on it?)
I guess the first step would be to get the VPN server to listen for port 1194 on the local LAN like it typically does while listening on the WAN. Since there is no WAN interface configured after I deleted (this is just serving as an access point), how can it listen to the LAN instead?