helptext=>Sets the network-configuration of this gateway.
usage=>Dhcp = [on|off],wanDhcp = [on|off] <b>(optional)</b>,lan-mode = [single|lan-wan|bonding] <b>(optional</b> will default to "single" if not set<b>)</b><br><br><b>You'll have to provide the following parameters when Dhcp is set to off:</b><br><br>,IpAddress = [new_ipaddress],NetMask = [new_netmask],Gateway = [default_gateway]<br><br><b>Optional you can set these parameters:</b><br><br>,NameServer = [dns_server],MtuSize = [size_of_mtu|none]<br><br><b>if you want to configure static wan you must provide all of the following parameters:</b><br><br>,wanIpaddr = [new_wan_ipaddress],wanNetmask = [new_wan_netmask],wanGateway = [new_wan_gateway]
example=>&Dhcp=on,&Dhcp=off&IpAddress=192.168.99.10&NetMask=255.255.255.0&GateWay=192.168.99.1&NameServer=192.168.99.1&MtuSize=none,,&lan-mode=lan-wan&Dhcp=on&wanDhcp=off&wanIpaddr=10.0.0.12&wanNetmask=255.255.255.0&wanGateway=10.0.0.1
return=>success -> if everything was ok and reboots gateway.,error -> if an error occured.
