Note: We do not support static/fixed IP addresses.
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
- Allows hotplug of wired interfaces including USB dongles
- Configures a firewall with this iptables configuration
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
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(!)