Advertisement
Guest User

Untitled

a guest
Oct 21st, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. cat /etc/hosts
  2. 212.129.13.61 127.0.0.1 spin-waves.com mail
  3.  
  4. #::1 localhost
  5. #::1 localhost
  6. #127.0.0.1 localhost.localdomain localhost
  7. #::1 localhost
  8. # Auto-generated hostname. Please do not remove this comment.
  9. 127.0.0.1 mail localhost localhost.localdomain
  10. ::1 localhost
  11.  
  12. Ubuntu 12.04.5 LTS \n \l
  13.  
  14. auto lo
  15. iface lo inet loopback
  16. auto eth0
  17. iface eth0 inet static
  18. address 212.129.13.61
  19. netmask 255.255.255.255
  20. broadcast 212.129.13.61
  21. post-up route add 62.210.189.1 dev eth0
  22. post-up route add default gw 62.210.189.1
  23. post-down route del 62.210.189.1 dev eth0
  24. post-down route del default gw 62.210.189.1
  25.  
  26.  
  27. ifconfig -a
  28. eth0 Link encap:Ethernet HWaddr 52:54:00:00:06:89
  29. inet addr:212.129.13.61 Bcast:212.129.13.61 Mask:255.255.255.255
  30. inet6 addr: fe80::5054:ff:fe00:689/64 Scope:Link
  31. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  32. RX packets:426664 errors:0 dropped:0 overruns:0 frame:0
  33. TX packets:64486 errors:0 dropped:0 overruns:0 carrier:0
  34. collisions:0 txqueuelen:0
  35. RX bytes:99961387 (99.9 MB) TX bytes:5324310 (5.3 MB)
  36.  
  37. lo Link encap:Local Loopback
  38. LOOPBACK MTU:16436 Metric:1
  39. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  40. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  41. collisions:0 txqueuelen:0
  42. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  43.  
  44. venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  45. BROADCAST POINTOPOINT NOARP MTU:1500 Metric:1
  46. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  47. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  48. collisions:0 txqueuelen:0
  49. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement