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      = 10.0.2.15
  7. gateway = 10.0.2.2
  8. dns     = 10.0.2.2
  9. subnet  = 255.255.255.0
  10. [proxy]
  11. ; If Internet connection requires HTTP proxy, set it here
  12. ; and uncomment following lines:
  13. ;proxy  = <set your proxy IP-addr or domain name here>
  14. ;port   = <set your proxy port here>
  15. ; If proxy requires authentification, uncomment following lines too
  16. ; (otherwise, leave them commented):
  17. ;user    = <set username here>
  18. ;password= <set password here>
  19.  
  20.