Tagged Questions
2
votes
1answer
256 views
Should OpenVPN point to point tunnels be on different ports?
The OpenVPN cookbook shows an example for site-to-site VPN (3 sites). They configured each tunnel on a unique port:
site A to site B: 1194
site A to site C: 1195
site B to site C: 1196
The author ...
4
votes
5answers
6k views
How to route specific adresses through a tunnel?
There are certain websites/services which I can only access from the subnet on which my server is located (think of the typical intranet scenario). Is there a way to transparently route traffic that ...