Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
1737 clevermous 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  = 
14
;port   = 
15
; If proxy requires authentification, uncomment following lines too
16
; (otherwise, leave them commented):
17
;user    = 
18
;password= 
19