ok here is what I get away from home
Wed Jun 18 15:17:26 2014 OpenVPN 2.3.4 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on Jun 5 2014
Wed Jun 18 15:17:26 2014 library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.05
Wed Jun 18 15:17:30 2014 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Wed Jun 18 15:17:30 2014 open_tun, tt->ipv6=0
Wed Jun 18 15:17:30 2014 TAP-WIN32 device [Local Area Connection] opened: \\.\Global\{0782EF41-9CD3-4054-B796-C37569C06D4F}.tap
Wed Jun 18 15:17:30 2014 Notified TAP-Windows driver to set a DHCP IP/netmask of 192.168.2.50/255.255.255.252 on interface {0782EF41-9CD3-4054-B796-C37569C06D4F} [DHCP-serv: 192.168.2.49, lease-time: 31536000]
Wed Jun 18 15:17:30 2014 Successful ARP Flush on interface [21] {0782EF41-9CD3-4054-B796-C37569C06D4F}
Wed Jun 18 15:17:30 2014 UDPv4 link local (bound): [undef]
Wed Jun 18 15:17:30 2014 UDPv4 link remote: [AF_INET]IP
the problem now is that I cannot see anything on my home network 192.168.2.1 network, I am missing something
here is the openvpn client
This could be a default gateway issue and DNS since the home network is on 192.168.2.1 and subnet of 255.255.255.0
one thing is that the /etc/config/openvpn file seems blank there is nothing in that file there is an openvpn-opkg file. not sure why it is blank do you have an example of what the file should look like?
Here is what is in the config except the remote name changed and secret key removed
remote homeip
dev tun
persist-key
persist-tun
port 1194
ifconfig-nowarn
ifconfig 192.168.2.50 192.168.2.49 comp-lzo
dhcp-option DNS 192.168.2.1
dhcp-option DOMAIN lan
redirect-gateway
<secret>
</secret>
Is there a way to use the IP's from my current DHCP server so it looks like I am home when using the VPN software.
(Last edited by wesleyhey on 19 Jun 2014, 04:25)