livebox:webserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
livebox:webserver [2011/12/18 19:37] – created brettlivebox:webserver [2012/03/20 12:37] – [Network / Services] minerva9
Line 5: Line 5:
   * [[http://code.google.com/p/minini|minini]] the INI file parser   * [[http://code.google.com/p/minini|minini]] the INI file parser
  
-The web server listens on PORT 80 from here you can control most of the Home Automation controller features.+The web server listens on PORT 80. From here you can control most of the Home Automation controller features.
  
 {{:livebox:info.png|}} {{:livebox:info.png|}}
  
-To access any other page but **info** you will need to authenticate.  Login in as **admin** you can enter anything as the password and it will be accepted.  Not until the admin user password has been setup will it be validated. +To access any other page but **info** you will need to authenticate.  Login as **admin** you can enter anything as the password and it will be accepted.  Not until the admin user password has been setup will it be validated. 
  
 {{:livebox:login.png|}} {{:livebox:login.png|}}
Line 23: Line 23:
 The network section defines what additional services will be enabled and the ports used, whether DHCP or STATIC IP configuration is setup, if the two Ethernet ports should be bridged together into a Switch configuration or addressed individually, the domain name of the Livebox and the NTP time server to stay in sync with. The network section defines what additional services will be enabled and the ports used, whether DHCP or STATIC IP configuration is setup, if the two Ethernet ports should be bridged together into a Switch configuration or addressed individually, the domain name of the Livebox and the NTP time server to stay in sync with.
  
-{{setup1.PNG}}+{{:livebox:uiadmin_mgt.jpg}}
  
 <code> <code>
 [network] [network]
-lan_proto=dhcp+lan_proto=static
 hostname=hahbox hostname=hahbox
 config_bridge=1 config_bridge=1
-ether_0=00:07:3A:11:22:00 +ether_0=00:07:3A:11:22:02 
-ether_1=00:07:3A:11:22:01+ether_1=00:07:3A:11:22:03 
 +ftp_enable=0
 domain= domain=
 ntp_host=uk.pool.ntp.org ntp_host=uk.pool.ntp.org
 +ip=192.168.11.9
 +netmask=255.255.255.0
 +gateway=192.168.11.1
 +dns=192.168.11.1
 </code> </code>
  
  • livebox/webserver.txt
  • Last modified: 2012/05/09 12:35
  • by minerva9