Replies: 1 comment 2 replies
-
|
Does your server have more than one interface?
Hm, I don't get that. The script seems to use the old config backend exclusively, so how is swanctl involved? Anyway, might be something with the script (I saw some similar issues there), or maybe something specific to your server (which would require more information, see #196). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System:
Describe the bug
When a Windows 10 client connects to the strongSwan server, all traffic to the local network stop. For example, ping from the VPN server to LAN would report all packets lost. Ping to outside (e.g. 8.8.8.8) remains functioning. When the VPN client disconnects, all would resume.
To Reproduce
Steps to reproduce the behavior:
/etc/ipsec.secrets.What happened
Expected behavior
The purpose of the VPN server is to allow remote user to connect to the office LAN: So ping from both the client and the VPN server should reach other devices on the LAN.
I suspect that the
iptablesrules are the cause of the problem. Here is an output fromiptables --list:where
10.1.10.0/24is the LAN.Thanks in advance for any help!!
Beta Was this translation helpful? Give feedback.
All reactions