Advertisement
Guest User

Untitled

a guest
Mar 12th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:19:66:86:ef:6d
  3. inet addr:192.168.2.10 Bcast:192.168.2.255 Mask:255.255.255.0
  4. inet6 addr: fe80::219:66ff:fe86:ef6d/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:658 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:286 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:216972 (216.9 KB) TX bytes:40082 (40.0 KB)
  10. Interrupt:30 Base address:0x2000
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:480 (480.0 B) TX bytes:480 (480.0 B)
  20.  
  21.  
  22.  
  23.  
  24. ******************************************* /etc/network/interfaces
  25.  
  26. # This file describes the network interfaces available on your system
  27. # and how to activate them. For more information, see interfaces(5).
  28.  
  29. # The loopback network interface
  30. auto lo
  31. iface lo inet loopback
  32.  
  33. auto eth1
  34. iface eth1 inet static
  35. address 192.168.2.25
  36. netmask 255.255.255.0
  37. gateway 192.168.2.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement