Subversion Repositories Kolibri OS

Rev

Rev 4101 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4101 Rev 5586
Line -... Line 1...
-
 
1
; General configuration for otherwise unlisted devices.
1
[ipconfig]
2
[ip?]
2
; type should be static or zeroconf
3
; type should be dhcp, auto or disabled.
-
 
4
ip_type	= auto
-
 
5
dns_type= auto
-
 
6
 
3
; zeroconf means the service first tries to contact a DHCP server
7
; Specific configuration for network device 1.
-
 
8
[ip1]
4
; If dhcp is not available, it switches to link-local
9
; type can be dhcp, auto, static or disabled.
5
type    = zeroconf
10
ip_type = auto
6
ip      = 192.168.1.150
11
ip      = 192.168.1.150
-
 
12
subnet  = 255.255.255.0
7
gateway = 192.168.1.1
13
gateway = 192.168.1.1
-
 
14
dns_type= auto
8
dns     = 192.168.1.1
15
dns     = 192.168.1.1
9
subnet  = 255.255.255.0
-
 
Line 10... Line 16...
10
 
16
 
11
[proxy]
17
[proxy]
12
; If Internet connection requires HTTP proxy, set it here
18
; If Internet connection requires HTTP proxy, set it here
13
; and uncomment following lines:
19
; and uncomment following lines: