I'm using Shibby TomatoUSB's Tomato Firmware 1.28.0000 MIPSR2-110 K26 USB VPN
Using the GUI to configure the OpenVPN Server in Tomato, I am able to connect with both the OpenVPN Windows 8 client and with my iPad using the OpenVPN Connect app.
However, in both bases, the client cannot access the Internet when connected to the OpenVPN Server.
I'm probably over my head trying to set this up, but I love the challenge and the satisfaction I get when it works.
Server GUI Options are:
Basic
Start with WAN (Check)
Interface Type (TUN)
Protocol (TCP)
Port (1194)
Firewall (Automatic)
Authorization Mode (TLS)
Extra HMAC Authorization (Disabled)
VPN Subnet 192.168.2.0 255.255.255.0
Advanced
Poll Interval (0)
Push LAN to clients (Check)
Direct clients to redirect Internet traffic (Check)
Respond to DNS (Check)
Advertise DNS to clients (Check)
Encryption cipher (Use Default)
Compression (Disabled)
TLS Renegotiation Time (-1)
Manage Client-Specific Options
Allow Client<->Client (Check)
Allow Only These Clients (Not checked)
Custom Configuration (Blank)
iPad client configuration is:
client
dev tun
proto udp
remote 72.46.206.94 1194
nobind
persist-key
persist-tun
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
</key>
ns-cert-type server
comp-lzo
verb 3
I appreciate any suggestions you may have.
Client Connects to OpenVPN Server but not to Internet
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
-
- OpenVpn Newbie
- Posts: 4
- Joined: Sun Jun 16, 2013 12:26 am