Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will the traffic be recognized by the firewall? What encryption protocols and algorithms are used? #4

Open
do02fw opened this issue Aug 24, 2023 · 6 comments

Comments

@do02fw
Copy link

do02fw commented Aug 24, 2023

Will the traffic be recognized by the firewall? What encryption protocols and algorithms are used?

@pbxforce
Copy link
Owner

pbxforce commented Sep 5, 2023

Will the traffic be recognized by the firewall? What encryption protocols and algorithms are used?

Yes. Traffic will be recognized by the firewall and must be allowed by opening a certain port over TCP/UDP (though this process will be automated with the script). VPN tunnel traffic is encrypted with symmetric key using AES-256-CBC algorithm and RSA algorithm is used for key-exchange process.

@do02fw
Copy link
Author

do02fw commented Sep 5, 2023

After I used this script, the server IP was blocked and the location was in China.

@pbxforce
Copy link
Owner

pbxforce commented Sep 5, 2023

After I used this script, the server IP was blocked and the location was in China.

It doesn't make sense. IP location depends on where your server is located. Script does not perform any operation on IP manipulation. IP address must be the public address of the server where the script is being executed.

@pbxforce
Copy link
Owner

pbxforce commented Sep 5, 2023

After I used this script, the server IP was blocked and the location was in China.

I just tested on AWS EC2 instance, everything working fine.

@do02fw
Copy link
Author

do02fw commented Sep 6, 2023

I'm referring to the IP being blocked, the VPN detected.

@navidlukas
Copy link

I'm referring to the IP being blocked, the VPN detected.

OpenVPN does not have stealth/obfuscation...the application signature can be detected by firewalls. Forget this with China and Iran.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants