Nov 29 11:03:27 anton geph4-exit[30326]: ***** 0 Sessions *****
Nov 29 11:03:27 anton geph4-exit[30326]: ***** 0 RecvMachines *****
Nov 29 11:03:27 anton geph4-exit[30326]: ***** 0 SessionBacks *****
Nov 29 11:03:27 anton geph4-exit[30326]: [2022-11-29T11:03:27Z DEBUG geph4_exit::listen::session] entering handle_session
Nov 29 11:03:27 anton geph4-exit[30326]: [2022-11-29T11:03:27Z INFO geph4_exit::listen::session] authenticated a new session (is_plus = true, raw_session_count = 1)
Nov 29 11:03:27 anton geph4-exit[30326]: [2022-11-29T11:03:27Z WARN geph4_exit::vpn] disabling VPN mode since external interface is not specified!
And that's it! the client goes on 'trying' for ever.
is the client trying to make a VPN mode connection? geph4-client connect --help says that leaving out the --vpn-mode flag indicates no VPN mode connection.
I have setup the geph4-exit exactly as described in your wiki for personal use on an ubuntu 22.04 LTS server with all setting on default and firewall open for connection. https://github.com/geph-official/geph4-client/wiki/Self-hosting-guide-(WIP)
but this is what I get when I try to connect to it.
client side:
server side:
And that's it! the client goes on 'trying' for ever.
is the client trying to make a VPN mode connection?
geph4-client connect --help
says that leaving out the--vpn-mode
flag indicates no VPN mode connection.