python-vpn
python-vpn copied to clipboard
VPN Server implemented in pure Python. (For Research Purposes Only)
Error log: Serving on UDP :500 :4500... IKE_SA_INIT(spi_i=2158a8c77dbd4a0f, spi_r=0000000000000000, version=2.0, flag=MsgFlag.Initiator, message_id=0, SA(IKE:1(spi=None, ENCR_AES_CTR(keylen=256), ENCR_AES_CBC(keylen=256), ENCR_AES_CTR(keylen=192), ENCR_AES_CBC(keylen=192), ENCR_AES_CTR(keylen=128), ENCR_AES_CBC(keylen=128), AUTH_HMAC_SHA2_512_256, AUTH_HMAC_SHA2_384_192, AUTH_HMAC_SHA2_256_128, AUTH_AES_XCBC_96, AUTH_AES_CMAC_96, DH_16, DH_31, DH_15, DH_14, PRF_HMAC_SHA1, PRF_AES128_XCBC,...
can you add phase 1 and phase 2 algorithm with certificates ?
OSError: [Errno 98] Address already in use system:Kali linux
Running pvpn as a wireguard server: ``` $ .venv/bin/python -m pvpn -wg 51820 -v Serving on UDP :500 :4500... ======== WIREGUARD SETTING ======== PublicKey: ----- =================================== Serving on UDP :51820...
can you explain a little more on TCP tunel - r command? thanks.
Below, there are entries for the server address, password and username. What should I put for the username? And how do I note the specific port (500/4500)? Thanks in advance....
Hi, I do not see UDP requests being sent to the wireguard server. The logs show only TCP requests. Could you please look into it. Thank you
Add listen option Change default DNS = off Fix bug set ip client to 1.0.0.1
``` from pvpn.pvpn.server import main main() ``` this gives runtime error as event loop is already running. filesystem: ``` |-pvpn |-pvpn |-... |-server.py |-LICENCE |-setup.py ```