Game Servers through OpenVPN
I am hosting several game servers on my home server, and I am trying to hide my IP address by the traffic through a server my friend lets me use. I have set up openvpn on the server using the install script from https://github.com/Nyr/openvpn-install and it is running fine, I am able to connect to it with seemingly no errors. I have tested it and I am definitely able to access the internet and etc through the VPN, but I cannot access my game servers through the VPN. I connect my linux server to the VPN, and the I try to connect to it through : and it doesn't work. Web servers don't work as well, I seemingly am unable to connect to anything. Here is the ovpn file used to connect, any help is appreciated, I am not sure what I am missing.
client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote <ip address> <port>
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
setenv opt block-outside-dns
key-direction 1
verb 3
openvpn
add a comment |
I am hosting several game servers on my home server, and I am trying to hide my IP address by the traffic through a server my friend lets me use. I have set up openvpn on the server using the install script from https://github.com/Nyr/openvpn-install and it is running fine, I am able to connect to it with seemingly no errors. I have tested it and I am definitely able to access the internet and etc through the VPN, but I cannot access my game servers through the VPN. I connect my linux server to the VPN, and the I try to connect to it through : and it doesn't work. Web servers don't work as well, I seemingly am unable to connect to anything. Here is the ovpn file used to connect, any help is appreciated, I am not sure what I am missing.
client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote <ip address> <port>
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
setenv opt block-outside-dns
key-direction 1
verb 3
openvpn
Are you able to connect to game server from VPN server directly? Try telnet to find it out.
– Mukesh Jagani
Dec 29 '18 at 7:41
Is your (your friend's) VPN provider allowing server-like usage of the VPN, instead of client-like usage? Is the remote IP (the IP your home system appears on internet through the VPN) dedicated for you or is it shared with other customers? You can understand that if it's not dedicated, options might be limited
– A.B
Dec 29 '18 at 12:52
The server that openvpn is set up on is just a regular ubuntu server, and I have openvpn installed on it, it is not through a 3rd party vpn service. As far as I can tell, both ip addresses are dedicated
– Ryan Strom
Dec 30 '18 at 0:09
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/978775/ryan and superuser.com/users/978973/ryan. You’ll then be able to edit your question.
– Scott
Dec 30 '18 at 0:45
(1) You say “I have tested it and I am definitely able to access the internet and etc through the VPN, …” but also “… I seemingly am unable to connect to anything.” These statements seem to be contradictory. (2) If you can’t connect to anything, you should say so clearly and focus on that. If your question looks like it’s primarily about gaming, you might get less help. … … … … Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Dec 30 '18 at 0:45
add a comment |
I am hosting several game servers on my home server, and I am trying to hide my IP address by the traffic through a server my friend lets me use. I have set up openvpn on the server using the install script from https://github.com/Nyr/openvpn-install and it is running fine, I am able to connect to it with seemingly no errors. I have tested it and I am definitely able to access the internet and etc through the VPN, but I cannot access my game servers through the VPN. I connect my linux server to the VPN, and the I try to connect to it through : and it doesn't work. Web servers don't work as well, I seemingly am unable to connect to anything. Here is the ovpn file used to connect, any help is appreciated, I am not sure what I am missing.
client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote <ip address> <port>
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
setenv opt block-outside-dns
key-direction 1
verb 3
openvpn
I am hosting several game servers on my home server, and I am trying to hide my IP address by the traffic through a server my friend lets me use. I have set up openvpn on the server using the install script from https://github.com/Nyr/openvpn-install and it is running fine, I am able to connect to it with seemingly no errors. I have tested it and I am definitely able to access the internet and etc through the VPN, but I cannot access my game servers through the VPN. I connect my linux server to the VPN, and the I try to connect to it through : and it doesn't work. Web servers don't work as well, I seemingly am unable to connect to anything. Here is the ovpn file used to connect, any help is appreciated, I am not sure what I am missing.
client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote <ip address> <port>
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
setenv opt block-outside-dns
key-direction 1
verb 3
openvpn
openvpn
asked Dec 29 '18 at 7:23
RyanRyan
1
1
Are you able to connect to game server from VPN server directly? Try telnet to find it out.
– Mukesh Jagani
Dec 29 '18 at 7:41
Is your (your friend's) VPN provider allowing server-like usage of the VPN, instead of client-like usage? Is the remote IP (the IP your home system appears on internet through the VPN) dedicated for you or is it shared with other customers? You can understand that if it's not dedicated, options might be limited
– A.B
Dec 29 '18 at 12:52
The server that openvpn is set up on is just a regular ubuntu server, and I have openvpn installed on it, it is not through a 3rd party vpn service. As far as I can tell, both ip addresses are dedicated
– Ryan Strom
Dec 30 '18 at 0:09
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/978775/ryan and superuser.com/users/978973/ryan. You’ll then be able to edit your question.
– Scott
Dec 30 '18 at 0:45
(1) You say “I have tested it and I am definitely able to access the internet and etc through the VPN, …” but also “… I seemingly am unable to connect to anything.” These statements seem to be contradictory. (2) If you can’t connect to anything, you should say so clearly and focus on that. If your question looks like it’s primarily about gaming, you might get less help. … … … … Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Dec 30 '18 at 0:45
add a comment |
Are you able to connect to game server from VPN server directly? Try telnet to find it out.
– Mukesh Jagani
Dec 29 '18 at 7:41
Is your (your friend's) VPN provider allowing server-like usage of the VPN, instead of client-like usage? Is the remote IP (the IP your home system appears on internet through the VPN) dedicated for you or is it shared with other customers? You can understand that if it's not dedicated, options might be limited
– A.B
Dec 29 '18 at 12:52
The server that openvpn is set up on is just a regular ubuntu server, and I have openvpn installed on it, it is not through a 3rd party vpn service. As far as I can tell, both ip addresses are dedicated
– Ryan Strom
Dec 30 '18 at 0:09
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/978775/ryan and superuser.com/users/978973/ryan. You’ll then be able to edit your question.
– Scott
Dec 30 '18 at 0:45
(1) You say “I have tested it and I am definitely able to access the internet and etc through the VPN, …” but also “… I seemingly am unable to connect to anything.” These statements seem to be contradictory. (2) If you can’t connect to anything, you should say so clearly and focus on that. If your question looks like it’s primarily about gaming, you might get less help. … … … … Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Dec 30 '18 at 0:45
Are you able to connect to game server from VPN server directly? Try telnet to find it out.
– Mukesh Jagani
Dec 29 '18 at 7:41
Are you able to connect to game server from VPN server directly? Try telnet to find it out.
– Mukesh Jagani
Dec 29 '18 at 7:41
Is your (your friend's) VPN provider allowing server-like usage of the VPN, instead of client-like usage? Is the remote IP (the IP your home system appears on internet through the VPN) dedicated for you or is it shared with other customers? You can understand that if it's not dedicated, options might be limited
– A.B
Dec 29 '18 at 12:52
Is your (your friend's) VPN provider allowing server-like usage of the VPN, instead of client-like usage? Is the remote IP (the IP your home system appears on internet through the VPN) dedicated for you or is it shared with other customers? You can understand that if it's not dedicated, options might be limited
– A.B
Dec 29 '18 at 12:52
The server that openvpn is set up on is just a regular ubuntu server, and I have openvpn installed on it, it is not through a 3rd party vpn service. As far as I can tell, both ip addresses are dedicated
– Ryan Strom
Dec 30 '18 at 0:09
The server that openvpn is set up on is just a regular ubuntu server, and I have openvpn installed on it, it is not through a 3rd party vpn service. As far as I can tell, both ip addresses are dedicated
– Ryan Strom
Dec 30 '18 at 0:09
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/978775/ryan and superuser.com/users/978973/ryan. You’ll then be able to edit your question.
– Scott
Dec 30 '18 at 0:45
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/978775/ryan and superuser.com/users/978973/ryan. You’ll then be able to edit your question.
– Scott
Dec 30 '18 at 0:45
(1) You say “I have tested it and I am definitely able to access the internet and etc through the VPN, …” but also “… I seemingly am unable to connect to anything.” These statements seem to be contradictory. (2) If you can’t connect to anything, you should say so clearly and focus on that. If your question looks like it’s primarily about gaming, you might get less help. … … … … Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Dec 30 '18 at 0:45
(1) You say “I have tested it and I am definitely able to access the internet and etc through the VPN, …” but also “… I seemingly am unable to connect to anything.” These statements seem to be contradictory. (2) If you can’t connect to anything, you should say so clearly and focus on that. If your question looks like it’s primarily about gaming, you might get less help. … … … … Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Dec 30 '18 at 0:45
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388676%2fgame-servers-through-openvpn%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388676%2fgame-servers-through-openvpn%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you able to connect to game server from VPN server directly? Try telnet to find it out.
– Mukesh Jagani
Dec 29 '18 at 7:41
Is your (your friend's) VPN provider allowing server-like usage of the VPN, instead of client-like usage? Is the remote IP (the IP your home system appears on internet through the VPN) dedicated for you or is it shared with other customers? You can understand that if it's not dedicated, options might be limited
– A.B
Dec 29 '18 at 12:52
The server that openvpn is set up on is just a regular ubuntu server, and I have openvpn installed on it, it is not through a 3rd party vpn service. As far as I can tell, both ip addresses are dedicated
– Ryan Strom
Dec 30 '18 at 0:09
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/978775/ryan and superuser.com/users/978973/ryan. You’ll then be able to edit your question.
– Scott
Dec 30 '18 at 0:45
(1) You say “I have tested it and I am definitely able to access the internet and etc through the VPN, …” but also “… I seemingly am unable to connect to anything.” These statements seem to be contradictory. (2) If you can’t connect to anything, you should say so clearly and focus on that. If your question looks like it’s primarily about gaming, you might get less help. … … … … Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Dec 30 '18 at 0:45