Tunneling a public IP to a remote machine
- by Jim Paris
I have a Linux server A with a block of 5 public IP addresses, 8.8.8.122/29.
Currently, 8.8.8.122 is assigned to eth0, and 8.8.8.123 is assigned to eth0:1.
I have another Linux machine B in a remote location, behind NAT. I would like to set up an tunnel between the two so that B can use the IP address 8.8.8.123 as its primary IP address.
OpenVPN…