Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
network-options [2018/11/10 09:39] 125.167.145.132 |
network-options [2018/11/10 10:17] (current) arthur old revision restored (2017/01/25 18:35) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | || network.enable || true || If set to true, enable the Ethernet network services || | + | || network.enable || false || If set to true, enable the Ethernet network services || |
|| network.webserver.enable || true || If set to true, enable the web server service, on port 80, which provides a control and upload web interface || | || network.webserver.enable || true || If set to true, enable the web server service, on port 80, which provides a control and upload web interface || | ||
|| network.telnet.enable || true || If set to true, enable the telnet service, on port 23, which behaves much like a Serial interface || | || network.telnet.enable || true || If set to true, enable the telnet service, on port 23, which behaves much like a Serial interface || | ||
- | || network.plan9.enable || true || If set to true, enable the plan9 network filesystem on port 564 which allows mounting the Smoothieboard || | + | || network.plan9.enable || false || If set to true, enable the plan9 network filesystem on port 564 which allows mounting the Smoothieboard || |
|| network.ip_address || auto || If set to <kbd>auto</kbd>, use DHCP to request an IP address. If set to an IP address, use that address as a static IP. || | || network.ip_address || auto || If set to <kbd>auto</kbd>, use DHCP to request an IP address. If set to an IP address, use that address as a static IP. || | ||
|| network.ip_mask || 255.255.255.0 || If using a static IP, define the mask for the network. || | || network.ip_mask || 255.255.255.0 || If using a static IP, define the mask for the network. || |