I want to connect with my iPAD from my network into the network of my university. I got this working and I can access the Intranet just fine but not the regular www.
The university forces everybody in their network to use their own proxy like http://proxy.zzz.com ....
I tried all possible settings in my iPAD WiFi settings but I simply don't get it working.
The regular www works fine on my Macs and my Windows Computer but not on my iPAD.
Is there anything I could do?
In the OS X settings I can see that the "Search Domain" changes to zzz.com and the two DNS Server from my ISP are replaced with two IPs from the University. On my iPAD nothing changes. I tried entering the numbers by hand but no luck.
I got so far but now I have no idea what else I could do!
Code: Select all
client
dev tun
proto udp
remote vpn-gw.charite.de 1194
remote 193.175.73.100 1194
resolv-retry infinite
nobind
persist-key
persist-tun
pkcs12 client.p12
comp-lzo
verb 3
reneg-sec 3600
auth-user-pass
script-security 2
explicit-exit-notify
mute-replay-warnings
ns-cert-type server
<ca>
XXX
</ca>
Thank You!