FOGProject / fogproject

An open source computer cloning & management system
https://fogproject.org
GNU General Public License v3.0
1.14k stars 222 forks source link

Enhanced network detection in installer #434

Closed bellegarde-c closed 2 years ago

bellegarde-c commented 3 years ago

Many enterprise networks disallow ping and direct HTTP(s) connections. Rework checkInternetConnection() to check DNS issues and then HTTP issues.

bellegarde-c commented 3 years ago

Yes, I saw you already changed the code in dev branch just after sending this. Will report any issue and send you merge request next time I update.

regards,

Sebastian-Roth commented 3 years ago

@bellegarde-c @mastacontrola The changes were added to the working-1.6 branch so far but not to dev-branch yet. Would be great to get this into dev-branch as well and even better when using the exact same code changes so merging the branches later on will be easier.

Sebastian-Roth commented 2 years ago

Finally pushed commits to both working-1.6 (df23d1c) and dev-branch (5a3e075) to have them both use the same code. Also adjusted things a bit again.