Browsing German translation

24 of 191 results
24.

# eth0 is set to automatically receive its address (DHCP)
auto eth0
iface eth0 inet dhcp

# eth1 is setting its own address (static)
auto eth1
iface eth1 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.0.255
gateway 192.168.1.1
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

# eth0 erhält seine Adresse automatisch (DHCP)
auto eth0
iface eth0 inet dhcp

# eth1 setzt seine Adresse selbst (statisch)
auto eth1
iface eth1 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.0.255
gateway 192.168.1.1
Translated and reviewed by Tscheesy
Located in network/C/network.xml:117(programlisting)
24 of 191 results

This translation is managed by Ubuntu German Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.