Guest User

Untitled

a guest
Jan 1st, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.29 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. source /etc/network/interfaces.d/*
  5.  
  6. # The loopback network interface
  7. auto lo
  8. iface lo inet loopback
  9.  
  10. # The primary network interface
  11. auto eth0
  12. iface eth0 inet static
  13.         address 192.168.1.14
  14.         netmask 255.255.255.0
  15.         gateway 192.168.1.1
  16.  
  17.  
  18.  
  19. eth0      Link encap:Ethernet  HWaddr xxxxx
  20.           inet addr:192.168.1.14  Bcast:192.168.1.255  Mask:255.255.255.0
  21.           inet6 addr: fe80::5604:a6ff:fe19:8d43/64 Scope:Link
  22.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  23.           RX packets:2833 errors:0 dropped:0 overruns:0 frame:0
  24.           TX packets:7118 errors:0 dropped:0 overruns:0 carrier:1
  25.           collisions:0 txqueuelen:1000
  26.           RX bytes:1574767 (1.5 MiB)  TX bytes:1425684 (1.3 MiB)
  27.  
  28. lo        Link encap:Local Loopback
  29.           inet addr:127.0.0.1  Mask:255.0.0.0
  30.           inet6 addr: ::1/128 Scope:Host
  31.           UP LOOPBACK RUNNING  MTU:65536  Metric:1
  32.           RX packets:738 errors:0 dropped:0 overruns:0 frame:0
  33.           TX packets:738 errors:0 dropped:0 overruns:0 carrier:0
  34.           collisions:0 txqueuelen:0
  35.           RX bytes:369500 (360.8 KiB)  TX bytes:369500 (360.8 KiB)
Advertisement
Add Comment
Please, Sign In to add comment