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.)
proxy teamviewer
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.
|
show 2 more comments
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.)
proxy teamviewer
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
|
show 2 more comments
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.)
proxy teamviewer
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
proxy teamviewer
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
|
show 2 more comments
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
|
show 2 more comments
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.
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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%2f587919%2fhow-to-make-a-teamviewer-proxy-on-a-windows-8-machine%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
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