Subversion Repositories Kolibri OS

Rev

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

  1. [ipconfig]
  2. ; type should be static or zeroconf
  3. ; zeroconf means the service first tries to contact a DHCP server
  4. ; If dhcp is not available, it switches to link-local
  5. type    = zeroconf
  6. ip      = 192.168.1.150
  7. gateway = 192.168.1.1
  8. dns     = 192.168.1.1
  9. subnet  = 255.255.255.0
  10.  
  11. [proxy]
  12. ; If Internet connection requires HTTP proxy, set it here
  13. ; and uncomment following lines:
  14. ;proxy  = <set your proxy IP-addr or domain name here>
  15. ;port   = <set your proxy port here>
  16. ; If proxy requires authentification, uncomment following lines too
  17. ; (otherwise, leave them commented):
  18. ;user    = <set username here>
  19. ;password= <set password here>