Compare commits
5 commits
99068e704e
...
683338eaa8
Author | SHA1 | Date | |
---|---|---|---|
683338eaa8 | |||
d4207a9934 | |||
74bdc71f72 | |||
e0fa022106 | |||
a8d8becef3 |
2 changed files with 30 additions and 0 deletions
|
@ -48,6 +48,21 @@ Starte den _network-manager_ neu:
|
||||||
sudo service network-manager restart
|
sudo service network-manager restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Einrichtung in Fedora
|
||||||
|
|
||||||
|
Unter Fedora muss die Datei `/etc/NetworkManager/NetworkManager.conf` geändert werden. Füge die folgenden Zeilen hinzu oder passe sie entsprechend an:
|
||||||
|
|
||||||
|
```
|
||||||
|
[connectivity]
|
||||||
|
uri=https://connectivitycheck.sp-codes.de/generate204
|
||||||
|
```
|
||||||
|
|
||||||
|
Starte den _NetworkManager_ neu:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo service NetworkManager restart
|
||||||
|
```
|
||||||
|
|
||||||
## Einrichtung in Firefox
|
## Einrichtung in Firefox
|
||||||
|
|
||||||
Tippe [about:config](about:config) in die Adresszeile von Firefox und suche anschließend nach `captivedetect.canonicalURL` und `network.connectivity-service`. Setze die URL-Werte auf `https://connectivitycheck.sp-codes.de/generate204`, die Domain-Werte auf `connectivitycheck.sp-codes.de`. Das war es schon.
|
Tippe [about:config](about:config) in die Adresszeile von Firefox und suche anschließend nach `captivedetect.canonicalURL` und `network.connectivity-service`. Setze die URL-Werte auf `https://connectivitycheck.sp-codes.de/generate204`, die Domain-Werte auf `connectivitycheck.sp-codes.de`. Das war es schon.
|
||||||
|
|
|
@ -46,6 +46,21 @@ Restart the network-manager:
|
||||||
sudo service network-manager restart
|
sudo service network-manager restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Setup in Fedora
|
||||||
|
|
||||||
|
In Fedora, the file `/etc/NetworkManager/NetworkManager.conf` must be changed. Add or change the following lines:
|
||||||
|
|
||||||
|
```
|
||||||
|
[connectivity]
|
||||||
|
uri=https://connectivitycheck.sp-codes.de/generate204
|
||||||
|
```
|
||||||
|
|
||||||
|
Restart the _NetworkManager_:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo service NetworkManager restart
|
||||||
|
```
|
||||||
|
|
||||||
## Setup in Firefox
|
## Setup in Firefox
|
||||||
|
|
||||||
Type [about:config](about:config) in the Firefox address bar and search for `captivedetect.canonicalURL` and `network.connectivity-service`. Set the URL values to `https://connectivitycheck.sp-codes.de/generate204`, the domain values to `connectivitycheck.sp-codes.de`. That's it.
|
Type [about:config](about:config) in the Firefox address bar and search for `captivedetect.canonicalURL` and `network.connectivity-service`. Set the URL values to `https://connectivitycheck.sp-codes.de/generate204`, the domain values to `connectivitycheck.sp-codes.de`. That's it.
|
||||||
|
|
Loading…
Reference in a new issue