Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # Ethernet
  9. auto eth0
  10. iface eth0 inet static
  11. address 192.168.1.2
  12. netmask 255.255.255.0
  13. #gateway 192.168.0.254
  14.  
  15. auto eth1
  16. iface eth1 inet static
  17. address 192.168.1.3
  18. netmask 255.255.255.0
  19.  
  20. ###
  21.  
  22. eth0 Link encap:Ethernet HWaddr 00:13:20:25:a2:1a
  23. inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
  24. inet6 addr: fe80::213:20ff:fe25:a21a/64 Scope:Link
  25. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  26. RX packets:18767 errors:0 dropped:92 overruns:0 frame:0
  27. TX packets:16596 errors:0 dropped:0 overruns:0 carrier:0
  28. collisions:0 txqueuelen:1000
  29. RX bytes:1570992 (1.5 MB) TX bytes:1923654 (1.9 MB)
  30.  
  31. eth1 Link encap:Ethernet HWaddr 00:0c:76:ae:b7:2e
  32. inet addr:1.1.1.2 Bcast:1.1.1.255 Mask:255.255.255.0
  33. inet6 addr: fe80::20c:76ff:feae:b72e/64 Scope:Link
  34. UP BROADCAST MULTICAST MTU:1500 Metric:1
  35. RX packets:806 errors:0 dropped:7 overruns:0 frame:0
  36. TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
  37. collisions:0 txqueuelen:1000
  38. RX bytes:54888 (54.8 KB) TX bytes:1572 (1.5 KB)
  39. Interrupt:19 Base address:0x6800
  40.  
  41. lo Link encap:Local Loopback
  42. inet addr:127.0.0.1 Mask:255.0.0.0
  43. inet6 addr: ::1/128 Scope:Host
  44. UP LOOPBACK RUNNING MTU:16436 Metric:1
  45. RX packets:1936 errors:0 dropped:0 overruns:0 frame:0
  46. TX packets:1936 errors:0 dropped:0 overruns:0 carrier:0
  47. collisions:0 txqueuelen:0
  48. RX bytes:169524 (169.5 KB) TX bytes:169524 (169.5 KB)
  49.  
  50.  
  51.  
  52. ###
  53.  
  54. Internet Address Physical Address Type
  55. 192.168.1.2 00-13-20-25-a2-1a dynamic
  56. 192.168.1.3 00-13-20-25-a2-1a dynamic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement