Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.79k stars 780 forks source link

Merge routes from StrongSwan connections #480

Open thenets opened 5 years ago

thenets commented 5 years ago

Context

I have a server with some IPSec IKEv1 and IKEv2 connections. I'm using the StrongSwan on Ubuntu for all SIte-To-Site VPNs.

Now I'm trying to create Road Warriors connections with Outline.

Problem

The VPN connects perfectly and the redirect to the Internet without a problem. But I can't access my 10.0.0.0/8 VPNs from StrongSwan. I tried to change the iptables but doesn't work.

I think that the problem is related to the Docker network adapter. I don't know if my iptables changes are working on ShadowBox container.

alalamav commented 5 years ago

Hi @thenets, Outline servers block access to the LAN by default. We are looking into making this option configurable in the future.

thenets commented 5 years ago

Oh, ok. I'll be waiting for this feature :) You can close the issue if you prefer.

See ya @alalamav . Thanks for this awesome project.