kolibrios/data/Vortex86MX-eng/network/zeroconf.ini
Yogev Ezra 712a570237 Create "AutoBuild" folder for Vortex86MX systems (eBox-3300MX / Gecko Edubook)
git-svn-id: svn://kolibrios.org@1944 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-05-30 23:36:25 +00:00

20 lines
646 B
INI

[ipconfig]
; type should be static or zeroconf
; zeroconf means the service first tries to contact a DHCP server
; If dhcp is not available, it switches to link-local
type = zeroconf
ip = 10.0.2.15
gateway = 10.0.2.2
dns = 10.0.2.2
subnet = 255.255.255.0
[proxy]
; If Internet connection requires HTTP proxy, set it here
; and uncomment following lines:
;proxy = <set your proxy IP-addr or domain name here>
;port = <set your proxy port here>
; If proxy requires authentification, uncomment following lines too
; (otherwise, leave them commented):
;user = <set username here>
;password= <set password here>