From Cute Sloth, 2 Months ago, written in Plain Text.
Embed
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. iface eth0 inet static
  6.         address 10.0.0.3/24
  7.  
  8. auto eth1
  9. iface eth1 inet static
  10.         address 195.201.240.90/32
  11.         pointopoint 195.201.240.91
  12.         gateway 195.201.240.91
  13.  
  14.