Urnso Posted July 6, 2016 Share Posted July 6, 2016 I am using the following code to connect to PIA US - Midwest server. client dev tun proto udp remote us-midwest.privateinternetaccess.com 1194 resolv-retry infinite nobind persist-key persist-tun tls-client remote-cert-tls server auth-user-pass comp-lzo verb 1 reneg-sec 0 <ca> -----BEGIN CERTIFICATE----- MIID2jCCA0OgAwIBAgIJAOtqMkR2JSXrMA0GCSqGSIb3DQEBBQUAMIGlMQswCQYD VQQGEwJVUzELMAkGA1UECBMCT0gxETAPBgNVBAcTCENvbHVtYnVzMSAwHgYDVQQK ExdQcml2YXRlIEludGVybmV0IEFjY2VzczEjMCEGA1UEAxMaUHJpdmF0ZSBJbnRl cm5ldCBBY2Nlc3MgQ0ExLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRlaW50 ZXJuZXRhY2Nlc3MuY29tMB4XDTEwMDgyMTE4MjU1NFoXDTIwMDgxODE4MjU1NFow gaUxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJPSDERMA8GA1UEBxMIQ29sdW1idXMx IDAeBgNVBAoTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSMwIQYDVQQDExpQcml2 YXRlIEludGVybmV0IEFjY2VzcyBDQTEvMC0GCSqGSIb3DQEJARYgc2VjdXJlQHBy aXZhdGVpbnRlcm5ldGFjY2Vzcy5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJ AoGBAOlVlkHcxfN5HAswpryG7AN9CvcvVzcXvSEo91qAl/IE8H0knKZkIAhe/z3m hz0t91dBHh5yfqwrXlGiyilplVB9tfZohvcikGF3G6FFC9j40GKP0/d22JfR2vJt 4/5JKRBlQc9wllswHZGmPVidQbU0YgoZl00bAySvkX/u1005AgMBAAGjggEOMIIB CjAdBgNVHQ4EFgQUl8qwY2t+GN0pa/wfq+YODsxgVQkwgdoGA1UdIwSB0jCBz4AU l8qwY2t+GN0pa/wfq+YODsxgVQmhgaukgagwgaUxCzAJBgNVBAYTAlVTMQswCQYD VQQIEwJPSDERMA8GA1UEBxMIQ29sdW1idXMxIDAeBgNVBAoTF1ByaXZhdGUgSW50 ZXJuZXQgQWNjZXNzMSMwIQYDVQQDExpQcml2YXRlIEludGVybmV0IEFjY2VzcyBD QTEvMC0GCSqGSIb3DQEJARYgc2VjdXJlQHByaXZhdGVpbnRlcm5ldGFjY2Vzcy5j b22CCQDrajJEdiUl6zAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAByH atXgZzjFO6qctQWwV31P4qLelZzYndoZ7olY8ANPxl7jlP3YmbE1RzSnWtID9Gge fsKHi1jAS9tNP2E+DCZiWcM/5Y7/XKS/6KvrPQT90nM5klK9LfNvS+kFabMmMBe2 llQlzAzFiIfabACTQn84QLeLOActKhK8hFJy2Gy6 -----END CERTIFICATE----- </ca> I says I am connected but when I try to log into PS4 account an errror happens and I can't connect. without the VPN everything is fine. I used a code from the Florida server on another post so maybe that has something to do with it? Thank you. Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted July 6, 2016 Administrators Share Posted July 6, 2016 Hey, welcome to the forum! Have your console hard turned off, with Geo-filter disabled. Apply the VPN - make sure you aren't putting any exceptions through on the PS4. Then try again. Link to comment Share on other sites More sharing options...
Netduma Staff Netduma Crossy Posted July 6, 2016 Netduma Staff Share Posted July 6, 2016 Also, can you access the internet using a different device? Link to comment Share on other sites More sharing options...
Urnso Posted July 6, 2016 Author Share Posted July 6, 2016 Ok, that worked. Geo Filtering does not work while on VPN how about ping assist? Link to comment Share on other sites More sharing options...
Urnso Posted July 6, 2016 Author Share Posted July 6, 2016 The Ping also doesn't work on the Host descriptor page when connected to the VPN. It works fine when not on VPN. Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted July 7, 2016 Administrators Share Posted July 7, 2016 Once you're online connected, enable the Geo-filter. Does it kick you off or are you able to use it as normal? Yes ping may not work when behind a VPN. Link to comment Share on other sites More sharing options...
Urnso Posted July 9, 2016 Author Share Posted July 9, 2016 Ok, it ended up being I had to change the code above. client dev tun proto udp remote us-midwest.privateinternetaccess.com 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt tls-client remote-cert-tls server auth-user-pass comp-lzo verb 1 reneg-sec 0 crl-verify crl.pem And also get my correct ca.crt text inserted. Now everything works but I have a new problem. The speed is terrible! If I use the VPN US-Midwest I get my full line speed 50/5 but when connecting through the router that speed goes to about 9/2 sometimes worse. Are there some settings I can adjust to improve the speeds? I have also tested these speeds on a few devices that are connected and it always is about the same 9/2. Thank you. Link to comment Share on other sites More sharing options...
iAmMoDBoX Posted July 9, 2016 Share Posted July 9, 2016 Ok, it ended up being I had to change the code above. client dev tun proto udp remote us-midwest.privateinternetaccess.com 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt tls-client remote-cert-tls server auth-user-pass comp-lzo verb 1 reneg-sec 0 crl-verify crl.pem And also get my correct ca.crt text inserted. Now everything works but I have a new problem. The speed is terrible! If I use the VPN US-Midwest I get my full line speed 50/5 but when connecting through the router that speed goes to about 9/2 sometimes worse. Are there some settings I can adjust to improve the speeds? I have also tested these speeds on a few devices that are connected and it always is about the same 9/2. Thank you. Due to the encryption it's going to slow down your speeds because the router's cpu can't handle going any faster... I believe there is a way to turn off encryption while still being on the VPN. But may I ask why you are using the VPN anyway? By the way that speed is plenty to play on. Link to comment Share on other sites More sharing options...
Urnso Posted July 9, 2016 Author Share Posted July 9, 2016 No reason other than its there. I have been DDOS'ed before but its rare to see it happen to others. I do stream on occasion and this does not work with that, not enough bandwidth. Not a big deal I can route my PS4 through my Ubuntu PC that is connected to VPN and I get full throughput. Just thought it was cool as hell to be able to switch it on and off right from the control panel. Thank you for your help and explanations. Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted July 9, 2016 Administrators Share Posted July 9, 2016 Unfortunately it is limited to about what you're getting. I will see if there is a way we can improve this for the next upgrade but glad you managed to resolve your issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.