No login window popup in Openvpn Gui

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
razibnxt
OpenVpn Newbie
Posts: 3
Joined: Wed Dec 06, 2023 10:00 am

No login window popup in Openvpn Gui

Post by razibnxt » Wed Dec 06, 2023 10:29 am

i am using openvpn 2.4.9 its installed correctly and can connect to server, but when its trying to connect it wont prompt for username password .

server.conf

local 172.31.14.88
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh.pem
auth SHA512
tls-crypt tc.key
topology subnet
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1 bypass-dhcp"
ifconfig-pool-persist ipp.txt
push "dhcp-option DNS 1.1.1.1"
push "dhcp-option DNS 1.0.0.1"
push "block-outside-dns"
keepalive 10 120
user nobody
group nobody
persist-key
persist-tun
verb 3
crl-verify crl.pem
explicit-exit-notify


client.conf

client
dev tun
proto udp
remote 3.108.206.134 1194
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
ignore-unknown-option block-outside-dns
verb 3

razibnxt
OpenVpn Newbie
Posts: 3
Joined: Wed Dec 06, 2023 10:00 am

Re: No login window popup in Openvpn Gui

Post by razibnxt » Wed Dec 06, 2023 10:39 am

i run this with administrator but no luck

razibnxt
OpenVpn Newbie
Posts: 3
Joined: Wed Dec 06, 2023 10:00 am

Re: No login window popup in Openvpn Gui

Post by razibnxt » Wed Dec 06, 2023 10:50 am

The git repository is available at: https://github.com/angristan/openvpn-install

Post Reply