interfaces 348 B

1234567891011121314151617181920
  1. auto lo
  2. iface lo inet loopback
  3. auto eth0
  4. iface eth0 inet static
  5. address 10.1.0.10
  6. netmask 255.255.0.0
  7. broadcast 10.1.255.255
  8. gateway 10.1.0.1
  9. iface eth0 inet6 static
  10. address fec1::10
  11. netmask 16
  12. iface eth1 inet static
  13. address 192.168.0.50
  14. netmask 255.255.255.0
  15. broadcast 192.168.0.255
  16. iface eth1 inet6 static
  17. address fec0::5
  18. netmask 16