Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:netzer:networksettings [2011/12/12 09:33] – created holtmann | en:netzer:networksettings [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
All network settings are changeable via the website. | All network settings are changeable via the website. | ||
+ | |||
Amendments will become effective only after restart, so that it is possible to correct incorrect entries. | Amendments will become effective only after restart, so that it is possible to correct incorrect entries. | ||
+ | <note important> | ||
+ | Some settings are available since Version 1.4 or 1.5. | ||
+ | You should consider updating to the latest Release. | ||
+ | </ | ||
+ | |||
+ | {{networksettings.gif? | ||
- | {{: | ||
===== IP modes ===== | ===== IP modes ===== | ||
- | {{ :de:netzer:ipmode.gif? | + | {{ ipmode.gif? |
IP mode determines how Netzer allocates its IP address, the subnetwork mask and the gateway. | IP mode determines how Netzer allocates its IP address, the subnetwork mask and the gateway. | ||
- | ==== DHCP (from Version 1.4 pro) ==== | + | ==== DHCP ==== |
In this mode, Netzer receives the IP address from a DHCP server. After restart, Netzer tries to contact the DHCP server via DHCP broadcast. If a DHCP server is available and prepared to provide an IP address, Netzer will receive its IP address in this way. | In this mode, Netzer receives the IP address from a DHCP server. After restart, Netzer tries to contact the DHCP server via DHCP broadcast. If a DHCP server is available and prepared to provide an IP address, Netzer will receive its IP address in this way. | ||
+ | |||
<note important> | <note important> | ||
Line 24: | Line 31: | ||
In this mode, Netzer receives the IP address from a DHCP server. After restart, Netzer tries to contact the DHCP server via DHCP broadcast. If a DHCP server is available and prepared to provide an IP address, Netzer will receive its IP address in this way. | In this mode, Netzer receives the IP address from a DHCP server. After restart, Netzer tries to contact the DHCP server via DHCP broadcast. If a DHCP server is available and prepared to provide an IP address, Netzer will receive its IP address in this way. | ||
- | Should Netzer fail to find a DHCP server after some attempts, it will automatically select an IP address from the AutoIP area (see mode [[de: | ||
- | ==== DHCP -> Manual | + | Should Netzer fail to find a DHCP server after some attempts, it will automatically select an IP address from the AutoIP area (see mode [[networksettings# |
- | Analog to mode [[de: | ||
- | ==== Auto IP (from Version 1.4 pro) ==== | + | ==== DHCP -> Manual |
- | In this mode, Netzer selects an IP address from AutoIP | + | Analog to mode [[networksettings# |
- | In AutoIP mode, the IP address has a minor role. Accordingly, | + | |
+ | ==== Auto IP ==== | ||
+ | |||
+ | In this mode, Netzer selects an IP address from AutoIP area 169.254.1.0 - 169.254.254.255 directly upon restart. The subnetwork mask is 255.255.0.0, | ||
+ | |||
+ | The starting AutoIP is chosen in format 169.254.X.Y. X is the 5th number and Y the 6th number of the MAC address. If for example Netzer has the MAC address // | ||
+ | |||
+ | In AutoIP mode, the IP address has a minor role. Accordingly, | ||
Line 41: | Line 53: | ||
In this mode, after restart Netzer uses the manuall IP data previously configured. | In this mode, after restart Netzer uses the manuall IP data previously configured. | ||
- | {{ :de:netzer:manualip.gif? | + | {{ manualip.gif? |
Prior to the IP address being used by Netzer it investigates whether the IP address is not already occupied in the network by another device. In this event, Netzer will enter the state " | Prior to the IP address being used by Netzer it investigates whether the IP address is not already occupied in the network by another device. In this event, Netzer will enter the state " | ||
This address conflict can be solved as follows | This address conflict can be solved as follows | ||
+ | |||
- removing other device from the network or chaning IP address or | - removing other device from the network or chaning IP address or | ||
- resetting Netzer to factory settings [[de: | - resetting Netzer to factory settings [[de: | ||
Line 51: | Line 64: | ||
===== Network name ===== | ===== Network name ===== | ||
- | This name is used to find Netzer in a so-called local network via the [[wpde> | + | |
+ | This name is used to find Netzer in a so-called local network via the [[wp> | ||
The network name may have up to eight characters. The name is required to be unambiguous in the network. In the event of a duplicate, the network service cannot be started and Netzer can only be contacted via the IP address. The name is only valid in the local domain, i.e. .local belongs to the name and must not be left out. | The network name may have up to eight characters. The name is required to be unambiguous in the network. In the event of a duplicate, the network service cannot be started and Netzer can only be contacted via the IP address. The name is only valid in the local domain, i.e. .local belongs to the name and must not be left out. | ||
Line 59: | Line 74: | ||
- | ===== HTTP Port (from Version 1.4 pro) ===== | + | ===== HTTP Port ===== |
If required (for Firewall reasons or for port forwarding) the port of the Netzer web interface can be changed. The port is published by the name service in the network, so that calls via Bonjour plug-ins are correctly switched to the appropriate port. If calling up the website via the IP address, the port is required to be coded into the URL. An example for port 8080: | If required (for Firewall reasons or for port forwarding) the port of the Netzer web interface can be changed. The port is published by the name service in the network, so that calls via Bonjour plug-ins are correctly switched to the appropriate port. If calling up the website via the IP address, the port is required to be coded into the URL. An example for port 8080: | ||
+ | |||
< | < | ||
+ | |||
http:// | http:// | ||
+ | |||
</ | </ | ||
+ | |||