View difference between Paste ID: ddQmPcpa and bNxkn9Es
SHOW: | | - or go back to the newest paste.
1-
# This file describes the network interfaces available on your system
1+
homesrv@homesrv:~$ ifconfig
2-
# and how to activate them. For more information, see interfaces(5).
2+
eth0      Link encap:Ethernet  HWaddr 90:e6:ba:57:47:27  
3
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
4-
# The loopback network interface
4+
          inet6 addr: fe80::92e6:baff:fe57:4727/64 Scope:Link
5-
auto lo
5+
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
6-
iface lo inet loopback
6+
          RX packets:537 errors:0 dropped:0 overruns:0 frame:0
7
          TX packets:557 errors:0 dropped:0 overruns:0 carrier:0
8-
# The primary network interface
8+
          collisions:0 txqueuelen:1000 
9-
#auto eth0
9+
          RX bytes:68363 (68.3 KB)  TX bytes:384962 (384.9 KB)
10-
#iface eth0 inet dhcp
10+
          Interrupt:20 Memory:feac0000-feae0000 
11-
auto eth0
11+
12-
iface eth0 inet static
12+
lo        Link encap:Local Loopback  
13-
address 192.168.0.2
13+
          inet addr:127.0.0.1  Mask:255.0.0.0
14-
netmask 255.255.255.0
14+
          inet6 addr: ::1/128 Scope:Host
15-
gateway 192.168.0.1
15+
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
16
          RX packets:5480 errors:0 dropped:0 overruns:0 frame:0
17
          TX packets:5480 errors:0 dropped:0 overruns:0 carrier:0
18
          collisions:0 txqueuelen:0 
19
          RX bytes:456208 (456.2 KB)  TX bytes:456208 (456.2 KB)