Subversion Repositories Kolibri OS

Rev

Rev 6236 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6236 nosferatus 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  = 
21
;port   = 
22
; If proxy requires authentification, uncomment following lines too
23
; (otherwise, leave them commented):
24
;user    = 
25
;password=