Browse Source

ifconfig

master
zeus 4 years ago
parent
commit
89fbbe9587
  1. 4
      llllllllllllllllll/intro

4
llllllllllllllllll/intro

@ -16,7 +16,7 @@ ifconfig
[source,bash]
----
eth0 Link encap:Ethernet *HWaddr* 09:00:12:90:e3:e5 // <1>
eth0 Link encap:Ethernet *HWaddr* 09:00:12:90:e3:e5 // <1>
inet addr:192.168.1.29 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe70:e3f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
@ -35,7 +35,7 @@ lo Link encap:Local Loopback // <2>
RX bytes:7766 (7.5 KiB) TX bytes:7766 (7.5 KiB)
----
<1> *HWaddr* This is your MAC address
>1> *eth0* is the first Ethernet interface. (Additional Ethernet interfaces would be named *eth1,* *eth2,* etc.) This type of interface is usually a NIC connected to the network by a category 5 cable.
<1> *eth0* is the first Ethernet interface. (Additional Ethernet interfaces would be named *eth1,* *eth2,* etc.) This type of interface is usually a NIC connected to the network by a category 5 cable.
<2> *lo* is the loopback interface. This is a special network interface that the system uses to communicate with itself.

Loading…
Cancel
Save