interfaces 360 B

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