**Noob Alert** Please be kind.
I'm just getting into the private network thing and I have set up OpenVPN on my Asus Rt-N66U router. The connection is live but I can't connect to it and when I look at the error logs I get this:
Feb 8 16:55:24 pptpd[1869]: MGR: Config file not found!
Feb 8 16:55:24 pptpd[1869]: MGR: Maximum of 100 connections reduced to 10, not enough IP addresses given
Feb 8 16:55:24 pptpd[1869]: accel-pptpd-0.8.5 compiled for pppd-2.4.5, linux-2.6.22.19
Feb 8 16:55:24 dnsmasq[1667]: exiting on receipt of SIGTERM
Feb 8 16:55:24 dnsmasq[1875]: started, version 2.63 cachesize 1500
Feb 8 16:55:24 dnsmasq[1875]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack
Feb 8 16:55:24 dnsmasq[1875]: asynchronous logging enabled, queue limit is 5 messages
Feb 8 16:55:24 dnsmasq-dhcp[1875]: DHCP, IP range 192.168.1.2 -- 192.168.1.254, lease time 1d
Feb 8 16:55:24 dnsmasq[1875]: read /etc/hosts - 3 addresses
Feb 8 16:55:24 dnsmasq[1875]: using nameserver 205.152.37.23#53
Feb 8 16:55:24 dnsmasq[1875]: using nameserver 205.152.132.23#53
Feb 8 16:55:24 start_nat_rules: apply the nat_rules!
Feb 8 16:55:24 bcrelay[1881]: Running as child
Feb 8 16:55:24 bcrelay[1883]: Running as child
Feb 8 16:55:24 pptpd[1871]: MGR: Manager process started
Feb 8 16:55:24 pptpd[1871]: MGR: Maximum of 10 connections available
Feb 8 16:55:52 openvpn[1848]: TITLE,OpenVPN 2.2.2 mipsel-linux [SSL] [LZO2] [EPOLL] built on Dec 31 2012
Feb 8 16:55:52 openvpn[1848]: TIME,Fri Feb 8 16:55:52 2013,1360364152
Feb 8 16:55:52 openvpn[1848]: HEADER,CLIENT_LIST,Common Name,Real Address,Virtual Address,Bytes Received,Bytes Sent,Connected Since,Connected Since (time_t)
Feb 8 16:55:52 openvpn[1848]: HEADER,ROUTING_TABLE,Virtual Address,Common Name,Real Address,Last Ref,Last Ref (time_t)
Feb 8 16:55:52 openvpn[1848]: GLOBAL_STATS,Max bcast/mcast queue length,0
Feb 8 16:55:52 openvpn[1848]: END
I know I have a config problem but don't know where it is or how to fix it. I've been at this for 5 days and am at my wits end. Sorry if this isn't where I'm supposed to post this but I have scoured the ends of the Internet for answers and it's all Greek to me. I need help badly and would appreciate any I can get. Thank in advance.
I Need Guidance
-
- OpenVpn Newbie
- Posts: 2
- Joined: Fri Feb 08, 2013 11:46 pm
Re: I Need Guidance
Oh, I'm working on a windows 8 machine (32bit), 4gigs ram, 945 Pent D. I'm using Asuswrt-Merlin on my router. VPN status says OpenVPN server1 is running as well as PPTP VPN. Can't connect to either one. Have tried with and without firewall, virus, with and with encrypt, disable auto dns, just about everything I can think of. No luck. I know it has something to do with the "Can't find config file" but have it.
client
dev tun
proto tcp
remote TMACPS3.asus.comm.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert Laptop.crt
key Laptop.key
ns-cert-type server
cipher AES-128-CBC
comp-1zo
verb 4
I know this is the client config file but it was the only one the instructions told me to create. Hope this helps.
client
dev tun
proto tcp
remote TMACPS3.asus.comm.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert Laptop.crt
key Laptop.key
ns-cert-type server
cipher AES-128-CBC
comp-1zo
verb 4
I know this is the client config file but it was the only one the instructions told me to create. Hope this helps.