Create a pptp tunnel through a exisiting domain [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I want to create a tunnel (preferably pptp) via a website that I created I am renting a domain from an ISP with … Read more

Traffic not routed through OpenVPN properly [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 4 years ago. Improve this question I have the following problem: I am running an OpenVPN Server on my Debian 8 VPS. Everything is working fine except for one … Read more

How to use public IPs from remote network in my local network

The image shows the current remote setup and proposed local network I have 2 networks at different locations. For your better understanding one network I named remote network and another is local network. Both network have 1 linux box (CentOS 6.10) each. Remote Network scenario: The remote Linux have Public IP on its eth0 (IP … Read more

Netmask for point to point ip address?

In a point to point tunnel, I was able to have the same IP twice. It looks like a bug, I think that might be related to some internal representation of the netmask. It can be reproduced with the steps below. I created a tun tunnel like this: ip tuntap add dev tun3 mode tun … Read more

Static IPv4 tunnel with Windows Server 2008

Is it possible to create any sort of plain (IPv4, non-ipsec) static tunnel interface using only components of Windows server? Any protocol will do as long as there is reasonable linux support for the other endpoint. IPIP or GRE would be great. I can sort out my own routing, I don’t want sessions, authentication or … Read more

Any good solution to deliver private HTTP service to public with reverse connection?

I am looking for a solution to let a private LAN HTTP service accessible from WAN with minimal configuration. For example, I have more than 1000 deployments of HTTP service across nation running in LAN. These HTTP service are not available to public at the moment. Now, the HTTP services would like to serve public … Read more

How to create a gretap tunnel between two AWS EC2 instances?

To create a tunnel between two machines connected to the same network, I can run the following commands: From host A: sudo ip link add gretap1 type gretap local HOST_A_IP remote HOST_B_IP sudo ip link set gretap1 up From host B: sudo ip link add gretap1 type gretap local HOST_B_IP remote HOST_A_IP sudo ip link … Read more

how to ssh to the machine behind the firewall? [duplicate]

This question already has answers here: Closed 10 years ago. Possible Duplicates: SSH to a computer that will then SSH to another computer how to ssh to the machine behind the firewall? I have 3 Linux machines A, B and C. I can ssh from A to B; B to C but not from A … Read more

How to tunnel all network communication? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 10 years ago. Improve this question I’m looking for a way to tunnel all network communication from my laptop through another computer. I can control the software on both … Read more