Vpn

merhabaworld

Yeni üye
18 Haz 2019
9
0
Paralı olanlardan almak mantıklı mı? Openı kuramadım. Bu konuda çok bilgisizim. Ubuntu kullanıyorum.
 
Son düzenleme:

leaks

Katılımcı Üye
29 Eki 2018
864
1
Paralı olanlardan almak mantıklı mı? Openı kuramadım. Bu konuda çok bilgisizim. Ubuntu kullanıyorum.


Kod:
sudo apt install openvpn -y
Kod:
wget https://www.vpnbook.com/free-openvpn-account/VPNBook.com-OpenVPN-US1.zip
Kod:
unzip VPNBook.com-OpenVPN-US1.zip
Kod:
 cat > user-pass.conf << "EOF"
vpnbook
94zLQn3
EOF
Üsttekini yapmazsanız her seferinde username-password soruyor.
Kod:
sudo openvpn vpnbook-us1-udp25000.ovpn --auth-user-pass user-pass.conf
Son komutu girince "initialization sequence completed" gibi bir şey demesi lazım, o zaman olmuş oluyor.

NOT: terminal penceresini kapatmayın.


Ayrıca, openvpn'in GNOME eklentisi de var, onunla çok daha kolay bağlanabilirsiniz.
 
Son düzenleme:

merhabaworld

Yeni üye
18 Haz 2019
9
0
Son girdiğimde bunu dedi.


sudo openvpn vpnbook-us1-udp25000.ovpn --auth-user-pass user-pass.conf
Options error: I'm trying to parse "vpnbook-us1-udp25000.ovpn" as an --option parameter but I don't see a leading '--'
Use --help for more information.
 

leaks

Katılımcı Üye
29 Eki 2018
864
1
Son girdiğimde bunu dedi.


sudo openvpn vpnbook-us1-udp25000.ovpn --auth-user-pass user-pass.conf
Options error: I'm trying to parse "vpnbook-us1-udp25000.ovpn" as an --option parameter but I don't see a leading '--'
Use --help for more information.
--config parametresini unutmuşum, aşağıdaki doğru (denedim)
Kod:
sudo openvpn --config vpnbook-us1-udp25000.ovpn --auth-user-pass user-pass.conf
 

Qwx

Kıdemli Üye
30 Nis 2012
2,728
13
Merhaba,
Ziyaret ettiğiniz siteler için kullanacaksanız Tor Browser kullanabilirsiniz. Ek olarak OpenVPN'nin kurulumunda hangi hatayı aldığınıza göre yardımcı olabiliriz.
 

merhabaworld

Yeni üye
18 Haz 2019
9
0
Openvpn çalışınca bunlar çıkıyor ve internet çok yavaşlıyor. psiphon3 ü de deneyeceğim.



Kod:
sudo openvpn --config vpnbook-us1-udp25000.ovpn --auth-user-pass user-pass.conf
Wed Jun 26 06:55:03 2019 WARNING: file 'user-pass.conf' is group or others accessible
Wed Jun 26 06:55:03 2019 OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 14 2019
Wed Jun 26 06:55:03 2019 library versions: OpenSSL 1.1.1  11 Sep 2018, LZO 2.08
Wed Jun 26 06:55:03 2019 WARNING: No server certificate verification method has been enabled.  See [url]http://openvpn.net/howto.html#mitm[/url] for more info.
Wed Jun 26 06:55:03 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]198.7.62.204:25000
Wed Jun 26 06:55:03 2019 Socket Buffers: R=[212992->212992] S=[212992->212992]
Wed Jun 26 06:55:03 2019 UDP link local: (not bound)
Wed Jun 26 06:55:03 2019 UDP link remote: [AF_INET]198.7.62.204:25000
Wed Jun 26 06:55:03 2019 TLS: Initial packet from [AF_INET]198.7.62.204:25000, sid=4a9f8f1f f7072e26
Wed Jun 26 06:55:03 2019 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed Jun 26 06:55:03 2019 VERIFY OK: depth=1, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, [email protected]
Wed Jun 26 06:55:03 2019 VERIFY OK: depth=0, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, [email protected]
Wed Jun 26 06:55:03 2019 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA
Wed Jun 26 06:55:03 2019 [vpnbook.com] Peer Connection Initiated with [AF_INET]198.7.62.204:25000
Wed Jun 26 06:55:05 2019 SENT CONTROL [vpnbook.com]: 'PUSH_REQUEST' (status=1)
Wed Jun 26 06:55:05 2019 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS  207.244.82.25,dhcp-option DNS  108.59.15.5,route 10.10.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.10.1.22 10.10.1.21,peer-id 38,cipher AES-256-GCM'
Wed Jun 26 06:55:05 2019 OPTIONS IMPORT: timers and/or timeouts modified
Wed Jun 26 06:55:05 2019 OPTIONS IMPORT: --ifconfig/up options modified
Wed Jun 26 06:55:05 2019 OPTIONS IMPORT: route options modified
Wed Jun 26 06:55:05 2019 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Wed Jun 26 06:55:05 2019 OPTIONS IMPORT: peer-id set
Wed Jun 26 06:55:05 2019 OPTIONS IMPORT: adjusting link_mtu to 1625
Wed Jun 26 06:55:05 2019 OPTIONS IMPORT: data channel crypto options modified
Wed Jun 26 06:55:05 2019 Data Channel: using negotiated cipher 'AES-256-GCM'
Wed Jun 26 06:55:05 2019 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Wed Jun 26 06:55:05 2019 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Wed Jun 26 06:55:05 2019 ROUTE_GATEWAY 192.168.1.147/255.255.255.0 IFACE=enp2s0 HWADDR=8c:16:45:27:7d:ea
Wed Jun 26 06:55:05 2019 TUN/TAP device tun2 opened
Wed Jun 26 06:55:05 2019 TUN/TAP TX queue length set to 100
Wed Jun 26 06:55:05 2019 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Wed Jun 26 06:55:05 2019 /sbin/ip link set dev tun2 up mtu 1500
Wed Jun 26 06:55:05 2019 /sbin/ip addr add dev tun2 local 10.10.1.22 peer 10.10.1.21
Wed Jun 26 06:55:07 2019 /sbin/ip route add 198.7.62.204/32 via 192.168.1.147
Wed Jun 26 06:55:07 2019 /sbin/ip route add 0.0.0.0/1 via 10.10.1.21
Wed Jun 26 06:55:07 2019 /sbin/ip route add 128.0.0.0/1 via 10.10.1.21
Wed Jun 26 06:55:07 2019 /sbin/ip route add 10.10.0.1/32 via 10.10.1.21
Wed Jun 26 06:55:07 2019 Initialization Sequence Completed
 
Moderatör tarafında düzenlendi:

merhabaworld

Yeni üye
18 Haz 2019
9
0
Tinc vpn kurdum. Ubuntu yazılımdan başlat dedim hiçbir ekran çıkmadı ama internet baya hızlandı. Firefox ta wikipediaya giremiyorum ama opera da girebiliyorum. Olmuş mudur?


Bana öyle geldi galiba.:müskül



psiphon 3'ü kuramadım hata verdi.
 
Son düzenleme:
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.