livebox:webserver

Differences

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

Link to this comparison view

Next revision
Previous revision
livebox:webserver [2011/12/18 19:37] – created brettlivebox:webserver [2012/05/09 12:35] (current) – [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.  Logging 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. 
  
 {{: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>
  
Line 43: Line 48:
  
 These network entries allow in-built services such as SSH, TELNET and FTP to be enabled/disabled. These network entries allow in-built services such as SSH, TELNET and FTP to be enabled/disabled.
 +
 +<note important>SSH requires that your Livebox can NTP sync to a valid time source before it will work.  This is a requirement of SSL, the encryption transport.  If you are having internet connectivity issues and your box can't time sync then enable TELNET access. This has no such dependency.</note>
  
 {{services.PNG}} {{services.PNG}}
  • livebox/webserver.1324237058.txt.gz
  • Last modified: 2011/12/18 19:37
  • by brett