Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | Vorherige Überarbeitung | ||
|
it:public:gbitinfrastructure [2020/02/24 19:47] |
it:public:gbitinfrastructure [2024/08/21 06:46] (aktuell) mklaiber |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | <nspages it:public -h1 -nbcol=2> | ||
| + | ====== Infrastructure ====== | ||
| + | |||
| + | **Diese und weitere Seiten im Namespace " | ||
| + | |||
| + | |||
| + | |||
| + | Das Member-Netzwerk ist im IP-Bereich 10.0.4.0/24 | ||
| + | |||
| + | ===== DHCP ===== | ||
| + | Der DHCP läuft im Router und verteilt Adressen im Range '' | ||
| + | * router.vspace (10.0.4.1) | ||
| + | |||
| + | Für IoT Geräte haben wir das Netzwerk 10.0.8.0/ | ||
| + | |||
| + | |||
| + | ===== AccessPoints ===== | ||
| + | Usere aktullen APs sind | ||
| + | * UAP AC Lite | ||
| + | * UAP AC LR | ||
| + | |||
| + | Diese lassen sich über den [[https:// | ||
| + | |||
| + | ===== DNS ===== | ||
| + | Es wird der PFSense-interne DNS verwendet, welcher unter 10.0.4.1 erreichbar ist. | ||
| + | |||
| + | |||
| + | ==== Serversettings ==== | ||
| + | Use the following as ''/ | ||
| + | |||
| + | **Warning: Only if you have not installed resolvconf. Otherwise this file is managed by resolvconf!** | ||
| + | |||
| + | < | ||
| + | domain vspace | ||
| + | search vspace | ||
| + | nameserver 10.0.0.1 | ||
| + | nameserver 8.8.8.8 | ||
| + | </ | ||
| + | |||
| + | Use the following ''/ | ||
| + | |||
| + | **Warning: Only if the server has no tools like networkmanager installed! Otherwise this file is managed by networkmanager!** | ||
| + | |||
| + | < | ||
| + | address 10.0.0.xxx | ||
| + | netmask 255.0.0.0 | ||
| + | gateway 10.0.0.1 | ||
| + | </ | ||
| + | |||
| + | For setting the Hostname on the server you should replace the following in your ''/ | ||
| + | |||
| + | < | ||
| + | 127.0.1.1 servername.vspace servername | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Probleme ===== | ||
| + | |||
| + | ==== Analyse für Linux ==== | ||
| + | Führe | ||
| + | < | ||
| + | und | ||
| + | < | ||
| + | aus. Werden im zweiten Fall Antworten angezeigt und im ersten Fall nicht, verwendet dein PC den falschen DNS Server. Gibt als nächstes: | ||
| + | < | ||
| + | ein. Hier werden die verwendeten Nameserver aufgelistet. Ist dein Nameserver '' | ||
| + | |||
| + | |||
| + | ==== Nameserver 127.0.1.1 ==== | ||
| + | The 127.0.1.1 entry is most likely placed there by dnsmasq which is a local daemon for serving (and crucially caching) dns and dhcp. It's possible to configure NetworkManager to not run dnsmasq as follows: edit the file ''/ | ||
| + | |||
| + | < | ||
| + | |||
| + | Now restart NetworkManager: | ||
| + | |||
| + | < | ||
| + | |||
| + | Next check that the 127.0.1.1 entry has vanished from < | ||