Difference between revisions of "Network"

From
Jump to: navigation, search
(Created page with "== Network == === Schnittstellen === <pre> eth0 eth1 lo null0 </pre> === Route === <pre> # das 192.168.1.0-Netz geht über das Standardgateway eth0 raus Destination Gat...")
 
(Network)
 
Line 15: Line 15:
 
Destination    Gateway        Genmask        Flags Metric Ref    Use  Iface
 
Destination    Gateway        Genmask        Flags Metric Ref    Use  Iface
 
192.168.1.0    0.0.0.0        255.255.255.0  U    0      0        0  eth0
 
192.168.1.0    0.0.0.0        255.255.255.0  U    0      0        0  eth0
 +
</pre>
 +
 +
 +
=== System Log ===
 +
<pre>
 +
 
</pre>
 
</pre>

Latest revision as of 07:18, 13 November 2025

Network[edit]

Schnittstellen[edit]

eth0
eth1
lo
null0

Route[edit]

# das 192.168.1.0-Netz geht über das Standardgateway eth0 raus
Destination     Gateway         Genmask         Flags Metric Ref    Use  Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0  eth0


System Log[edit]