Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
42
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:14468 errors:0 dropped:92 overruns:0 frame:0
  27. TX packets:13155 errors:0 dropped:0 overruns:0 carrier:0
  28. collisions:0 txqueuelen:1000
  29. RX bytes:1223985 (1.2 MB) TX bytes:1633238 (1.6 MB)
  30.  
  31. eth1 Link encap:Ethernet HWaddr 00:0c:76:ae:b7:2e
  32. inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
  33. UP BROADCAST MULTICAST MTU:1500 Metric:1
  34. RX packets:806 errors:0 dropped:7 overruns:0 frame:0
  35. TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
  36. collisions:0 txqueuelen:1000
  37. RX bytes:54888 (54.8 KB) TX bytes:1404 (1.4 KB)
  38. Interrupt:19 Base address:0x6800
  39.  
  40.  
  41. ###
  42.  
  43. Internet Address Physical Address Type
  44. 192.168.1.2 00-13-20-25-a2-1a dynamic
  45. 192.168.1.3 00-13-20-25-a2-1a dynamic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement