A word of caution¶
Note! When you connect to the internet through the RiseupVPN you are bypassing any firewalls on your local network. Your computer will get its own IP address on the open internet. This is great, because that way your computer can communicate freely with others without getting blocked. However, bypassing the local firewall also means that your computer is more vulnerable to attack. Therefore, you should enable a firewall on your computer.
Setting up OpenVPN¶
The Riseup VPN service supports OpenVPN.
Choose a server¶
Configuration in a nutshell¶
Although each client is different, there are five values that must be configured in your OpenVPN client:
- VPN Server: seattle.vpn.riseup.net or nyc.vpn.riseup.net
- Authentication method: password
- VPN username: your riseup.net login (ie if your account is joe_hill@riseup.net, just enter “joe_hill”)
- Password: either your riseup.net password or a VPN Secret.
- CA Certificate: RiseupCA.pem
Optional configuration options:
- Port: either 1194, 443, or 80. Port 1194 is the normal default for OpenVPN, but sometimes it might be blocked by the network you are on. You should not normally need to change this setting. If you do, ports 443 and 80 will likely not be blocked, since these are the ports for normal web traffic.
- Protocol: either UDP or TCP. UDP is faster, but TCP might be required to get around some network restrictions. UDP is the default, so you only need to fiddle with this if something is blocking your VPN access.
- Compression: I haven’t played with this, but it should work.
- MTU: might need to make this a smaller number. not sure..
Detailed tutorials¶
Tor and the Riseup VPN¶
If you are thinking of running a Tor Exit node on the Riseup VPN, please read this. There is nothing wrong with running a Tor Exit node on top of the VPN, however it can cause a problem that we’d like to avoid.
Tor exit nodes are listed regularly in block lists. This is due to heavy abuse that happens over Tor, so there are lists that are automatically created for every Tor exit node that registers itself on the network. This wouldn’t be a big deal, except that the block lists block the entire network, not just the single IP that you are using. This causes problems for other services, such as sending mail.
Fortunately, there is a way around it, its just a matter of changing your Tor exit policy so that certain ports are not allowed. It seems as if these block lists only list Tor exit nodes that enable certain well-known ports that are used for abuse. According to one of the block list operators a tor exit node is added to the block list if it uses the default exit policy because there are a few ports in the default policy that are problematic, these ports are: 6660-6670, 6697, 7000-7005
This can easily be changed so you do not allow these ports through your Tor exit node by changing your torrc as follows:
ExitPolicy reject *:6660-6670
ExitPolicy reject *:6697
ExitPolicy reject *:7000-7005
and then restarting your tor daemon.
wer is ur detailed tutorials for windows? |
|
How do you change servers on Windows 10? |
|
How do I create a vpn bridge or NAT on linux CLI? the tray icon doesnt have much options and the riseup-vpn command shows those -h options but there’s no bridge. vpn is banned here so trying to connect without bridge is impossible. |
|
You can tell that your VPN is working. Because you can see my ip address on the screen. This suggests that you can use a secure connection https://veepn.com/blog/how-do-i-know-if-my-vpn-is-working/ to hide your IP address from websites and other devices. have been It may be difficult for users of this website to track your activities on the Internet. |
|