Fork me on GitHub

Ideally Webconverger should be deployed in a wired network with a DHCP server, instead of a potentially unstable wireless connection.

Webconverger's default network/interfaces

Please also see wireless and testing.

Overriding DNS via API

Preferably you set this in your DHCPD, however you can override DNS for example for filtering like so:

dns=8.8.8.8,8.8.4.4

This is implemented by resolvconf script

This is required for setting up filtering services like OpenDNS.

Static IP networking via boot command line on the Live version

We defer to using live-boot in this case. This is unsupported on the Install version currently.

boot=live ip=10.0.0.1::10.0.0.254:255.255.255.0::

Notice skipconfig is removed and the ip= API is a little tricky(!)