mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
568 B

  1. #
  2. # ROCKNET Example Config File
  3. #
  4. # The file /etc/network/README contains a detailed description of most
  5. # available config directives for this file.
  6. #
  7. # Check out the modules in /etc/network/modules/* directly for information
  8. # about the not so-well documented directives (such as directives from 3rd
  9. # party modules).
  10. #
  11. ### automatically set up interface eth0 on startup
  12. # auto eth0
  13. ### interface eth0 is configured using DHCP
  14. # interface eth0
  15. # dhcp
  16. ### interface eth0 is configured using a static IP
  17. # interface eth1
  18. # ip 192.168.100.99/24
  19. # gw 192.168.100.1