Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. ; General configuration for otherwise unlisted devices.
  2. [ip?]
  3. ; type should be dhcp, auto or disabled.
  4. ip_type = auto
  5. dns_type= auto
  6.  
  7. ; Specific configuration for network device 1.
  8. [ip1]
  9. ; type can be dhcp, auto, static or disabled.
  10. ip_type = auto
  11. ip      = 192.168.1.150
  12. subnet  = 255.255.255.0
  13. gateway = 192.168.1.1
  14. dns_type= auto
  15. dns     = 192.168.1.1
  16.  
  17. [proxy]
  18. ; If Internet connection requires HTTP proxy, set it here
  19. ; and uncomment following lines:
  20. ;proxy  = <set your proxy IP-addr or domain name here>
  21. ;port   = <set your proxy port here>
  22. ; If proxy requires authentification, uncomment following lines too
  23. ; (otherwise, leave them commented):
  24. ;user    = <set username here>
  25. ;password= <set password here>