Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Tak się składa, że chciałbym sobie ustawić VPN, jednak nie stać mnie na abonament:D Założyłem darmowe konto shella. Czy jest możliwe by ustawić na nim darmowy OpenVPN?
Próbowałem z riseupem kombinować. Podłączyłem zalecane repo z bitmask. System twierdzi że zainstalowanie bitmaska jest w konflikcie. Macie tak samo?
Offline
To już musisz zobaczyć w regulaminie danego konta shellowego, na VPN są raczej małe szanse.
Offline
chciałbym ale mnie nie stać to pomóżcie ukraść...
brak słów. ty się mendą urodziłeś czy w szkole nauczyli?
Offline
Nie ukraść tylko skonfigurować z konta serwera udostępnianego za FREE! Nie stać |= ale nie szkodzi czasem skorzystać jak/jeśli dają coś za darmo, no nie?
Offline
Jak wygląda u Was szybkość VPNów? Czy bardzo muli jeśli uruchomić na systemie? W przeszłosci testowałem darmowy VPN i strasznie mulił, tyle że ustawiony był na tcp443 a nie na udp. Czy to ma bezpośredni wpływ na prędkość łącza?
Offline
pl.wikipedia.org --> tcp/ip
pl.wikipedia.org --> udp
jak się dowiesz jaka jest różnica między tymi protokołami to będziesz wiedział czy ma, a jeśli ma to jaki, wpływ na połączenie.
Poza tym proponuję zapoznać się z takimi pojęciami jak QoS czy traffic shaping. No i warto by jeszcze było wiedzieć, że istnieje coś takiego jak przepustowość łącza od/do ;]
Offline
a skąd dokąd Ci potrzebny ten VPN?
Offline
Przydałby się rise up. Poczęstuje ktoś się invitem ? :) :P
Ostatnio edytowany przez alfa444 (2014-09-23 00:44:25)
Offline
najtanszy VPS jaki spotkalem - 19/miesiecznie, sa takze darmowe VPS. zainteresuj sie tematem, skonfiguruj i ciesz sie VPN. Co do pytania ktore gdzies pomiedzy postami padlo odnosnie predkosci VPN - OpenVPN ma max 10mbps ;/
Offline
Mam vpn z riseupa, obsługiwany za pomocą klienta Bitmask.
https://bitmask.net/en/help/vpn/linux
RiSeup ma własny resolver dns 172.27.0.1. Jednak żeby się z nim połączyć, muszę połączyć się z vpnem, a wtym celu dnsy muszę mieć ustawione na isp. Jak to jest u Was? U mnie albo zostawiam na isp, albo muszę modyfikować każdorazowo po ustanowieniu połączenia z vpn /etc/resolv.conf. Da się zautomatyzować przestawianie resolv.conf na ISP => RiseUp po ustanowieniu połaczenia z VPN i po wyłaczeniu VPN RiseUp => ISP?
https://help.riseup.net/de/vpn/legacy/vpn-howto/linux
Automatically update resolv.conf
When running OpenVPN from the command line, it will not modify your DNS settings. You really want to use the DNS of the VPN, because then your DNS queries take place over an encrypted connection and they are not logged.
The following custom script can be used to make openvpn automatically update the DNS correctly. The values for DNS that the VPN server specifies are stored in environment variables, so this custom script will grab these variables and use them to set your DNS.
requirements:
$ sudo apt-get install resolvconf
in your riseup.ovpn configuration, make these changes
script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
Download this script and place it in /etc/openvpn/update-resolve.conf[/quote]
Z drugiej strony - czy przypadkiem nie jest/nie może być tak, że bitmask automatycznie tuneluje cały ruch DNS przez resolver providera VPN?
https://bitmask.net/en/help/vpn/linuxDNS
Domain Name Service (DNS) is the system that allows your computer to resolve domain names like “bitmask.net” to find the real internet address of the appropriate computer. Unfortunately, DNS has many problems:
Most DNS is very insecure, and an attacker can easily forge DNS responses in order to send you to an incorrect server.
DNS doesn’t use secure connections, so an eavesdropper can easily record a history of what internet sites you visit.
Most DNS servers also keep a historical log of all the sites you visit.
For these reasons, Bitmask will ensure that all DNS requests that your computer makes are rerouted to the DNS server of the provider.
This means that you will not be able to make a DNS request to any other DNS server, even if you want to. For example, the command host bitmask.net 8.8.8.8 will not use the nameserver 8.8.8.8 to resolve the name bitmask.net, because the request will get rewritten to use the DNS server of your provider.
You will also not be able to run a local nameserver that attempts to connect directly to the root DNS zone. The packages bind9 or unbound are configured this way by default. These requests will get rewritten to the provider’s DNS server and will fail. Bitmask is compatible with dnsmasq however.
If you wish to disable this behavior for debugging purposes, you can run the command sudo bitmask-root firewall stop although doing so may allow some traffic to bypass the VPN and escape your computer unencrypted.[/quote]
Nie w pełni rozumiem znaczenie tego tekstu - czy słowo "provider" oznacza tu providera VPN czy ISP?Offline
Time (s) | Query |
---|---|
0.00012 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00092 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.144.114.8' WHERE u.id=1 |
0.00075 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.144.114.8', 1732815272) |
0.00040 | SELECT * FROM punbb_online WHERE logged<1732814972 |
0.00062 | SELECT topic_id FROM punbb_posts WHERE id=275848 |
0.00189 | SELECT id FROM punbb_posts WHERE topic_id=26430 ORDER BY posted |
0.00058 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=26430 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00121 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=26430 ORDER BY p.id LIMIT 0,25 |
0.00083 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=26430 |
Total query time: 0.00741 s |