Subversion Repositories Kolibri OS

Rev

Rev 4101 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5586 hidnplayr 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
4101 mario79 11
ip      = 192.168.1.150
5586 hidnplayr 12
subnet  = 255.255.255.0
4101 mario79 13
gateway = 192.168.1.1
5586 hidnplayr 14
dns_type= auto
4101 mario79 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=