How to make a TeamViewer proxy on a Windows 8 machine?











up vote
3
down vote

favorite












I sit on a corporate network which routes all the traffic through a proxy. This proxy routing happens after the computer is connected to the network, because no setup is needed on the computers that connect to the network. I include this in case it makes a difference when it comes to setting up my own proxy server.



The problem is that this proxy server blocks TeamViewer, a program I need. I've talked to the network administrators, but they told me the block is placed on someone even higher than them, so they told me to make a proxy server.



I have a computer at home running Windows 8. How can I set up a proxy server on this computer and connect to it from inside the corporate network to be able to use TeamViewer? I suppose it has to run on port 80 or something like that, so that it doesn't get cut off by the firewall/proxy on the corporate network?



(I'm talking about two proxies here, 1 on the corporate network which all the traffic is routed through, and the one I want to set up on the personal computer at home.)










share|improve this question














bumped to the homepage by Community 17 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • You're probably looking at something more like a VPN. It's moderately difficult to set up OpenVPN to listen on TCP port 80 (or 443), which is usually open on outgoing firewalls.
    – Bob
    Apr 26 '13 at 6:38










  • Okay, so I'll need a VPN network even though I'm not going to connect to any of the computers inside of my home network? Is it because it's easier to get it to work through the corporate proxy?
    – Friend of Kim
    Apr 26 '13 at 6:48










  • A VPN can tunnel anything. A SOCKS proxy may work for TeamViewer, but it also might not. A standard HTTP proxy often does not work. A web proxy will definitely not work. Note that this also depends on the setup that is currently blocking you. If it's a forced webproxy, you're going to have more trouble. If it's simply a firewall blocking most outgoing ports, then it's far easier.
    – Bob
    Apr 26 '13 at 6:51












  • It's an advanced firewall blocking many things. TeamViewer used to work, but it's selective. It almost seems like it reads all the packets to see what it is before it decides if it should block the packet or not
    – Friend of Kim
    Apr 26 '13 at 7:05










  • @Bob So the proxy will probably work if it's encrypted I think. But it seems like you have a lot of experience with this! Do you have any ideas?
    – Friend of Kim
    Apr 26 '13 at 7:05















up vote
3
down vote

favorite












I sit on a corporate network which routes all the traffic through a proxy. This proxy routing happens after the computer is connected to the network, because no setup is needed on the computers that connect to the network. I include this in case it makes a difference when it comes to setting up my own proxy server.



The problem is that this proxy server blocks TeamViewer, a program I need. I've talked to the network administrators, but they told me the block is placed on someone even higher than them, so they told me to make a proxy server.



I have a computer at home running Windows 8. How can I set up a proxy server on this computer and connect to it from inside the corporate network to be able to use TeamViewer? I suppose it has to run on port 80 or something like that, so that it doesn't get cut off by the firewall/proxy on the corporate network?



(I'm talking about two proxies here, 1 on the corporate network which all the traffic is routed through, and the one I want to set up on the personal computer at home.)










share|improve this question














bumped to the homepage by Community 17 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • You're probably looking at something more like a VPN. It's moderately difficult to set up OpenVPN to listen on TCP port 80 (or 443), which is usually open on outgoing firewalls.
    – Bob
    Apr 26 '13 at 6:38










  • Okay, so I'll need a VPN network even though I'm not going to connect to any of the computers inside of my home network? Is it because it's easier to get it to work through the corporate proxy?
    – Friend of Kim
    Apr 26 '13 at 6:48










  • A VPN can tunnel anything. A SOCKS proxy may work for TeamViewer, but it also might not. A standard HTTP proxy often does not work. A web proxy will definitely not work. Note that this also depends on the setup that is currently blocking you. If it's a forced webproxy, you're going to have more trouble. If it's simply a firewall blocking most outgoing ports, then it's far easier.
    – Bob
    Apr 26 '13 at 6:51












  • It's an advanced firewall blocking many things. TeamViewer used to work, but it's selective. It almost seems like it reads all the packets to see what it is before it decides if it should block the packet or not
    – Friend of Kim
    Apr 26 '13 at 7:05










  • @Bob So the proxy will probably work if it's encrypted I think. But it seems like you have a lot of experience with this! Do you have any ideas?
    – Friend of Kim
    Apr 26 '13 at 7:05













up vote
3
down vote

favorite









up vote
3
down vote

favorite











I sit on a corporate network which routes all the traffic through a proxy. This proxy routing happens after the computer is connected to the network, because no setup is needed on the computers that connect to the network. I include this in case it makes a difference when it comes to setting up my own proxy server.



The problem is that this proxy server blocks TeamViewer, a program I need. I've talked to the network administrators, but they told me the block is placed on someone even higher than them, so they told me to make a proxy server.



I have a computer at home running Windows 8. How can I set up a proxy server on this computer and connect to it from inside the corporate network to be able to use TeamViewer? I suppose it has to run on port 80 or something like that, so that it doesn't get cut off by the firewall/proxy on the corporate network?



(I'm talking about two proxies here, 1 on the corporate network which all the traffic is routed through, and the one I want to set up on the personal computer at home.)










share|improve this question













I sit on a corporate network which routes all the traffic through a proxy. This proxy routing happens after the computer is connected to the network, because no setup is needed on the computers that connect to the network. I include this in case it makes a difference when it comes to setting up my own proxy server.



The problem is that this proxy server blocks TeamViewer, a program I need. I've talked to the network administrators, but they told me the block is placed on someone even higher than them, so they told me to make a proxy server.



I have a computer at home running Windows 8. How can I set up a proxy server on this computer and connect to it from inside the corporate network to be able to use TeamViewer? I suppose it has to run on port 80 or something like that, so that it doesn't get cut off by the firewall/proxy on the corporate network?



(I'm talking about two proxies here, 1 on the corporate network which all the traffic is routed through, and the one I want to set up on the personal computer at home.)







proxy teamviewer






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 26 '13 at 6:36









Friend of Kim

76431323




76431323





bumped to the homepage by Community 17 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 17 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • You're probably looking at something more like a VPN. It's moderately difficult to set up OpenVPN to listen on TCP port 80 (or 443), which is usually open on outgoing firewalls.
    – Bob
    Apr 26 '13 at 6:38










  • Okay, so I'll need a VPN network even though I'm not going to connect to any of the computers inside of my home network? Is it because it's easier to get it to work through the corporate proxy?
    – Friend of Kim
    Apr 26 '13 at 6:48










  • A VPN can tunnel anything. A SOCKS proxy may work for TeamViewer, but it also might not. A standard HTTP proxy often does not work. A web proxy will definitely not work. Note that this also depends on the setup that is currently blocking you. If it's a forced webproxy, you're going to have more trouble. If it's simply a firewall blocking most outgoing ports, then it's far easier.
    – Bob
    Apr 26 '13 at 6:51












  • It's an advanced firewall blocking many things. TeamViewer used to work, but it's selective. It almost seems like it reads all the packets to see what it is before it decides if it should block the packet or not
    – Friend of Kim
    Apr 26 '13 at 7:05










  • @Bob So the proxy will probably work if it's encrypted I think. But it seems like you have a lot of experience with this! Do you have any ideas?
    – Friend of Kim
    Apr 26 '13 at 7:05


















  • You're probably looking at something more like a VPN. It's moderately difficult to set up OpenVPN to listen on TCP port 80 (or 443), which is usually open on outgoing firewalls.
    – Bob
    Apr 26 '13 at 6:38










  • Okay, so I'll need a VPN network even though I'm not going to connect to any of the computers inside of my home network? Is it because it's easier to get it to work through the corporate proxy?
    – Friend of Kim
    Apr 26 '13 at 6:48










  • A VPN can tunnel anything. A SOCKS proxy may work for TeamViewer, but it also might not. A standard HTTP proxy often does not work. A web proxy will definitely not work. Note that this also depends on the setup that is currently blocking you. If it's a forced webproxy, you're going to have more trouble. If it's simply a firewall blocking most outgoing ports, then it's far easier.
    – Bob
    Apr 26 '13 at 6:51












  • It's an advanced firewall blocking many things. TeamViewer used to work, but it's selective. It almost seems like it reads all the packets to see what it is before it decides if it should block the packet or not
    – Friend of Kim
    Apr 26 '13 at 7:05










  • @Bob So the proxy will probably work if it's encrypted I think. But it seems like you have a lot of experience with this! Do you have any ideas?
    – Friend of Kim
    Apr 26 '13 at 7:05
















You're probably looking at something more like a VPN. It's moderately difficult to set up OpenVPN to listen on TCP port 80 (or 443), which is usually open on outgoing firewalls.
– Bob
Apr 26 '13 at 6:38




You're probably looking at something more like a VPN. It's moderately difficult to set up OpenVPN to listen on TCP port 80 (or 443), which is usually open on outgoing firewalls.
– Bob
Apr 26 '13 at 6:38












Okay, so I'll need a VPN network even though I'm not going to connect to any of the computers inside of my home network? Is it because it's easier to get it to work through the corporate proxy?
– Friend of Kim
Apr 26 '13 at 6:48




Okay, so I'll need a VPN network even though I'm not going to connect to any of the computers inside of my home network? Is it because it's easier to get it to work through the corporate proxy?
– Friend of Kim
Apr 26 '13 at 6:48












A VPN can tunnel anything. A SOCKS proxy may work for TeamViewer, but it also might not. A standard HTTP proxy often does not work. A web proxy will definitely not work. Note that this also depends on the setup that is currently blocking you. If it's a forced webproxy, you're going to have more trouble. If it's simply a firewall blocking most outgoing ports, then it's far easier.
– Bob
Apr 26 '13 at 6:51






A VPN can tunnel anything. A SOCKS proxy may work for TeamViewer, but it also might not. A standard HTTP proxy often does not work. A web proxy will definitely not work. Note that this also depends on the setup that is currently blocking you. If it's a forced webproxy, you're going to have more trouble. If it's simply a firewall blocking most outgoing ports, then it's far easier.
– Bob
Apr 26 '13 at 6:51














It's an advanced firewall blocking many things. TeamViewer used to work, but it's selective. It almost seems like it reads all the packets to see what it is before it decides if it should block the packet or not
– Friend of Kim
Apr 26 '13 at 7:05




It's an advanced firewall blocking many things. TeamViewer used to work, but it's selective. It almost seems like it reads all the packets to see what it is before it decides if it should block the packet or not
– Friend of Kim
Apr 26 '13 at 7:05












@Bob So the proxy will probably work if it's encrypted I think. But it seems like you have a lot of experience with this! Do you have any ideas?
– Friend of Kim
Apr 26 '13 at 7:05




@Bob So the proxy will probably work if it's encrypted I think. But it seems like you have a lot of experience with this! Do you have any ideas?
– Friend of Kim
Apr 26 '13 at 7:05










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I'm pretty sure Teamviewer uses your system connection settings by default, I can use it through a port 80/443 http proxy with no troubles.



If you have something more advanced that interrogates your packets, then I'm not sure what you would do. Without knowing more about it, it is difficult to comment.



You could set up a VPN tunnel, OpenVPN will run over a proxy but if your firewall won't allow Teamviewer traffic I don't see why it would allow VPN traffic.






share|improve this answer

















  • 1




    It is a pretty advanced firewall that selectively blocks services. So I need a proxy through port 80 that encrypts the packets in a way that the firewall doesn't realize it's not regular web packets. (Make it think it's regular internet packets over HTTPS SSL.)
    – Friend of Kim
    Apr 26 '13 at 11:56











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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f587919%2fhow-to-make-a-teamviewer-proxy-on-a-windows-8-machine%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













I'm pretty sure Teamviewer uses your system connection settings by default, I can use it through a port 80/443 http proxy with no troubles.



If you have something more advanced that interrogates your packets, then I'm not sure what you would do. Without knowing more about it, it is difficult to comment.



You could set up a VPN tunnel, OpenVPN will run over a proxy but if your firewall won't allow Teamviewer traffic I don't see why it would allow VPN traffic.






share|improve this answer

















  • 1




    It is a pretty advanced firewall that selectively blocks services. So I need a proxy through port 80 that encrypts the packets in a way that the firewall doesn't realize it's not regular web packets. (Make it think it's regular internet packets over HTTPS SSL.)
    – Friend of Kim
    Apr 26 '13 at 11:56















up vote
0
down vote













I'm pretty sure Teamviewer uses your system connection settings by default, I can use it through a port 80/443 http proxy with no troubles.



If you have something more advanced that interrogates your packets, then I'm not sure what you would do. Without knowing more about it, it is difficult to comment.



You could set up a VPN tunnel, OpenVPN will run over a proxy but if your firewall won't allow Teamviewer traffic I don't see why it would allow VPN traffic.






share|improve this answer

















  • 1




    It is a pretty advanced firewall that selectively blocks services. So I need a proxy through port 80 that encrypts the packets in a way that the firewall doesn't realize it's not regular web packets. (Make it think it's regular internet packets over HTTPS SSL.)
    – Friend of Kim
    Apr 26 '13 at 11:56













up vote
0
down vote










up vote
0
down vote









I'm pretty sure Teamviewer uses your system connection settings by default, I can use it through a port 80/443 http proxy with no troubles.



If you have something more advanced that interrogates your packets, then I'm not sure what you would do. Without knowing more about it, it is difficult to comment.



You could set up a VPN tunnel, OpenVPN will run over a proxy but if your firewall won't allow Teamviewer traffic I don't see why it would allow VPN traffic.






share|improve this answer












I'm pretty sure Teamviewer uses your system connection settings by default, I can use it through a port 80/443 http proxy with no troubles.



If you have something more advanced that interrogates your packets, then I'm not sure what you would do. Without knowing more about it, it is difficult to comment.



You could set up a VPN tunnel, OpenVPN will run over a proxy but if your firewall won't allow Teamviewer traffic I don't see why it would allow VPN traffic.







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 26 '13 at 8:56









user220015

1




1








  • 1




    It is a pretty advanced firewall that selectively blocks services. So I need a proxy through port 80 that encrypts the packets in a way that the firewall doesn't realize it's not regular web packets. (Make it think it's regular internet packets over HTTPS SSL.)
    – Friend of Kim
    Apr 26 '13 at 11:56














  • 1




    It is a pretty advanced firewall that selectively blocks services. So I need a proxy through port 80 that encrypts the packets in a way that the firewall doesn't realize it's not regular web packets. (Make it think it's regular internet packets over HTTPS SSL.)
    – Friend of Kim
    Apr 26 '13 at 11:56








1




1




It is a pretty advanced firewall that selectively blocks services. So I need a proxy through port 80 that encrypts the packets in a way that the firewall doesn't realize it's not regular web packets. (Make it think it's regular internet packets over HTTPS SSL.)
– Friend of Kim
Apr 26 '13 at 11:56




It is a pretty advanced firewall that selectively blocks services. So I need a proxy through port 80 that encrypts the packets in a way that the firewall doesn't realize it's not regular web packets. (Make it think it's regular internet packets over HTTPS SSL.)
– Friend of Kim
Apr 26 '13 at 11:56


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f587919%2fhow-to-make-a-teamviewer-proxy-on-a-windows-8-machine%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]