LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How can i access to remote PC, which is behind the Proxy server (https://www.linuxquestions.org/questions/linux-networking-3/how-can-i-access-to-remote-pc-which-is-behind-the-proxy-server-608218/)

Zayar Win 12-20-2007 04:58 PM

How can i access to remote PC, which is behind the Proxy server
 
Dear all,
My remote Linux box is behind the proxy server. So,I can't see it from the outside world. My remote PC has registered IP. How can i access my remote PC from the external network?
Any ideas!!!

harry edwards 12-20-2007 05:44 PM

Could you expand on your explanation.

What service do you want to access?

Why is the proxy blocking?

Do you have a firewall/DMZ setup?

Zayar Win 12-20-2007 06:01 PM

Yes, i want to access via SSH. My remote PC's network is using Proxy Server for internet. We can use SSH on that network. Thanks!!!

harry edwards 12-22-2007 04:18 PM

Two options you may like to consider:

1) Configure your PC with the registered IP to act as a VPN gateway.

2) Implement a DMZ and configure it to permit SSH access.

Option 1 is the preferred and a more secure way.

prasanta 12-23-2007 09:30 AM

Adding to what Harry has already replied, you can forward the request using iptables. Since the proxy server is on a public network, add a higher port for ssh and write a iptables rule to forward it to the linux box behind the proxy server. When request comes to that port it is forwarded to your machine that is behind the proxy server.

--
Prasanta


All times are GMT -5. The time now is 06:12 PM.