Can't seem to get it to work #11
Unanswered
ye7iaserag
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
You need to run swgp-go on both sides. Your "server" side swgp-go config should look like: {
"interfaces": [
{
"name": "wg0",
"proxyListen": "[::]:20220",
"proxyMode": "zero-overhead",
"proxyPSK": "<same-as-wg-psk>",
"proxyFwmark": 0,
"wgEndpoint": "[::1]:62882",
"wgFwmark": 0,
"mtu": 1500,
"batchMode": ""
}
]
}
{
"peers": [
{
"name": "laptop",
"wgListen": "[::]:20222",
"wgFwmark": 0,
"proxyEndpoint": "<server-ip-address>:20220",
"proxyMode": "zero-overhead",
"proxyPSK": "<same-as-wg-psk>",
"proxyFwmark": 0,
"mtu": 1500,
"batchMode": ""
}
]
} |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I've been trying to get swgp to work but to no avail.
Here is my config file:
My wg client is configured with endpoint: 127.0.0.1:20222
The debug msgs show with a new UDB client connection on client side but the server on the other side does not get a connection and the client keeps retrying handshakes.
Beta Was this translation helpful? Give feedback.
All reactions